@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 917 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardMailboxIconConfig: {
name: 'RhStandardMailboxIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M14 8.62h3.38V15a.62.62 0 1 0 1.24 0V5a.62.62 0 0 0-.62-.62h-4a.62.62 0 0 0-.62.62v3a.62.62 0 0 0 .62.62Zm.62-3h2.76v1.76h-2.76Z"},{"path":"M31.44 14.56a.61.61 0 0 0-.88 0l-6.94 6.93V11a.62.62 0 0 0-.62-.62h-3a.62.62 0 1 0 0 1.24h2.38v10.76H5.62V14A2.39 2.39 0 0 1 8 11.62h8a.62.62 0 0 0 0-1.24H8A3.62 3.62 0 0 0 4.38 14v9a.62.62 0 0 0 .62.62h7.38V31a.62.62 0 0 0 1.24 0v-7.38h1.76V31a.62.62 0 0 0 1.24 0v-7.38H23a.67.67 0 0 0 .24 0c.06 0 .1-.07.15-.1s0 0 .05 0l8-8a.61.61 0 0 0 0-.96Z"}]},
rhUiIcon: null,
};
export declare const RhStandardMailboxIcon: ComponentClass<SVGIconProps>;
export default RhStandardMailboxIcon;