@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 675 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const FirstAidIconConfig: {
name: 'FirstAidIcon',
icon: {"xOffset":0,"yOffset":0,"width":576,"height":512,"svgPathData":"M0 80v352c0 26.5 21.5 48 48 48h48V32H48C21.5 32 0 53.5 0 80zm128 400h320V32H128v448zm64-248c0-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 8v48c0 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-48zM528 32h-48v448h48c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z"},
rhUiIcon: null,
};
export declare const FirstAidIcon: ComponentClass<SVGIconProps>;
export default FirstAidIcon;