@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 920 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiCompressArrowsIconConfig: {
name: 'RhUiCompressArrowsIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M19 11.5V5a1 1 0 1 1 2 0v4.586l7.293-7.293a.999.999 0 1 1 1.414 1.414L22.414 11H27a1 1 0 1 1 0 2h-6.5c-.827 0-1.5-.673-1.5-1.5ZM12 4a1 1 0 0 0-1 1v4.586L3.707 2.293a.999.999 0 1 0-1.414 1.414L9.586 11H5a1 1 0 1 0 0 2h6.5c.827 0 1.5-.673 1.5-1.5V5a1 1 0 0 0-1-1Zm-.5 15H5a1 1 0 1 0 0 2h4.586l-7.293 7.293a.999.999 0 1 0 1.414 1.414L11 22.414V27a1 1 0 1 0 2 0v-6.5c0-.827-.673-1.5-1.5-1.5Zm10.914 2H27a1 1 0 1 0 0-2h-6.5c-.827 0-1.5.673-1.5 1.5V27a1 1 0 1 0 2 0v-4.586l7.293 7.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L22.414 21Z"},
rhUiIcon: null,
};
export declare const RhUiCompressArrowsIcon: ComponentClass<SVGIconProps>;
export default RhUiCompressArrowsIcon;