@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.37 kB
JavaScript
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 UserCircleDashed = 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 37a8 8 0 0 1 5.74-9.71 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 88 0 0 0-44 0A8 8 0 0 1 96.26 37m-62.91 73a8 8 0 0 0 9.85-5.57 88 88 0 0 1 22-38.09 8 8 0 0 0-11.41-11.2 104.05 104.05 0 0 0-26 45 8 8 0 0 0 5.56 9.86m179.44-5.56a8 8 0 0 0 15.42-4.28 104 104 0 0 0-26-45 8 8 0 1 0-11.41 11.22 88 88 0 0 1 21.99 38.07Zm9.87 41.56a8 8 0 0 0-9.85 5.58 87.6 87.6 0 0 1-19 34.83 79.8 79.8 0 0 0-21.81-21.3 4 4 0 0 0-4.83.31 59.81 59.81 0 0 1-78.27 0 4 4 0 0 0-4.84-.31 79.5 79.5 0 0 0-22 21.12 87.7 87.7 0 0 1-18.83-34.67 8 8 0 0 0-15.42 4.28 104.07 104.07 0 0 0 200.46 0 8 8 0 0 0-5.61-9.84M128 164a44 44 0 1 0-44-44 44.05 44.05 0 0 0 44 44"
}));
export default UserCircleDashed;
//# sourceMappingURL=UserCircleDashed.js.map