@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 792 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiPathIconConfig: {
name: 'RhUiPathIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M26 21a5.01 5.01 0 0 0-4.899 4H8c-2.206 0-4-1.794-4-4s1.794-4 4-4h16c3.309 0 6-2.691 6-6s-2.691-6-6-6H10.899A5.009 5.009 0 0 0 6 1C3.243 1 1 3.243 1 6s2.243 5 5 5a5.01 5.01 0 0 0 4.899-4H24c2.206 0 4 1.794 4 4s-1.794 4-4 4H8c-3.309 0-6 2.691-6 6s2.691 6 6 6h13.101A5.009 5.009 0 0 0 26 31c2.757 0 5-2.243 5-5s-2.243-5-5-5ZM6 9C4.346 9 3 7.654 3 6s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3Zm20 20c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3Z"},
rhUiIcon: null,
};
export declare const RhUiPathIcon: ComponentClass<SVGIconProps>;
export default RhUiPathIcon;