open-icon
Version:
Open Icon
4 lines (3 loc) • 2.06 kB
TypeScript
declare const IconPalmtree = "<svg id=\"palmtree\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><path d=\"M36,22.5c8.1,10.8,16.2,16.2,24.3,18.9,0-10.44-10.88-18.9-24.3-18.9s-24.3,8.46-24.3,18.9c5.4-2.7,18.9-8.1,24.3-18.9\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><path d=\"M36,22.5c-5.79-7.71-11.57-11.57-17.36-13.5,0,7.46,7.77,13.5,17.36,13.5s17.36-6.04,17.36-13.5c-3.86,1.93-13.5,5.79-17.36,13.5\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><path d=\"M41.4,36c0,7.46-5.4,13.5-5.4,13.5,0,0-5.4-6.04-5.4-13.5s5.4-13.5,5.4-13.5c0,0,5.4,6.04,5.4,13.5Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><path d=\"M36,22.5s-18,22.5-4.5,40.5\" 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=\"13.5\" y1=\"63\" x2=\"58.5\" y2=\"63\" style=\"fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M36,22.5c8.1,10.8,16.2,16.2,24.3,18.9,0-10.44-10.88-18.9-24.3-18.9s-24.3,8.46-24.3,18.9c5.4-2.7,18.9-8.1,24.3-18.9\" style=\"fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M36,22.5c-5.79-7.71-11.57-11.57-17.36-13.5,0,7.46,7.77,13.5,17.36,13.5s17.36-6.04,17.36-13.5c-3.86,1.93-13.5,5.79-17.36,13.5\" style=\"fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M41.4,36c0,7.46-5.4,13.5-5.4,13.5,0,0-5.4-6.04-5.4-13.5s5.4-13.5,5.4-13.5c0,0,5.4,6.04,5.4,13.5Z\" style=\"fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></svg>";
export default IconPalmtree;
export { IconPalmtree };