UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.14 kB
"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 CircleDashedBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M92.38 38.05A12 12 0 01101 23.42a108 108 0 0154 0 12 12 0 11-6 23.23 84.11 84.11 0 00-42 0 12 12 0 01-14.62-8.6zM50.94 52.34a108.1 108.1 0 00-27 46.76 12 12 0 008.37 14.77 12.2 12.2 0 003.2.43 12 12 0 0011.56-8.8 84 84 0 0121-36.35 12 12 0 10-17.13-16.81zm-3.88 98.14a12 12 0 00-23.12 6.42 108 108 0 0027 46.78A12 12 0 0068 186.85a84 84 0 01-20.94-36.37zM149 209.35a84 84 0 01-42 0 12 12 0 10-6 23.23 108 108 0 0054 0 12 12 0 10-6-23.23zm74.72-67.22A12 12 0 00209 150.5a84 84 0 01-21 36.35 12 12 0 0017.12 16.82 108.19 108.19 0 0027-46.77 12 12 0 00-8.41-14.77zm-14.77-36.61a12 12 0 0023.12-6.42 108 108 0 00-27-46.78A12 12 0 10188 69.15a84 84 0 0120.94 36.37z" })); exports.default = CircleDashedBold;