open-icon
Version:
Open Icon
4 lines (3 loc) • 1.32 kB
text/typescript
const IconCognacGlass = `<svg id="cognac_glass" data-name="cognac glass" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M16.27,41.25c2.54,6.65,9.58,8.22,17.88,8.22s15.66-1.63,18.05-8.64c.26-.75.44-1.79.55-2.97.2-2.13.13-4.27-.18-6.37l-.38-.02c-19.97,0-20,9.74-35.92,9.78Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M51.56,25.93c1.35,3.79,1.94,7.9,1.56,11.96-.11,1.17-.29,2.21-.55,2.97-2.39,7.01-9.57,8.64-18.05,8.64s-15.66-1.63-18.05-8.64c-.26-.75-.44-1.79-.55-2.97-.38-4.07.21-8.18,1.56-11.96l4.43-12.43h25.2l4.43,12.43Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M16.57,41.28c16,0,16-9.78,36-9.78" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="34.57" y1="58.5" x2="34.44" y2="49.5" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="25.57" y1="58.5" x2="43.57" y2="58.5" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
export default IconCognacGlass;
export { IconCognacGlass }