UNPKG

@vuduc0801/react-native-phosphor-icons

Version:

Since [Phosphor](https://phosphoricons.com/) does not support React Native, we have to convert all the SVGs to React Native SVGs.

14 lines 1.34 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } /* Generated code. Do not edit.*/ import * as React from "react"; import Svg, { Path } from "react-native-svg"; const CircleDashed = props => /*#__PURE__*/React.createElement(Svg, _extends({ fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size }, props), /*#__PURE__*/React.createElement(Path, { d: "M96.26 37.05a8 8 0 0 1 5.74-9.76 104.1 104.1 0 0 1 52 0 8 8 0 0 1-2 15.75 8.2 8.2 0 0 1-2-.26 88.1 88.1 0 0 0-44 0 8 8 0 0 1-9.74-5.73M53.79 55.14a104.05 104.05 0 0 0-26 45 8 8 0 0 0 15.42 4.27 88 88 0 0 1 22-38.09 8 8 0 0 0-11.42-11.18m-10.58 96.41a8 8 0 1 0-15.42 4.28 104.1 104.1 0 0 0 26 45 8 8 0 0 0 11.41-11.22 88.14 88.14 0 0 1-21.99-38.06M150 213.22a88 88 0 0 1-44 0 8 8 0 1 0-4 15.49 104.1 104.1 0 0 0 52 0 8 8 0 0 0-4-15.49M222.65 146a8 8 0 0 0-9.85 5.58 87.9 87.9 0 0 1-22 38.08 8 8 0 1 0 11.42 11.21 104 104 0 0 0 26-45 8 8 0 0 0-5.57-9.87m-9.86-41.54a8 8 0 0 0 15.42-4.28 104 104 0 0 0-26-45A8 8 0 1 0 190.8 66.4a88 88 0 0 1 21.99 38.05Z" })); export default CircleDashed; //# sourceMappingURL=CircleDashed.js.map