UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.09 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 CircleDashed = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M96.26 37.05a8 8 0 015.74-9.76 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 0 8 8 0 01-9.74-5.73zM53.79 55.14a104.05 104.05 0 00-26 45 8 8 0 0015.42 4.27 88 88 0 0122-38.09 8 8 0 00-11.42-11.18zm-10.58 96.41a8 8 0 10-15.42 4.28 104.12 104.12 0 0026 45 8 8 0 0011.41-11.22 88.14 88.14 0 01-21.99-38.06zM150 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.58 87.91 87.91 0 01-22 38.08 8 8 0 1011.42 11.21 104 104 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-45A8 8 0 10190.8 66.4a88 88 0 0121.99 38.05z" })); exports.default = CircleDashed;