@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.07 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 Seatbelt = 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: "M200 212H89.45l110.18-90.74a12 12 0 1 0-15.26-18.52l-17.78 14.64a83.3 83.3 0 0 0-17-6.55 48 48 0 1 0-43.26 0 83.9 83.9 0 0 0-58 54.49 12 12 0 0 0 22.76 7.62 60.05 60.05 0 0 1 74.54-38.3l-97.26 80.1A12 12 0 0 0 56 236h144a12 12 0 0 0 0-24M128 44a24 24 0 1 1-24 24 24 24 0 0 1 24-24m76.61 113.51a83.6 83.6 0 0 1 6.88 25.17 12 12 0 0 1-23.86 2.64 59.2 59.2 0 0 0-4.9-17.95 12 12 0 0 1 21.88-9.86"
}));
export default Seatbelt;
//# sourceMappingURL=Seatbelt.js.map