UNPKG

@patternfly/react-icons

Version:
9 lines 558 B
import { ComponentClass } from 'react'; import { SVGIconProps } from '../createIcon.js'; export declare const RhUiStopIconConfig: { name: 'RhUiStopIcon', icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M26 30H6.007c-2.206 0-4-1.794-4-4V6.007c0-2.206 1.794-4 4-4H26c2.206 0 4 1.794 4 4V26c0 2.206-1.794 4-4 4ZM6.007 4.007c-1.103 0-2 .897-2 2V26c0 1.103.897 2 2 2H26c1.103 0 2-.897 2-2V6.007c0-1.103-.897-2-2-2H6.007Z"}, rhUiIcon: null, }; export declare const RhUiStopIcon: ComponentClass<SVGIconProps>; export default RhUiStopIcon;