@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 564 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiPortIconConfig: {
name: 'RhUiPortIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M23 23.917a1.62 1.62 0 0 1-1.149-.475L9 10.59l-6.204 6.205a1.127 1.127 0 0 1-1.592-1.592L7.85 8.557a1.629 1.629 0 0 1 2.299 0L23 21.409l6.204-6.205a1.127 1.127 0 0 1 1.592 1.592l-6.646 6.646a1.624 1.624 0 0 1-1.149.475Z"},
rhUiIcon: null,
};
export declare const RhUiPortIcon: ComponentClass<SVGIconProps>;
export default RhUiPortIcon;