react-native-unicons
Version:
Unicons icons for React Native
9 lines (8 loc) • 646 B
JavaScript
import * as React from 'react';
import Svg, { Path } from 'react-native-svg';
function SvgGraduationCap(props) {
return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}>
<Path d="M21.49 10.19l-1-.55-9-5h-.11a1.06 1.06 0 00-.19-.06h-.37a1.17 1.17 0 00-.2.06h-.11l-9 5a1 1 0 000 1.74L4 12.76v4.74a3 3 0 003 3h8a3 3 0 003-3v-4.74l2-1.12v2.86a1 1 0 002 0v-3.44a1 1 0 00-.51-.87zM16 17.5a1 1 0 01-1 1H7a1 1 0 01-1-1v-3.63l4.51 2.5.15.06h.09a1 1 0 00.25 0 1 1 0 00.25 0h.09a.47.47 0 00.15-.06l4.51-2.5zm-5-3.14L4.06 10.5 11 6.64l6.94 3.86z" fill="currentColor"/>
</Svg>);
}
export default SvgGraduationCap;