UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 1.68 kB
const IconTree = `<svg id="tree" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M46.98,27.18c.17-.78.27-1.6.27-2.43,0-6.21-5.04-11.25-11.25-11.25s-11.25,5.04-11.25,11.25c0,.84.1,1.65.27,2.43-5.27.94-9.27,5.53-9.27,11.07,0,6.21,5.04,11.25,11.25,11.25,3.69,0,6.95-1.78,9-4.52,2.05,2.74,5.31,4.52,9,4.52,6.21,0,11.25-5.04,11.25-11.25,0-5.54-4-10.13-9.27-11.07Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M46.98,27.18c.17-.78.27-1.6.27-2.43,0-6.21-5.04-11.25-11.25-11.25s-11.25,5.04-11.25,11.25c0,.84.1,1.65.27,2.43-5.27.94-9.27,5.53-9.27,11.07,0,6.21,5.04,11.25,11.25,11.25,3.69,0,6.95-1.78,9-4.52,2.05,2.74,5.31,4.52,9,4.52,6.21,0,11.25-5.04,11.25-11.25,0-5.54-4-10.13-9.27-11.07Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="27" y1="36" x2="36" y2="45" 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="40.5" x2="45" y2="31.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="63" x2="36" y2="22.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>`; export default IconTree; export { IconTree }