UNPKG

react-native-remix-icon

Version:
14 lines (11 loc) 511 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgUser6Fill(props) { return ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path fill="none" d="M0 0h24v24H0z" /> <Path d="M12 17c3.662 0 6.865 1.575 8.607 3.925l-1.842.871C17.347 20.116 14.847 19 12 19c-2.847 0-5.347 1.116-6.765 2.796l-1.841-.872C5.136 18.574 8.338 17 12 17zm0-15a5 5 0 015 5v3a5 5 0 01-10 0V7a5 5 0 015-5z" /> </Svg> ); } export default SvgUser6Fill;