UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 2.05 kB
const IconKitchenUtensils = `<svg id="kitchen-utensils" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M6.75,25.5c0,4.97,4.03,9,9,9s9-4.03,9-9" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><ellipse cx="56.25" cy="22.5" rx="6.75" ry="9" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M40.5,58.5V13.5h0-2.25c-3.73,0-6.75,10.54-6.75,18s3.02,9,6.75,9" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><ellipse cx="56.25" cy="22.5" rx="6.75" ry="9" style="fill: none; stroke-linecap: square; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M24.62,13.5v12c0,4.97-3.97,9-8.87,9s-8.87-4.03-8.87-9v-12" style="fill: none; stroke-linecap: square; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="56.25" y1="58.5" x2="56.25" y2="31.5" style="fill: none; stroke-linecap: square; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="15.75" y1="34.5" x2="15.75" y2="58.5" style="fill: none; stroke-linecap: square; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="15.75" y1="13.5" x2="15.75" y2="23.5" style="fill: none; stroke-linecap: square; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M40.5,58.5V13.5h0-2.25c-3.73,0-6.75,10.54-6.75,18s3.02,9,6.75,9" style="fill: none; stroke-linecap: square; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="6.88" y1="25.5" x2="24.62" y2="25.5" style="fill: none; stroke-linecap: square; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; export default IconKitchenUtensils; export { IconKitchenUtensils }