iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.21 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 CircleDashedDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 128a96 96 0 11-96-96 96 96 0 0196 96z", opacity: ".2" }),
React.createElement("path", { d: "M96.26 37a8 8 0 015.74-9.71 104.11 104.11 0 0152 0 8 8 0 01-2 15.75 8.15 8.15 0 01-2-.26 88.09 88.09 0 00-44 0A8 8 0 0196.26 37zM53.79 55.14a104 104 0 00-26 45 8 8 0 1015.42 4.26 87.91 87.91 0 0122-38.08 8 8 0 00-11.42-11.18zm-10.58 96.41a8 8 0 10-15.42 4.28 104 104 0 0026 45 8 8 0 1011.41-11.21 88.14 88.14 0 01-21.99-38.07zM150 213.22a88 88 0 01-44 0 8 8 0 10-4 15.49 104.11 104.11 0 0052 0 8 8 0 00-4-15.49zM222.65 146a8 8 0 00-9.85 5.57 87.88 87.88 0 01-22 38.09 8 8 0 1011.42 11.21 104.05 104.05 0 0026-45 8 8 0 00-5.57-9.87zm-9.86-41.54a8 8 0 0015.42-4.28 104 104 0 00-26-45 8 8 0 10-11.41 11.21 88.14 88.14 0 0121.99 38.06z" }));
exports.default = CircleDashedDuotone;