@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 383 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgGraduationCapFill = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="M12 2 0 9l12 7 10-5.833V17.5h2V9L12 2ZM3.999 13.49V18a9.985 9.985 0 0 0 8 4A9.985 9.985 0 0 0 20 18v-4.509l-8 4.667L4 13.49Z" />
</Svg>
);
export default SvgGraduationCapFill;