UNPKG

react-native-remix-icon

Version:
14 lines (11 loc) 387 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgVuejsFill(props) { return ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path fill="none" d="M0 0h24v24H0z" /> <Path d="M1 3h4l7 12 7-12h4L12 22 1 3zm8.667 0L12 7l2.333-4h4.035L12 14 5.632 3h4.035z" /> </Svg> ); } export default SvgVuejsFill;