@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 426 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiAddIconConfig: {
name: 'RhUiAddIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M29 15H17V3a1 1 0 0 0-2 0v12H3a1 1 0 0 0 0 2h12v12a1 1 0 0 0 2 0V17h12a1 1 0 0 0 0-2Z"},
rhUiIcon: null,
};
export declare const RhUiAddIcon: ComponentClass<SVGIconProps>;
export default RhUiAddIcon;