@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 808 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiCubesFillIconConfig: {
name: 'RhUiCubesFillIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M11 10.75v-7.5c0-.689.561-1.25 1.25-1.25h7.5c.689 0 1.25.561 1.25 1.25v7.5c0 .689-.561 1.25-1.25 1.25h-7.5c-.689 0-1.25-.561-1.25-1.25ZM5.25 25h7.5c.689 0 1.25-.561 1.25-1.25v-7.5c0-.689-.561-1.25-1.25-1.25h-7.5C4.561 15 4 15.561 4 16.25v7.5c0 .689.561 1.25 1.25 1.25ZM29 28H3a1 1 0 0 0 0 2h26a1 1 0 0 0 0-2ZM18 16.25v7.5c0 .689.561 1.25 1.25 1.25h7.5c.689 0 1.25-.561 1.25-1.25v-7.5c0-.689-.561-1.25-1.25-1.25h-7.5c-.689 0-1.25.561-1.25 1.25Z"},
rhUiIcon: null,
};
export declare const RhUiCubesFillIcon: ComponentClass<SVGIconProps>;
export default RhUiCubesFillIcon;