@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 724 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const CaretUpIconConfig: {
name: 'CaretUpIcon',
icon: {"xOffset":0,"yOffset":0,"width":320,"height":512,"svgPathData":"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z"},
rhUiIcon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M29 22a.997.997 0 0 1-.707-.293L16 9.414 3.707 21.707a.999.999 0 1 1-1.414-1.414L14.939 7.646a1.501 1.501 0 0 1 2.121 0l12.646 12.646a.999.999 0 0 1-.707 1.707Z"},
};
export declare const CaretUpIcon: ComponentClass<SVGIconProps>;
export default CaretUpIcon;