@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 451 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgFileZipFill = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="M10 2v2h2V2h8.007c.548 0 .993.444.993.992v18.016a1 1 0 0 1-.993.992H3.993A.993.993 0 0 1 3 21.008V2.992A1 1 0 0 1 3.993 2H10Zm2 2v2h2V4h-2Zm-2 2v2h2V6h-2Zm2 2v2h2V8h-2Zm-2 2v2h2v-2h-2Zm2 2v2h-2v3h4v-5h-2Z" />
</Svg>
);
export default SvgFileZipFill;