UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 761 B
"use strict"; 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 CircleFadingPlus = (props) => React.createElement("svg", { className: "lucide lucide-circle-fading-plus", 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.75M12 8v8M16 12H8M2.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 = CircleFadingPlus;