UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 474 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgShieldUserFill = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="M3.783 2.826 12 1l8.217 1.826a1 1 0 0 1 .783.976v9.987a6 6 0 0 1-2.672 4.992L12 23l-6.328-4.219A6 6 0 0 1 3 13.79V3.802a1 1 0 0 1 .783-.976ZM12 11a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm-4.473 5h8.945a4.5 4.5 0 0 0-8.945 0Z" /> </Svg> ); export default SvgShieldUserFill;