@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 415 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgAngularjsFill = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="m12 2 9.3 3.32-1.418 12.31L12 22 4.12 17.63 2.7 5.32 12 2Zm0 2.21L6.186 17.26h2.168l1.169-2.92h4.935l1.168 2.92h2.168L12 4.21Zm1.698 8.33h-3.396L12 8.45l1.698 4.09Z" />
</Svg>
);
export default SvgAngularjsFill;