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.

18 lines (17 loc) 779 B
"use strict"; /* 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 ImagesSquare = props => /*#__PURE__*/_jsx(Svg, { fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size, ...props, children: /*#__PURE__*/_jsx(Path, { d: "M208 28H88a20 20 0 0 0-20 20v12H48a20 20 0 0 0-20 20v128a20 20 0 0 0 20 20h128a20 20 0 0 0 20-20v-20h12a20 20 0 0 0 20-20V48a20 20 0 0 0-20-20M92 52h112v59.72l-9.86-9.86a20 20 0 0 0-28.28 0L103.72 164H92Zm80 152H52V84h16v84a20 20 0 0 0 20 20h84Zm-34.34-40L180 121.66l24 24V164ZM108 88a20 20 0 1 1 20 20 20 20 0 0 1-20-20" }) }); export default ImagesSquare; //# sourceMappingURL=ImagesSquare.js.map