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.7 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 FlyingSaucer = 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: "M187.77 213.65a12 12 0 0 1-9.42 14.12 12 12 0 0 1-2.35.23 12 12 0 0 1-11.76-9.65l-4-20a12 12 0 1 1 23.54-4.7ZM128 188a12 12 0 0 0-12 12v24a12 12 0 0 0 24 0v-24a12 12 0 0 0-12-12m-41.65-3.77a12 12 0 0 0-14.12 9.42l-4 20a12 12 0 0 0 9.42 14.12A12 12 0 0 0 80 228a12 12 0 0 0 11.76-9.65l4-20a12 12 0 0 0-9.41-14.12M252 112c0 17.92-14.23 33.89-40.08 45-22.61 9.69-52.42 15-83.92 15s-61.31-5.34-83.92-15C18.23 145.89 4 129.92 4 112c0-24.06 25.28-44 67.91-53.89A67.61 67.61 0 0 1 175.77 47.6a69 69 0 0 1 8.79 10.62C226.9 68.14 252 88.05 252 112M84 96.83v3a4 4 0 0 0 3 3.87 184.3 184.3 0 0 0 41 4.3 184.3 184.3 0 0 0 41-4.27 4 4 0 0 0 3-3.87V96a44 44 0 0 0-44-44h-.59C103.47 52.31 84 72.43 84 96.83M228 112c0-6.64-7.65-12.76-12.21-15.83a91.7 91.7 0 0 0-20.48-9.88A69.5 69.5 0 0 1 196 96v3.93a27.84 27.84 0 0 1-21.66 27.19A208 208 0 0 1 128 132a208 208 0 0 1-46.33-4.88A27.84 27.84 0 0 1 60 99.94v-3.07a70.4 70.4 0 0 1 .82-10.63 92.4 92.4 0 0 0-20.53 9.88C35.7 99.19 28 105.34 28 112c0 14.68 39 36 100 36s100-21.32 100-36" })); export default FlyingSaucer; //# sourceMappingURL=FlyingSaucer.js.map