@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.35 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 UserSwitch = 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: "M213 174.26a12 12 0 0 0-16.76 2.74q-1.47 2.06-3.05 4a76 76 0 0 0-30-28.37 48 48 0 1 0-70.28.08 76.8 76.8 0 0 0-30.06 28.25 83.6 83.6 0 0 1-18.3-43.55 12 12 0 0 0 16-17.88l-20-20a12 12 0 0 0-17 0l-20 20a12 12 0 0 0 16.83 17.1 107.88 107.88 0 0 0 37.72 73.61 12.3 12.3 0 0 0 1.88 1.57 107.82 107.82 0 0 0 136.47-.26 13 13 0 0 0 1.28-1.06 107.7 107.7 0 0 0 18-19.46 12 12 0 0 0-2.73-16.77M128 96a24 24 0 1 1-24 24 24 24 0 0 1 24-24m0 116a83.5 83.5 0 0 1-46.94-14.37 52 52 0 0 1 93.88 0A84.07 84.07 0 0 1 128 212m124.49-75.51-20 20a12 12 0 0 1-17 0l-20-20a12 12 0 0 1 16-17.88A84 84 0 0 0 59.74 79a12 12 0 1 1-19.48-14 108 108 0 0 1 195.4 54.4 12 12 0 0 1 16.83 17.1Z"
}));
export default UserSwitch;
//# sourceMappingURL=UserSwitch.js.map