UNPKG

react-native-remix-icon

Version:
16 lines (15 loc) 436 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgGraduationCapFill = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={24} height={24} {...props} > <Path d="M12 2 0 9l12 7 10-5.833V17.5h2V9zM3.999 13.49V18a9.99 9.99 0 0 0 8 4A9.99 9.99 0 0 0 20 18v-4.509l-8 4.667z" /> </Svg> ); export default SvgGraduationCapFill;