iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.18 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 CircleDashedFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 24a104 104 0 10104 104A104.11 104.11 0 00128 24zm54.59 45a8 8 0 0111.29.7 88 88 0 0117.6 30.47 8 8 0 01-15.18 5.08 71.87 71.87 0 00-14.4-25 8 8 0 01.69-11.25zM73.41 187.05a8 8 0 01-11.29-.7 88 88 0 01-17.6-30.47 8 8 0 1115.18-5.08 71.87 71.87 0 0014.4 24.95 8 8 0 01-.69 11.3zm.69-106.8a71.87 71.87 0 00-14.4 25 8 8 0 11-15.18-5.08 88 88 0 0117.6-30.47 8 8 0 1112 10.6zm71.49 134a87.8 87.8 0 01-35.18 0 8 8 0 013.18-15.68 72.08 72.08 0 0028.82 0 8 8 0 013.18 15.68zm6.25-163a8 8 0 01-7.84 6.36 7.89 7.89 0 01-1.6-.16 72.08 72.08 0 00-28.82 0 8 8 0 11-3.18-15.68 87.92 87.92 0 0135.18 0 8 8 0 016.26 9.43zm59.64 104.68a88 88 0 01-17.6 30.47 8 8 0 11-12-10.6 71.87 71.87 0 0014.4-24.95 8 8 0 0115.18 5.08z" }));
exports.default = CircleDashedFill;