open-icon
Version:
Open Icon
8 lines (7 loc) • 971 B
JavaScript
// lib/icons/leaf2.ts
var IconLeaf2 = `<svg id="leaf_2" data-name="leaf 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M50.85,46.74c-9.67,9.67-29.17,5.83-29.17,5.83,0,0-3.83-19.5,5.83-29.17,9.67-9.67,29.17-5.83,29.17-5.83,0,0,3.83,19.5-5.83,29.17Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M50.85,46.74c-9.67,9.67-29.17,5.83-29.17,5.83,0,0-3.83-19.5,5.83-29.17,9.67-9.67,29.17-5.83,29.17-5.83,0,0,3.83,19.5-5.83,29.17Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="43.95" y1="30.3" x2="15.32" y2="58.93" 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 leaf2_default = IconLeaf2;
export {
IconLeaf2,
leaf2_default as default
};