iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 857 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Leaf1 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.523 2a6.249 6.249 0 015.5 3.279A6.249 6.249 0 0117.523 2h2.5a.75.75 0 01.75.75v2.5a6.25 6.25 0 01-6.25 6.25h-1.75v9.75a.75.75 0 11-1.5 0V11.5h-1.75a6.25 6.25 0 01-6.25-6.25v-2.5a.75.75 0 01.75-.75h2.5zm4.75 8V8.25a4.75 4.75 0 00-4.75-4.75h-1.75v1.75A4.75 4.75 0 009.523 10h1.75zm1.5 0h1.75a4.75 4.75 0 004.75-4.75V3.5h-1.75a4.75 4.75 0 00-4.75 4.75V10z", fill: "#323544" }));
exports.default = Leaf1;