@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.
18 lines (17 loc) • 1.11 kB
JavaScript
;
/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { jsx as _jsx } from "react/jsx-runtime";
const CircleDashed = props => /*#__PURE__*/_jsx(Svg, {
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size,
...props,
children: /*#__PURE__*/_jsx(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