iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 831 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 CircleDashed = (props) => React.createElement("svg", { className: "lucide lucide-circle-dashed", 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: "M10.1 2.182a10 10 0 013.8 0M13.9 21.818a10 10 0 01-3.8 0M17.609 3.721a10 10 0 012.69 2.7M2.182 13.9a10 10 0 010-3.8M20.279 17.609a10 10 0 01-2.7 2.69M21.818 10.1a10 10 0 010 3.8M3.721 6.391a10 10 0 012.7-2.69M6.391 20.279a10 10 0 01-2.69-2.7" }));
exports.default = CircleDashed;