UNPKG

@patternfly/react-icons

Version:
9 lines 689 B
import { ComponentClass } from 'react'; import { SVGIconProps } from '../createIcon.js'; export declare const RhUiArrowLeftRightIconConfig: { name: 'RhUiArrowLeftRightIcon', icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"m30.354 14.939-5.646-5.646a.999.999 0 1 0-1.414 1.414L27.587 15H4.414l4.293-4.293a.999.999 0 1 0-1.414-1.414l-5.647 5.646a1.501 1.501 0 0 0 0 2.121l5.646 5.646a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-4.293-4.293h23.172l-4.293 4.293a.999.999 0 1 0 1.414 1.414l5.646-5.646a1.501 1.501 0 0 0 0-2.121Z"}, rhUiIcon: null, }; export declare const RhUiArrowLeftRightIcon: ComponentClass<SVGIconProps>; export default RhUiArrowLeftRightIcon;