@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.51 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LeafSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.LeafSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.462 2.796c-1.885.141-3.964.645-5.27 1.955-1.28 1.282-1.326 2.568-1.02 3.625.187.647.51 1.209.791 1.61l1.292-1.29-.159-2.778a.75.75 0 1 1 1.498-.085l.082 1.446 1.535-1.53.094-.957a.75.75 0 1 1 1.493.148l-.03.308.303-.032a.75.75 0 0 1 .156 1.492l-.954.1-1.53 1.526 1.437.08a.75.75 0 1 1-.084 1.498l-2.78-.155-1.279 1.275c.406.268.974.574 1.627.753 1.088.297 2.377.24 3.604-.975 1.256-1.242 1.765-3.31 1.922-5.214a18.6 18.6 0 0 0 .015-2.783q-.168-.015-.377-.028a17.4 17.4 0 0 0-2.366.01m3.434-.662.744-.095v.007l.003.017a9 9 0 0 1 .029.28 20.114 20.114 0 0 1 .013 3.378c-.164 1.98-.706 4.517-2.362 6.156-1.686 1.668-3.566 1.762-5.055 1.354a7.4 7.4 0 0 1-2.31-1.122L2.53 14.531a.75.75 0 0 1-1.06-1.062l2.419-2.412c-.395-.522-.884-1.313-1.159-2.264C2.3 7.3 2.404 5.42 4.13 3.69 5.83 1.988 8.368 1.45 10.35 1.3a19 19 0 0 1 3.355.055l.277.034.017.002h.005l.001.001zm0 0 .11-.742a.75.75 0 0 1 .634.647z", clipRule: "evenodd" }))); });
exports.LeafSIcon.displayName = 'LeafSIcon';