@metamask/design-system-react
Version:
Design system react ui components
7 lines • 1.2 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const SvgEcoLeaf = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
React.createElement("path", { d: "M5.4 19.599a8.3 8.3 0 0 1-1.762-2.601Q3 15.522 3 13.946q0-1.575.6-3.114t1.95-2.888q.875-.876 2.163-1.501t3.05-.988q1.761-.363 4.024-.438 2.263-.074 5.063.175.2 2.652.125 4.878c-.075 2.226-.187 2.822-.412 4.014s-.542 2.234-.95 3.126Q18 18.548 17.1 19.45q-1.324 1.326-2.812 1.938C12.8 22 12.283 22 11.25 22q-1.625 0-3.175-.638C6.525 20.724 6.15 20.35 5.4 19.6m2.8-.4q.725.424 1.488.612.762.189 1.562.188 1.15 0 2.275-.463c1.125-.463 1.467-.804 2.15-1.488q.45-.45.913-1.263.462-.813.8-2.126c.338-1.313.395-1.934.512-3.176q.175-1.864.05-4.44a57 57 0 0 0-2.762-.037q-1.538.012-3.063.237c-1.525.225-1.983.392-2.9.726q-1.375.5-2.25 1.375-1.125 1.126-1.55 2.226T5 13.696q0 1.476.563 2.589c.563 1.113.704 1.263.987 1.563q1.05-2.001 2.775-3.84a14.6 14.6 0 0 1 4.025-3.013 18.3 18.3 0 0 0-3.137 3.564Q8.875 16.548 8.2 19.2" }));
const ForwardRef = forwardRef(SvgEcoLeaf);
export default ForwardRef;
//# sourceMappingURL=EcoLeaf.mjs.map