@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 603 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiVirtualMachineCenterFillIconConfig: {
name: 'RhUiVirtualMachineCenterFillIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M30 3.5v15c0 .827-.673 1.5-1.5 1.5H20v8.5c0 .827-.673 1.5-1.5 1.5h-15c-.827 0-1.5-.673-1.5-1.5v-15c0-.827.673-1.5 1.5-1.5H12V3.5c0-.827.673-1.5 1.5-1.5h15c.827 0 1.5.673 1.5 1.5Z"},
rhUiIcon: null,
};
export declare const RhUiVirtualMachineCenterFillIcon: ComponentClass<SVGIconProps>;
export default RhUiVirtualMachineCenterFillIcon;