@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.33 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 Screwdriver = 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: "M208.49 47.49a12 12 0 0 1 0 17l-52 52a12 12 0 0 1-17-17l52-52a12 12 0 0 1 17 0M252 58.41a54.1 54.1 0 0 1-15.94 38.49l-53.23 53.23a19.86 19.86 0 0 1-14.14 5.87H156v12.83a20.13 20.13 0 0 1-4.06 12.08 11.5 11.5 0 0 1-1.08 1.23l-8 8a20 20 0 0 1-28.28 0L98.7 174.26l-74.21 74.22a12 12 0 1 1-17-17l74.22-74.22-15.85-15.85a20 20 0 0 1 0-28.29l8-8A11.6 11.6 0 0 1 75.1 104a20.08 20.08 0 0 1 12.07-4H100V87.3a19.9 19.9 0 0 1 5.86-14.15l53.23-53.23A54.43 54.43 0 0 1 252 58.41m-24 0a30.43 30.43 0 0 0-51.94-21.52L124 89v15a20 20 0 0 1-20 20H88.94l-3.28 3.28 21.52 21.53 21.53 21.52 3.28-3.28V152a20 20 0 0 1 20-20h15l52.06-52.07A30.24 30.24 0 0 0 228 58.41"
}));
export default Screwdriver;
//# sourceMappingURL=Screwdriver.js.map