@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.54 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 Goggles = 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: "M256 136a72.08 72.08 0 0 0-72-72H72a72.08 72.08 0 0 0-72 72 24.06 24.06 0 0 0 17 23c6.06 20.37 37.63 33 55 33a40.07 40.07 0 0 0 39.2-32h33.6a40.07 40.07 0 0 0 39.2 32c17.33 0 48.9-12.66 55-33a24.06 24.06 0 0 0 17-23M45.45 167.74C37 162.76 32 156.88 32 152s4.91-10.61 13.13-15.55l37.21 37.2A23.74 23.74 0 0 1 72 176c-7.53 0-18.2-3.32-26.55-8.26m48.2-5.4L61 129.7a42.7 42.7 0 0 1 11-1.7 24 24 0 0 1 24 24 23.74 23.74 0 0 1-2.35 10.34M160 152a23.88 23.88 0 0 1 5.46-15.22L201 172.32c-6 2.3-12.15 3.68-17 3.68a24 24 0 0 1-24-24m55.63 12.31-35.92-35.92A24 24 0 0 1 184 128c7.53 0 18.2 3.32 26.55 8.26S224 147.12 224 152c0 3.79-3 8.2-8.37 12.31m22.05-22.69C229.34 123.25 200.34 112 184 112a40.07 40.07 0 0 0-39.2 32h-33.6A40.07 40.07 0 0 0 72 112c-16.34 0-45.34 11.25-53.68 29.62A8 8 0 0 1 16 136a56.06 56.06 0 0 1 56-56h112a56.06 56.06 0 0 1 56 56 8 8 0 0 1-2.32 5.62"
}));
export default Goggles;
//# sourceMappingURL=Goggles.js.map