@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.49 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 Tire = 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: "M152 128c0-22.09 7.16-40 16-40s16 17.91 16 40-7.16 40-16 40-16-17.91-16-40m92 96a12 12 0 0 1-12 12H92c-18.5 0-35.3-12.22-47.32-34.4C33.92 181.74 28 155.6 28 128s5.92-53.74 16.68-73.6C56.7 32.22 73.5 20 92 20h72c18.5 0 35.3 12.22 47.32 34.4C222.08 74.26 228 100.4 228 128s-5.92 53.74-16.68 73.6a95 95 0 0 1-6.51 10.4H232a12 12 0 0 1 12 12M164 44c-18.92 0-40 34.5-40 84s21.08 84 40 84 40-34.5 40-84-21.08-84-40-84M54.33 155.59 73 142.24a12 12 0 0 1 13.94 0l14.66 10.46A187 187 0 0 1 100 128c0-3.61.11-7.2.31-10.75L80 102.75l-27.91 19.93C52 124.44 52 126.21 52 128a160 160 0 0 0 2.33 27.59M56.54 90 73 78.24a12 12 0 0 1 13.94 0l16.91 12.07a134.8 134.8 0 0 1 12.8-35.91 95 95 0 0 1 6.54-10.4H92c-13.56 0-28.23 17.73-35.46 46M92 212h31.19a95 95 0 0 1-6.51-10.4 116 116 0 0 1-6-12.91L80 166.75l-18.86 13.47C69 200.08 80.88 212 92 212"
}));
export default Tire;
//# sourceMappingURL=Tire.js.map