@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 861 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiTaskIconConfig: {
name: 'RhUiTaskIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M22 14a1 1 0 0 1-1 1H11a1 1 0 1 1 0-2h10a1 1 0 0 1 1 1Zm-1 4H11a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-5 5h-5a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2ZM27 7.5v22c0 .827-.673 1.5-1.5 1.5h-19c-.827 0-1.5-.673-1.5-1.5v-22C5 6.673 5.673 6 6.5 6H9v-.5c0-.827.673-1.5 1.5-1.5h1.626c.445-1.724 2.013-3 3.874-3s3.428 1.276 3.874 3H21.5c.827 0 1.5.673 1.5 1.5V6h2.5c.827 0 1.5.673 1.5 1.5ZM11 8h10V6h-2a1 1 0 0 1-1-1c0-1.103-.897-2-2-2s-2 .897-2 2a1 1 0 0 1-1 1h-2v2Zm14 0h-2v.5c0 .827-.673 1.5-1.5 1.5h-11C9.673 10 9 9.327 9 8.5V8H7v21h18V8Z"},
rhUiIcon: null,
};
export declare const RhUiTaskIcon: ComponentClass<SVGIconProps>;
export default RhUiTaskIcon;