@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.07 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 Users = 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: "M125.18 156.94a64 64 0 1 0-82.36 0 100.23 100.23 0 0 0-39.49 32 12 12 0 0 0 19.35 14.2 76 76 0 0 1 122.64 0 12 12 0 0 0 19.36-14.2 100.33 100.33 0 0 0-39.5-32M44 108a40 40 0 1 1 40 40 40 40 0 0 1-40-40m206.1 97.67a12 12 0 0 1-16.78-2.57A76.31 76.31 0 0 0 172 172a12 12 0 0 1 0-24 40 40 0 1 0-10.3-78.67 12 12 0 1 1-6.16-23.19 64 64 0 0 1 57.64 110.8 100.23 100.23 0 0 1 39.49 32 12 12 0 0 1-2.57 16.73"
}));
export default Users;
//# sourceMappingURL=Users.js.map