UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 2.29 kB
const IconPalmtreeIsland = `<svg id="palmtree-island" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M36,19.98s-13.5,16.02-4.5,34.02" 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="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="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));"/><path d="M36,19.98c6.77,9.03,13.54,13.54,20.31,15.8,0-8.73-9.09-15.8-20.31-15.8s-20.31,7.07-20.31,15.8c4.51-2.26,15.8-6.77,20.31-15.8" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M36,19.98c-4.84-6.45-9.67-9.67-14.51-11.29,0,6.23,6.5,11.29,14.51,11.29s14.51-5.05,14.51-11.29c-3.22,1.61-11.29,4.84-14.51,11.29" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M40.51,31.26c0,6.23-4.51,11.29-4.51,11.29,0,0-4.51-5.05-4.51-11.29s4.51-11.29,4.51-11.29c0,0,4.51,5.05,4.51,11.29Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M36,19.98c6.77,9.03,13.54,13.54,20.31,15.8,0-8.73-9.09-15.8-20.31-15.8s-20.31,7.07-20.31,15.8c4.51-2.26,15.8-6.77,20.31-15.8" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M36,19.98c-4.84-6.45-9.67-9.67-14.51-11.29,0,6.23,6.5,11.29,14.51,11.29s14.51-5.05,14.51-11.29c-3.22,1.61-11.29,4.84-14.51,11.29" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M40.51,31.26c0,6.23-4.51,11.29-4.51,11.29,0,0-4.51-5.05-4.51-11.29s4.51-11.29,4.51-11.29c0,0,4.51,5.05,4.51,11.29Z" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; export default IconPalmtreeIsland; export { IconPalmtreeIsland }