@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 843 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhStandardGraduationCapIconConfig = {
name: 'RhStandardGraduationCapIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"m31.3 14.68-13-7.23a.64.64 0 0 0-.6 0l-13 7.23a.62.62 0 0 0 0 1.09l3.68 2V23a.62.62 0 0 0 .32.55l9 5a.68.68 0 0 0 .6 0l9-5a.62.62 0 0 0 .32-.55v-5.19l3.68-2a.62.62 0 0 0 0-1.09Zm-4.92 8L18 27.29l-8.38-4.66v-4.12L17.7 23a.6.6 0 0 0 .6 0l8.08-4.48ZM18 21.73 6.29 15.22 18 8.71l5.05 2.81-5.35 3a.62.62 0 1 0 .6 1.09l6-3.35 5.37 3Z"},{"path":"M30 19.38a.62.62 0 0 0-.62.62v6a.62.62 0 0 0 1.24 0v-6a.62.62 0 0 0-.62-.62Z"}]},
rhUiIcon: null,
};
export const RhStandardGraduationCapIcon = createIconBase(RhStandardGraduationCapIconConfig);
export default RhStandardGraduationCapIcon;