UNPKG

react-native-remix-icon

Version:
14 lines (11 loc) 405 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgNumber6(props) { return ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path fill="none" d="M0 0h24v24H0z" /> <Path d="M14.886 2l-4.438 7.686A6.5 6.5 0 116.4 12.7L12.576 2h2.31zM12 11.5a4.5 4.5 0 100 9 4.5 4.5 0 000-9z" /> </Svg> ); } export default SvgNumber6;