@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 862 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiPlaygroundIconConfig: {
name: 'RhUiPlaygroundIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M4 13h9.5c.827 0 1.5-.673 1.5-1.5V2a.999.999 0 0 0-1.707-.707l-10 10A1 1 0 0 0 4 13Zm9-8.586V11H6.414L13 4.414ZM28.5 16h-25c-.827 0-1.5.673-1.5 1.5v11c0 .827.673 1.5 1.5 1.5H9a1 1 0 0 0 1-1c0-3.309 2.691-6 6-6s6 2.691 6 6a1 1 0 0 0 1 1h5.5c.827 0 1.5-.673 1.5-1.5v-11c0-.827-.673-1.5-1.5-1.5ZM28 28h-4.062c-.493-3.94-3.865-7-7.938-7s-7.444 3.06-7.938 7H4V18h24v10Zm-8.5-15h8c.827 0 1.5-.673 1.5-1.5v-8c0-.827-.673-1.5-1.5-1.5h-8c-.827 0-1.5.673-1.5 1.5v8c0 .827.673 1.5 1.5 1.5Zm.5-9h7v7h-7V4Z"},
rhUiIcon: null,
};
export declare const RhUiPlaygroundIcon: ComponentClass<SVGIconProps>;
export default RhUiPlaygroundIcon;