open-icon
Version:
Open Icon
8 lines (7 loc) • 2.85 kB
JavaScript
// lib/icons/trees2.ts
var IconTrees2 = `<svg id="trees_2" data-name="trees 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M48.68,34.77c1.35-1.93,2.99-3.27,4.75-3.27,4.66,0,8.44,9.4,8.44,14.06s-3.78,8.44-8.44,8.44c-3.21,0-6.01-1.8-7.43-4.44" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M27,45.56c0,4.66-3.78,8.44-8.44,8.44s-8.44-3.78-8.44-8.44,3.78-14.06,8.44-14.06,8.44,9.4,8.44,14.06Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M26,49.55c2.47,2.73,6.03,4.45,10,4.45,7.46,0,13.5-6.04,13.5-13.5s-6.04-22.5-13.5-22.5c-5.83,0-10.8,9.2-12.69,16.77" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M48.68,34.77c1.35-1.93,2.99-3.27,4.75-3.27,4.66,0,8.44,9.4,8.44,14.06s-3.78,8.44-8.44,8.44c-3.21,0-6.01-1.8-7.43-4.44" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M27,45.56c0,4.66-3.78,8.44-8.44,8.44s-8.44-3.78-8.44-8.44,3.78-14.06,8.44-14.06,8.44,9.4,8.44,14.06Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M26,49.55c2.47,2.73,6.03,4.45,10,4.45,7.46,0,13.5-6.04,13.5-13.5s-6.04-22.5-13.5-22.5c-5.83,0-10.8,9.2-12.69,16.77" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="36" y1="40.5" x2="36" y2="63" 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));"/><line x1="53.44" y1="45" x2="53.44" y2="63" 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));"/><line x1="18.56" y1="45" x2="18.56" y2="63" 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));"/><line x1="9" y1="63" x2="63" y2="63" 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));"/><polyline points="31.5 36 36 40.5 40.5 36" 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));"/></svg>`;
var trees2_default = IconTrees2;
export {
IconTrees2,
trees2_default as default
};