@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 743 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiDoubleCaretDownIconConfig: {
name: 'RhUiDoubleCaretDownIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M29.707 16.293a.999.999 0 0 1 0 1.414L17.061 30.353c-.292.292-.677.438-1.061.438s-.769-.146-1.061-.438L2.293 17.707a.999.999 0 1 1 1.414-1.414L16 28.586l12.293-12.293a.999.999 0 0 1 1.414 0Zm-14.768.061c.292.292.677.438 1.061.438s.769-.146 1.061-.438L29.707 3.707a.999.999 0 1 0-1.414-1.414L16 14.586 3.707 2.293a.999.999 0 1 0-1.414 1.414l12.646 12.646Z"},
rhUiIcon: null,
};
export declare const RhUiDoubleCaretDownIcon: ComponentClass<SVGIconProps>;
export default RhUiDoubleCaretDownIcon;