@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.48 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 Rocket = 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: "M156 228a12 12 0 0 1-12 12h-32a12 12 0 0 1 0-24h32a12 12 0 0 1 12 12m-28-112a16 16 0 1 0-16-16 16 16 0 0 0 16 16m99.53 40.7-12.36 55.63a19.9 19.9 0 0 1-12.88 14.53 20.2 20.2 0 0 1-6.69 1.14 19.87 19.87 0 0 1-12.29-4.27L157.17 204H98.83l-26.14 19.74A19.87 19.87 0 0 1 60.4 228a20.2 20.2 0 0 1-6.69-1.15 19.9 19.9 0 0 1-12.88-14.53L28.47 156.7a20.1 20.1 0 0 1 4.16-17.14l27.83-33.4a127 127 0 0 1 8.65-36.46c13.27-33.25 37-54.1 46.64-61.52a20 20 0 0 1 24.5 0c9.6 7.42 33.37 28.27 46.64 61.52a127 127 0 0 1 8.65 36.46l27.83 33.4a20.1 20.1 0 0 1 4.16 17.14M101.79 180h52.42c19.51-35.7 23-69.78 10.39-101.4C154.4 53 136.2 35.9 128 29.12 119.8 35.9 101.6 53 91.4 78.6c-12.62 31.62-9.12 65.7 10.39 101.4m-22.55 8.72a168 168 0 0 1-16.92-47.3l-10 12 10.58 47.64Zm124.43-35.31-10-12a168 168 0 0 1-16.92 47.3l16.33 12.33Z"
}));
export default Rocket;
//# sourceMappingURL=Rocket.js.map