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.27 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 UsersThree = 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: "M164.38 181.1a52 52 0 1 0-72.76 0 75.9 75.9 0 0 0-30 28.89 12 12 0 0 0 20.78 12 53 53 0 0 1 91.22 0 12 12 0 1 0 20.78-12 75.9 75.9 0 0 0-30.02-28.89M100 144a28 28 0 1 1 28 28 28 28 0 0 1-28-28m147.21 9.59a12 12 0 0 1-16.81-2.39c-8.33-11.09-19.85-19.59-29.33-21.64a12 12 0 0 1-1.82-22.91 20 20 0 1 0-24.78-28.3 12 12 0 1 1-21-11.6 44 44 0 1 1 73.28 48.35 92.2 92.2 0 0 1 22.85 21.69 12 12 0 0 1-2.39 16.8m-192.28-24c-9.48 2.05-21 10.55-29.33 21.65a12 12 0 0 1-19.19-14.45 92.4 92.4 0 0 1 22.85-21.69 44 44 0 1 1 73.28-48.35 12 12 0 1 1-21 11.6 20 20 0 1 0-24.78 28.3 12 12 0 0 1-1.82 22.91Z" })); export default UsersThree; //# sourceMappingURL=UsersThree.js.map