import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const CompressArrowsAltIconConfig: {
  name: 'CompressArrowsAltIcon',
  icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M200 288H88c-21.4 0-32.1 25.8-17 41l32.9 31-99.2 99.3c-6.2 6.2-6.2 16.4 0 22.6l25.4 25.4c6.2 6.2 16.4 6.2 22.6 0L152 408l31.1 33c15.1 15.1 40.9 4.4 40.9-17V312c0-13.3-10.7-24-24-24zm112-64h112c21.4 0 32.1-25.9 17-41l-33-31 99.3-99.3c6.2-6.2 6.2-16.4 0-22.6L481.9 4.7c-6.2-6.2-16.4-6.2-22.6 0L360 104l-31.1-33C313.8 55.9 288 66.6 288 88v112c0 13.3 10.7 24 24 24zm96 136l33-31.1c15.1-15.1 4.4-40.9-17-40.9H312c-13.3 0-24 10.7-24 24v112c0 21.4 25.9 32.1 41 17l31-32.9 99.3 99.3c6.2 6.2 16.4 6.2 22.6 0l25.4-25.4c6.2-6.2 6.2-16.4 0-22.6L408 360zM183 71.1L152 104 52.7 4.7c-6.2-6.2-16.4-6.2-22.6 0L4.7 30.1c-6.2 6.2-6.2 16.4 0 22.6L104 152l-33 31.1C55.9 198.2 66.6 224 88 224h112c13.3 0 24-10.7 24-24V88c0-21.3-25.9-32-41-16.9z"},
  rhUiIcon: {"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"},
};
export declare const CompressArrowsAltIcon: ComponentClass<SVGIconProps>;
export default CompressArrowsAltIcon;