open-icon
Version:
Open Icon
8 lines (7 loc) • 912 B
JavaScript
// lib/icons/tree3.ts
var IconTree3 = `<svg id="tree_3" data-name="tree 3" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><polygon points="13.5 54 58.5 54 47.25 39 54.75 39 43.5 24 51 24 36 4.5 21 24 28.5 24 17.25 39 24.75 39 13.5 54" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><polygon points="13.5 54 58.5 54 47.25 39 54.75 39 43.5 24 51 24 36 4.5 21 24 28.5 24 17.25 39 24.75 39 13.5 54" 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));"/></svg>`;
var tree3_default = IconTree3;
export {
IconTree3,
tree3_default as default
};