@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.37 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 Bomb = 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: "M244 28a12 12 0 0 0-12 12 48.7 48.7 0 0 1-3.33 16c-4.44 10.64-11.24 12-16.67 12-8.81 0-14.91-8.5-23.91-22.49C178.5 30.58 166.55 12 144 12c-18.14 0-32 9.78-39.14 27.54A68.3 68.3 0 0 0 101.27 52H88a20 20 0 0 0-20 20v7.18A92 92 0 0 0 112 252h1.66A92 92 0 0 0 156 79.18V72a20 20 0 0 0-20-20h-10.07a41 41 0 0 1 1.4-4c4.44-10.62 11.24-12 16.67-12 8.81 0 14.91 8.5 23.91 22.49C177.5 73.42 189.45 92 212 92c18.14 0 32-9.78 39.14-27.54A71.9 71.9 0 0 0 256 40a12 12 0 0 0-12-12M139.2 97.65a68 68 0 1 1-54.4 0 12 12 0 0 0 7.2-11V76h40v10.66a12 12 0 0 0 7.2 10.99m-27.75 104.11a12 12 0 0 1-11.45 8.41 12.2 12.2 0 0 1-3.6-.55A51.79 51.79 0 0 1 60 160a12 12 0 0 1 24 0 27.89 27.89 0 0 0 19.6 26.72 12 12 0 0 1 7.85 15.04"
}));
export default Bomb;
//# sourceMappingURL=Bomb.js.map