UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 354 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgNumber2 = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 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.982 3.982 0 0 0 16 7.5Z" /> </Svg> ); export default SvgNumber2;