@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 692 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiPathFillIconConfig: {
name: 'RhUiPathFillIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M31 26c0 2.757-2.243 5-5 5a5.01 5.01 0 0 1-4.899-4H8c-3.309 0-6-2.691-6-6s2.691-6 6-6h16c2.206 0 4-1.794 4-4s-1.794-4-4-4H10.899A5.009 5.009 0 0 1 6 11c-2.757 0-5-2.243-5-5s2.243-5 5-5a5.01 5.01 0 0 1 4.899 4H24c3.309 0 6 2.691 6 6s-2.691 6-6 6H8c-2.206 0-4 1.794-4 4s1.794 4 4 4h13.101A5.009 5.009 0 0 1 26 21c2.757 0 5 2.243 5 5Z"},
rhUiIcon: null,
};
export declare const RhUiPathFillIcon: ComponentClass<SVGIconProps>;
export default RhUiPathFillIcon;