UNPKG

react-native-remix-icon

Version:
16 lines (15 loc) 421 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgNumber2 = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={24} height={24} {...props} > <Path d="M16 7.5a4 4 0 1 0-8 0H6a6 6 0 1 1 10.663 3.776l-7.319 8.723L18 20v2H6v-1.127l9.064-10.802A3.98 3.98 0 0 0 16 7.5" /> </Svg> ); export default SvgNumber2;