UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 2.29 kB
// lib/icons/barbecue.ts var IconBarbecue = `<svg id="barbecue" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M57.99,22.5c.28,0,.51.23.51.51-.27,12.19-10.24,21.99-22.49,21.99s-22.22-9.8-22.49-21.99c0-.28.23-.51.51-.51h43.97Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M57.99,22.5c.28,0,.51.23.51.51-.27,12.19-10.24,21.99-22.49,21.99s-22.22-9.8-22.49-21.99c0-.28.23-.51.51-.51h43.97Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="9" y1="31.5" x2="15.87" y2="31.5" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="56.57" y1="31.5" x2="63.43" y2="31.5" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M36,45c-.67,0-1.34-.04-2-.09v17.59c0,.28.22.5.5.5h3c.28,0,.5-.22.5-.5v-17.59c-.66.06-1.33.09-2,.09Z" style="fill: var(--icon-line-color, currentColor);"/><g><path d="M24.45,41.81l-6.84,20.53c-.11.32.13.66.47.66h3.16c.22,0,.41-.14.47-.34l6.36-19.09c-1.27-.48-2.48-1.06-3.63-1.75Z" style="fill: var(--icon-line-color, currentColor);"/><path d="M47.55,41.81c-1.15.69-2.36,1.28-3.63,1.75l6.36,19.09c.07.2.26.34.47.34h3.16c.34,0,.58-.33.47-.66l-6.84-20.53Z" style="fill: var(--icon-line-color, currentColor);"/></g><path d="M31.5,29.25c0-10-9-10-9-22.5" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M40.5,29.25c0-10-9-10-9-22.5" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M49.5,29.25c0-10-9-10-9-22.5" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; var barbecue_default = IconBarbecue; export { IconBarbecue, barbecue_default as default };