package.dist.esm.icons.wine-glass-alt-icon.js Maven / Gradle / Ivy
import { createIcon } from '../createIcon';
export const WineGlassAltIconConfig = {
name: 'WineGlassAltIcon',
height: 512,
width: 288,
svgPath: 'M216 464h-40V346.81c68.47-15.89 118.05-79.91 111.4-154.16l-15.95-178.1C270.71 6.31 263.9 0 255.74 0H32.26c-8.15 0-14.97 6.31-15.7 14.55L.6 192.66C-6.05 266.91 43.53 330.93 112 346.82V464H72c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h208c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40zM61.75 48h164.5l7.17 80H54.58l7.17-80z',
yOffset: 0,
xOffset: 0,
};
export const WineGlassAltIcon = createIcon(WineGlassAltIconConfig);
export default WineGlassAltIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy