@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 929 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiExpandArrowsIconConfig: {
name: 'RhUiExpandArrowsIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M30 3.5V10a1 1 0 1 1-2 0V5.414l-7.293 7.293a.997.997 0 0 1-1.414 0 .999.999 0 0 1 0-1.414L26.586 4H22a1 1 0 1 1 0-2h6.5c.827 0 1.5.673 1.5 1.5ZM29 21a1 1 0 0 0-1 1v4.586l-7.293-7.293a.999.999 0 1 0-1.414 1.414L26.586 28H22a1 1 0 1 0 0 2h6.5c.827 0 1.5-.673 1.5-1.5V22a1 1 0 0 0-1-1ZM5.414 4H10a1 1 0 1 0 0-2H3.5C2.673 2 2 2.673 2 3.5V10a1 1 0 1 0 2 0V5.414l7.293 7.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L5.414 4Zm5.879 15.293L4 26.586V22a1 1 0 1 0-2 0v6.5c0 .827.673 1.5 1.5 1.5H10a1 1 0 1 0 0-2H5.414l7.293-7.293a.999.999 0 1 0-1.414-1.414Z"},
rhUiIcon: null,
};
export declare const RhUiExpandArrowsIcon: ComponentClass<SVGIconProps>;
export default RhUiExpandArrowsIcon;