@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 689 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const FileMedicalIconConfig = {
name: 'FileMedicalIcon',
icon: {"xOffset":0,"yOffset":0,"width":384,"height":512,"svgPathData":"M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm64 160v48c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8z"},
rhUiIcon: null,
};
export const FileMedicalIcon = createIconBase(FileMedicalIconConfig);
export default FileMedicalIcon;