UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.16 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 CircleDashedLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M98.19 36.54a6 6 0 014.3-7.31 102.12 102.12 0 0151 0 6 6 0 01-3 11.62 90 90 0 00-45 0 6 6 0 01-7.3-4.31zm-43 20A102.07 102.07 0 0029.7 100.7a6 6 0 004.19 7.38 5.88 5.88 0 001.6.22 6 6 0 005.78-4.4A90 90 0 0163.78 65a6 6 0 10-8.56-8.41zm-13.91 95.55a6 6 0 10-11.56 3.2 102 102 0 0025.49 44.18 6 6 0 008.55-8.41 90.11 90.11 0 01-22.48-38.97zm109.21 63.06a90 90 0 01-45 0 6 6 0 10-3 11.62 102.16 102.16 0 0051 0 6 6 0 00-3-11.62zm71.62-67.23a6 6 0 00-7.38 4.18 90 90 0 01-22.51 39 6 6 0 108.56 8.41 102.12 102.12 0 0025.52-44.21 6 6 0 00-4.19-7.38zm-7.39-44a6 6 0 005.78 4.4 5.88 5.88 0 001.6-.22 6 6 0 004.18-7.38 102 102 0 00-25.49-44.18 6 6 0 00-8.55 8.41 90.05 90.05 0 0122.48 38.96z" })); exports.default = CircleDashedLight;