UNPKG

@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.38 kB
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 FilePng = 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: "M56 140H40a12 12 0 0 0-12 12v56a12 12 0 0 0 24 0v-4h4a32 32 0 0 0 0-64m0 40h-4v-16h4a8 8 0 0 1 0 16m176 20.87a12 12 0 0 1-3.33 8.3A34 34 0 0 1 204 220c-19.85 0-36-17.95-36-40s16.15-40 36-40a33.4 33.4 0 0 1 18.71 5.8 12 12 0 1 1-13.42 19.89A9.4 9.4 0 0 0 204 164c-6.5 0-12 7.33-12 16s5.5 16 12 16a9 9 0 0 0 2.7-.42A12 12 0 0 1 216 176h4a12 12 0 0 1 12 12ZM160 152v56a12 12 0 0 1-8.34 11.43 12.2 12.2 0 0 1-3.66.57 12 12 0 0 1-9.76-5L120 189.44V208a12 12 0 0 1-24 0v-56a12 12 0 0 1 21.76-7L136 170.55V152a12 12 0 0 1 24 0M48 120a12 12 0 0 0 12-12V44h76v48a12 12 0 0 0 12 12h48v4a12 12 0 0 0 24 0V88a12 12 0 0 0-3.51-8.49l-56-56A12 12 0 0 0 152 20H56a20 20 0 0 0-20 20v68a12 12 0 0 0 12 12m112-63 23 23h-23Z" })); export default FilePng; //# sourceMappingURL=FilePng.js.map