@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.2 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 ClockUser = 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: "m181.36 114.73-48 24A12 12 0 0 1 116 128V72a12 12 0 0 1 24 0v36.58l30.63-15.31a12 12 0 1 1 10.73 21.46m45.72 120.86a12 12 0 0 1-14.68-8.51C210 218.2 201.65 212 192 212s-18 6.2-20.4 15.08A12 12 0 0 1 160 236a11.8 11.8 0 0 1-3.09-.41 12 12 0 0 1-8.52-14.68 43.76 43.76 0 0 1 15.08-23 36 36 0 1 1 57 0 43.7 43.7 0 0 1 15.08 23 12 12 0 0 1-8.47 14.68M180 176a12 12 0 1 0 12-12 12 12 0 0 0-12 12m-62.52 35.35a84 84 0 1 1 93.87-93.87 12 12 0 1 0 23.81-3 108 108 0 1 0-120.65 120.68 11 11 0 0 0 1.5.1 12 12 0 0 0 1.47-23.91"
}));
export default ClockUser;
//# sourceMappingURL=ClockUser.js.map