UNPKG

react-native-remix-icon

Version:
14 lines (11 loc) 479 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgUser5Fill(props) { return ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path fill="none" d="M0 0h24v24H0z" /> <Path d="M7.39 16.539a8 8 0 119.221 0l2.083 4.76a.5.5 0 01-.459.701H5.765a.5.5 0 01-.459-.7l2.083-4.761zm.729-5.569a4.002 4.002 0 007.762 0l-1.94-.485a2 2 0 01-3.882 0l-1.94.485z" /> </Svg> ); } export default SvgUser5Fill;