@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 690 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const ArrowsAltHIconConfig: {
name: 'ArrowsAltHIcon',
icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M377.941 169.941V216H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.568 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296h243.882v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.568 0-33.941l-86.059-86.059c-15.119-15.12-40.971-4.412-40.971 16.97z"},
rhUiIcon: null,
};
export declare const ArrowsAltHIcon: ComponentClass<SVGIconProps>;
export default ArrowsAltHIcon;