UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 530 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgFileShieldFill = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="M21 7v13.992A1 1 0 0 1 20.007 22H3.993A.993.993 0 0 1 3 21.008V2.992C3 2.455 3.447 2 3.998 2h11.999L21 7ZM8 8v5.6c0 .85.446 1.643 1.187 2.114L12 17.5l2.813-1.786A2.51 2.51 0 0 0 16 13.6V8H8Zm2 2h4v3.6c0 .158-.09.318-.26.425L12 15.131l-1.74-1.106c-.17-.107-.26-.267-.26-.425V10Z" /> </Svg> ); export default SvgFileShieldFill;