open-icon
Version:
Open Icon
4 lines (3 loc) • 1.74 kB
text/typescript
const IconParasolIsland = `<svg id="parasol-island" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><g ><path d="M26.06,12.77c-11.48,4.76-16.93,17.92-12.18,29.4,0,0,1.43-4.07,4.71-5.43s7.17.51,7.17.51c0,0,2.76-4.62,7.68-6.66s10.14-.72,10.14-.72c0,0,1.43-4.07,4.71-5.43s7.17.51,7.17.51c-4.76-11.48-17.92-16.93-29.4-12.18Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);" /></g><path d="M58.5,63c0-4.97-10.07-9-22.5-9s-22.5,4.03-22.5,9h45Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M43.58,29.87c-7.38-17.82-17.52-17.1-17.52-17.1,0,0-7.68,6.66-.3,24.48" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="33.44" y1="30.59" x2="43.14" y2="54" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M26.06,12.77c-11.48,4.76-16.93,17.92-12.18,29.4,0,0,1.43-4.07,4.71-5.43s7.17.51,7.17.51c0,0,2.76-4.62,7.68-6.66s10.14-.72,10.14-.72c0,0,1.43-4.07,4.71-5.43s7.17.51,7.17.51c-4.76-11.48-17.92-16.93-29.4-12.18Z" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M58.5,63c0-4.97-10.07-9-22.5-9s-22.5,4.03-22.5,9h45Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
export default IconParasolIsland;
export { IconParasolIsland }