@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.02 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardEmployeeBadgeIconConfig: {
name: 'RhStandardEmployeeBadgeIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M25 4.38H11A2.62 2.62 0 0 0 8.38 7v22A2.62 2.62 0 0 0 11 31.62h14A2.62 2.62 0 0 0 27.62 29V7A2.62 2.62 0 0 0 25 4.38ZM26.38 29A1.38 1.38 0 0 1 25 30.38H11A1.38 1.38 0 0 1 9.62 29V7A1.38 1.38 0 0 1 11 5.62h14A1.38 1.38 0 0 1 26.38 7Z"},{"path":"M16 8.62h4a.62.62 0 1 0 0-1.24h-4a.62.62 0 0 0 0 1.24Zm3.9 14.18a2.58 2.58 0 0 0 .72-1.8 2.62 2.62 0 1 0-5.24 0 2.58 2.58 0 0 0 .72 1.8 4.61 4.61 0 0 0-2.72 4.2.62.62 0 0 0 .62.62h8a.62.62 0 0 0 .62-.62 4.61 4.61 0 0 0-2.72-4.2ZM16.62 21A1.38 1.38 0 1 1 18 22.38 1.38 1.38 0 0 1 16.62 21Zm-1.94 5.38a3.38 3.38 0 0 1 6.64 0Z"}]},
rhUiIcon: null,
};
export declare const RhStandardEmployeeBadgeIcon: ComponentClass<SVGIconProps>;
export default RhStandardEmployeeBadgeIcon;