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.19 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 Axe = 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: "M254.93 96.43A20 20 0 0 0 238.56 83a122 122 0 0 1-39.86-12.46l3.92-3.92a32 32 0 0 0-45.26-45.26l-6.69 6.69a20 20 0 0 0-30.15-2.21L81.84 64.52a20 20 0 0 0 2.21 30.16l-74.69 74.7a32 32 0 0 0 45.25 45.26l71.92-71.93A122 122 0 0 1 139 182.57a20 20 0 0 0 34 11.58L250.13 117a19.86 19.86 0 0 0 4.8-20.57m-80.6-58.1a8 8 0 1 1 11.32 11.32l-7.58 7.57a136 136 0 0 1-11.94-10.68ZM37.64 197.67a8 8 0 0 1-11.31-11.32l76.21-76.21a136 136 0 0 1 10.68 11.94Zm123.88-26c-9-48.5-39.27-78.44-59.38-93.47l32-32c15 20.11 45 50.34 93.45 59.38Z" })); export default Axe; //# sourceMappingURL=Axe.js.map