iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 779 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 CircleFadingArrowUp = (props) => React.createElement("svg", { className: "lucide lucide-circle-fading-arrow-up", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("path", { d: "M12 2a10 10 0 017.38 16.75M16 12l-4-4-4 4M12 16V8M2.5 8.875a10 10 0 00-.5 3M2.83 16a10 10 0 002.43 3.4M4.636 5.235a10 10 0 01.891-.857M8.644 21.42a10 10 0 007.631-.38" }));
exports.default = CircleFadingArrowUp;