UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 1.57 kB
// lib/icons/tree2.ts var IconTree2 = `<svg id="tree_2" data-name="tree 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M52.5,38.75c0,1.37-.11,2.72-.32,4.04-2.91,18.29-29.44,18.29-32.35,0-.21-1.32-.32-2.67-.32-4.04,0-9.28,5.26-17.57,9.85-23.03,3.46-4.12,9.85-4.12,13.31,0,4.58,5.46,9.85,13.75,9.85,23.03Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M52.5,38.75c0,1.37-.11,2.72-.32,4.04-2.91,18.29-29.44,18.29-32.35,0-.21-1.32-.32-2.67-.32-4.04,0-9.28,5.26-17.57,9.85-23.03,3.46-4.12,9.85-4.12,13.31,0,4.58,5.46,9.85,13.75,9.85,23.03Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="36" y1="31.5" x2="36" y2="67.5" 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="36" y1="45" x2="45" y2="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));"/><line x1="27" y1="40.5" x2="36" y2="49.5" 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 tree2_default = IconTree2; export { IconTree2, tree2_default as default };