@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 GraphicsCard = 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: "M232 48H16a8 8 0 0 0-8 8v152a8 8 0 0 0 16 0v-16h16v16a8 8 0 0 0 16 0v-16h16v16a8 8 0 0 0 16 0v-16h16v16a8 8 0 0 0 16 0v-16h112a16 16 0 0 0 16-16V64a16 16 0 0 0-16-16m-20 72a35.8 35.8 0 0 1-5.53 19.16l-49.63-49.63A36 36 0 0 1 212 120m-96 0a35.8 35.8 0 0 1-5.53 19.16L60.84 89.53A36 36 0 0 1 116 120m-36 36a36 36 0 0 1-30.47-55.16l49.63 49.63A35.8 35.8 0 0 1 80 156m60-36a35.8 35.8 0 0 1 5.53-19.16l49.63 49.63A36 36 0 0 1 140 120"
}));
export default GraphicsCard;
//# sourceMappingURL=GraphicsCard.js.map