UNPKG

react-native-unicons

Version:
9 lines (8 loc) 590 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgUserTimes(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M13.3 12.22A4.92 4.92 0 0015 8.5a5 5 0 00-10 0 4.92 4.92 0 001.7 3.72A8 8 0 002 19.5a1 1 0 002 0 6 6 0 0112 0 1 1 0 002 0 8 8 0 00-4.7-7.28zM10 11.5a3 3 0 113-3 3 3 0 01-3 3zm10.91.5l.8-.79a1 1 0 00-1.42-1.42l-.79.8-.79-.8a1 1 0 00-1.42 1.42l.8.79-.8.79a1 1 0 000 1.42 1 1 0 001.42 0l.79-.8.79.8a1 1 0 001.42 0 1 1 0 000-1.42z" fill="currentColor"/> </Svg>); } export default SvgUserTimes;