@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.41 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 Drone = 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: "M189.66 66.34a8 8 0 0 0-11.32 0L148.69 96h-41.38L77.66 66.34a8 8 0 0 0-11.32 11.32L96 107.31v41.38l-29.66 29.65a8 8 0 0 0 11.32 11.32L107.31 160h41.38l29.65 29.66a8 8 0 0 0 11.32-11.32L160 148.69v-41.38l29.66-29.65a8 8 0 0 0 0-11.32M112 112h32v32h-32Zm26.51-50.67a44 44 0 1 1 56.16 56.16 7.9 7.9 0 0 1-2.67.51 8 8 0 0 1-2.67-15.54 28 28 0 1 0-35.74-35.74 8 8 0 1 1-15.08-5.34ZM224 180a44 44 0 0 1-85.49 14.67 8 8 0 0 1 15.08-5.34 28 28 0 1 0 35.74-35.74 8 8 0 0 1 5.34-15.08A44.07 44.07 0 0 1 224 180m-106.51 14.67a44 44 0 1 1-56.16-56.16 8 8 0 0 1 5.34 15.08 28 28 0 1 0 35.74 35.74 8 8 0 0 1 15.08 5.34M32 76a44 44 0 0 1 85.49-14.67 8 8 0 1 1-15.08 5.34 28 28 0 1 0-35.74 35.74A8 8 0 0 1 64 118a7.9 7.9 0 0 1-2.67-.46A44.07 44.07 0 0 1 32 76"
}));
export default Drone;
//# sourceMappingURL=Drone.js.map