open-icon
Version:
Open Icon
8 lines (7 loc) • 936 B
JavaScript
// lib/icons/hypoallergenic.ts
var IconHypoallergenic = `<svg id="hypoallergenic" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M54,40.5c0,9.94-8.06,18-18,18s-18-8.06-18-18c0-13.5,18-27,18-27,0,0,18,13.5,18,27Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><polyline points="26.45 36 36 49.5 49.5 27" 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="M54,40.5c0,9.94-8.06,18-18,18s-18-8.06-18-18c0-13.5,18-27,18-27,0,0,18,13.5,18,27Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
var hypoallergenic_default = IconHypoallergenic;
export {
IconHypoallergenic,
hypoallergenic_default as default
};