@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.55 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: "M92.38 38.05A12 12 0 0 1 101 23.42a108 108 0 0 1 54 0 12 12 0 1 1-6 23.23 84 84 0 0 0-42 0 12 12 0 0 1-14.62-8.6m-60.09 75.82a12.2 12.2 0 0 0 3.2.43 12 12 0 0 0 11.56-8.8 84 84 0 0 1 21-36.35 12 12 0 1 0-17.11-16.81 108.1 108.1 0 0 0-27 46.76 12 12 0 0 0 8.35 14.77M149 209.35a84 84 0 0 1-42 0 12 12 0 1 0-6 23.23 108 108 0 0 0 54 0 12 12 0 1 0-6-23.23m59.95-103.83a12 12 0 0 0 23.12-6.42 108 108 0 0 0-27-46.78A12 12 0 1 0 188 69.15a84 84 0 0 1 20.94 36.37Zm23.15 51.39a107.86 107.86 0 0 1-31.86 51.38 12 12 0 0 1-18.72-3.48 60 60 0 0 0-107 0 12 12 0 0 1-8.5 6.36 12.5 12.5 0 0 1-2.19.2 12 12 0 0 1-8-3.08 107.85 107.85 0 0 1-31.92-51.39A12 12 0 0 1 47 150.49 83.6 83.6 0 0 0 62 180a83.46 83.46 0 0 1 29-23.47 52 52 0 1 1 74 0A83.6 83.6 0 0 1 194 180a83.7 83.7 0 0 0 15-29.49 12 12 0 0 1 23.13 6.42ZM128 148a28 28 0 1 0-28-28 28 28 0 0 0 28 28"
}));
export default UserCircleDashed;
//# sourceMappingURL=UserCircleDashed.js.map