@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.
18 lines (17 loc) • 829 B
JavaScript
;
/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { jsx as _jsx } from "react/jsx-runtime";
const ShippingContainer = props => /*#__PURE__*/_jsx(Svg, {
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size,
...props,
children: /*#__PURE__*/_jsx(Path, {
d: "M236.4 70.65 130.2 40.31a8 8 0 0 0-3.33-.23L21.74 55.1A16.08 16.08 0 0 0 8 70.94v114.12a16.08 16.08 0 0 0 13.74 15.84l105.13 15a8.5 8.5 0 0 0 1.13.1 7.9 7.9 0 0 0 2.2-.31l106.2-30.34A16.07 16.07 0 0 0 248 170V86a16.07 16.07 0 0 0-11.6-15.35M64 120H48a8 8 0 0 0 0 16h16v54.78l-40-5.72V70.94l40-5.72Zm56 78.78-40-5.72V136h16a8 8 0 0 0 0-16H80V62.94l40-5.72Z"
})
});
export default ShippingContainer;
//# sourceMappingURL=ShippingContainer.js.map