@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 706 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiDoubleCaretUpIconConfig: {
name: 'RhUiDoubleCaretUpIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M2.293 15.707a.999.999 0 0 1 0-1.414L14.939 1.646a1.501 1.501 0 0 1 2.121 0l12.646 12.646a.999.999 0 1 1-1.414 1.414L16 3.414 3.707 15.707a.999.999 0 0 1-1.414 0Zm14.768-.061a1.501 1.501 0 0 0-2.121 0L2.293 28.293a.999.999 0 1 0 1.414 1.414L16 17.414l12.293 12.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L17.061 15.647Z"},
rhUiIcon: null,
};
export declare const RhUiDoubleCaretUpIcon: ComponentClass<SVGIconProps>;
export default RhUiDoubleCaretUpIcon;