@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.51 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardKeyboardIconConfig: {
name: 'RhStandardKeyboardIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M9 24.62h1a.62.62 0 0 0 0-1.24H9a.62.62 0 0 0 0 1.24Zm5.62-.62a.61.61 0 0 0-.62-.62h-1a.62.62 0 1 0 0 1.24h1a.61.61 0 0 0 .62-.62Zm6.38.62h1a.62.62 0 0 0 0-1.24h-1a.62.62 0 0 0 0 1.24Zm-7-3h1a.62.62 0 0 0 0-1.24h-1a.62.62 0 1 0 0 1.24Zm-3-1.24H9a.62.62 0 0 0 0 1.24h2a.62.62 0 1 0 0-1.24Zm11 1.24h1a.62.62 0 0 0 0-1.24h-1a.62.62 0 0 0 0 1.24Zm-5 3h1a.62.62 0 0 0 0-1.24h-1a.62.62 0 0 0 0 1.24Zm.38-3.62a.61.61 0 0 0 .62.62h1a.62.62 0 0 0 0-1.24h-1a.61.61 0 0 0-.62.62ZM25 24.62h2a.62.62 0 0 0 0-1.24h-2a.62.62 0 0 0 0 1.24Zm2 1.76h-1a.62.62 0 0 0 0 1.24h1a.62.62 0 0 0 0-1.24Zm-16 0H9a.62.62 0 1 0 0 1.24h2a.62.62 0 0 0 0-1.24Zm15-4.76h1a.62.62 0 0 0 0-1.24h-1a.62.62 0 0 0 0 1.24Zm-3 4.76h-9a.62.62 0 1 0 0 1.24h9a.62.62 0 0 0 0-1.24Z"},{"path":"M31 16.38H18.51V15a2.63 2.63 0 0 0-2.62-2.62h-5a1.38 1.38 0 1 1 0-2.75h14a2.63 2.63 0 0 0 0-5.25h-7a.63.63 0 1 0 0 1.25h7a1.38 1.38 0 0 1 0 2.75h-14a2.63 2.63 0 1 0 0 5.25h5A1.37 1.37 0 0 1 17.26 15v1.38H5a.62.62 0 0 0-.62.62v14a.62.62 0 0 0 .62.63h26a.62.62 0 0 0 .62-.63V17a.62.62 0 0 0-.62-.62Zm-.62 14H5.62V17.63h24.76Z"}]},
rhUiIcon: null,
};
export declare const RhStandardKeyboardIcon: ComponentClass<SVGIconProps>;
export default RhStandardKeyboardIcon;