iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.24 kB
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 Lucide = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.483 1.123a1.09 1.09 0 00-.752.362 1.09 1.09 0 00.088 1.54 11.956 11.956 0 014 8.946 7.62 7.62 0 01-7.637 7.636 7.62 7.62 0 01-7.637-7.636 3.255 3.255 0 013.273-3.273c1.82 0 3.273 1.45 3.273 3.273a1.09 1.09 0 001.09 1.09 1.09 1.09 0 001.092-1.09c0-3-2.455-5.455-5.455-5.455s-5.454 2.455-5.454 5.455c0 5.408 4.408 9.818 9.818 9.818 5.41 0 9.818-4.41 9.818-9.818A14.16 14.16 0 0019.272 1.4a1.09 1.09 0 00-.789-.277zM9.818 2.15C4.408 2.151 0 6.561 0 11.97a14.16 14.16 0 004.8 10.637 1.09 1.09 0 001.54-.096 1.09 1.09 0 00-.095-1.54 11.957 11.957 0 01-4.063-9 7.62 7.62 0 017.636-7.637 7.62 7.62 0 017.637 7.636 3.256 3.256 0 01-3.273 3.273 3.256 3.256 0 01-3.273-3.273 1.09 1.09 0 00-1.09-1.09 1.09 1.09 0 00-1.092 1.09c0 3 2.455 5.455 5.455 5.455s5.454-2.455 5.454-5.455c0-5.408-4.408-9.818-9.818-9.818z" }));
exports.default = Lucide;