iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.11 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 CircleDashedThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M155.87 36.06a4 4 0 01-3.87 3 4.29 4.29 0 01-1-.13 92 92 0 00-46 0 4 4 0 01-2-7.74 100.09 100.09 0 0150 0 4 4 0 012.87 4.87zM56.65 57.94a100.18 100.18 0 00-25 43.29 4 4 0 007.71 2.14 92.06 92.06 0 0123-39.82 4 4 0 10-5.7-5.61zm-17.29 94.68a4 4 0 00-7.71 2.14 100.08 100.08 0 0025 43.31 4 4 0 105.71-5.61 91.91 91.91 0 01-23-39.84zM151 217.09a92 92 0 01-46 0 4 4 0 00-2 7.75 100 100 0 0050 0 4 4 0 10-2-7.74zm70.58-67.25a4 4 0 00-4.92 2.79 92.12 92.12 0 01-23 39.82 4 4 0 105.7 5.61 100.18 100.18 0 0025-43.29 4 4 0 00-2.78-4.93zm-4.94-46.46a4 4 0 007.71-2.14 100.08 100.08 0 00-25-43.31 4 4 0 10-5.71 5.61 91.91 91.91 0 0123 39.84z" }));
exports.default = CircleDashedThin;