@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.12 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 Bone = 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: "M234.74 58.31a39.9 39.9 0 0 0-23.35-13.7 40 40 0 1 0-74.86 25.87l-66 66.05a40 40 0 1 0-25.87 74.86 40 40 0 1 0 74.86-25.86l66.05-66.06a40 40 0 0 0 49.22-61.16Zm-18.64 36.2a16 16 0 0 1-20.54 3 20 20 0 0 0-24.84 2.76l-70.4 70.4a20 20 0 0 0-2.75 24.84 16 16 0 1 1-29.41 6A12 12 0 0 0 56.3 187.7a11.6 11.6 0 0 0-1.85.14 16 16 0 1 1 6-29.4 20 20 0 0 0 24.83-2.76l70.4-70.4a20 20 0 0 0 2.76-24.84 16 16 0 1 1 29.4-6 12 12 0 0 0 13.71 13.71 16 16 0 0 1 14.55 26.36"
}));
export default Bone;
//# sourceMappingURL=Bone.js.map