@frontify/fondue-icons
Version:
Frontify's icon SVGs
7 lines (6 loc) • 1.04 kB
JavaScript
import { createFondueIcon as l } from "./fondue-icons2.js";
const e = l("Leaf", [["g", { fill: "none" }, [["g", { "clip-path": "url(#svgID0)" }, [["path", { fill: "currentColor", "fill-rule": "evenodd", d: "m8.986 13.939-1.258 1.258a5.4 5.4 0 01.494-7.065c.45-.45 1.238-.905 2.318-1.298 1.055-.384 2.273-.667 3.466-.842 1.195-.176 2.317-.235 3.171-.194.393.018.696.057.909.102.045.212.083.516.102.909.04.854-.019 1.975-.194 3.17s-.458 2.411-.842 3.466c-.393 1.08-.848 1.868-1.298 2.319a5.4 5.4 0 01-7.065.494l1.246-1.247h3.758a.75.75 0 100-1.5h-2.258l3-3a.75.75 0 10-1.06-1.061l-2.989 2.989v-1.83a.75.75 0 00-1.5 0zM7.161 7.07a6.897 6.897 0 00-.502 9.195l-1.74 1.739a.75.75 0 001.062 1.06l1.739-1.739a6.9 6.9 0 009.194-.502c2.694-2.693 3.379-10.964 2.295-12.047S9.854 4.378 7.161 7.07m11.155-1.106-.003-.001zm-.294-.292-.001-.003z", "clip-rule": "evenodd" }]]], ["defs", {}, [["clipPath", { id: "svgID0" }, [["path", { fill: "#fff", d: "M0 0h24v24H0z" }]]]]]]]]);
export {
e as IconLeaf
};
//# sourceMappingURL=fondue-icons187.js.map