@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 729 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const CaretRightIconConfig: {
name: 'CaretRightIcon',
icon: {"xOffset":0,"yOffset":0,"width":192,"height":512,"svgPathData":"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"},
rhUiIcon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M11 30a.999.999 0 0 1-.707-1.707L22.586 16 10.293 3.707a.999.999 0 1 1 1.414-1.414l12.646 12.646a1.501 1.501 0 0 1 0 2.121L11.707 29.706a.997.997 0 0 1-.707.293Z"},
};
export declare const CaretRightIcon: ComponentClass<SVGIconProps>;
export default CaretRightIcon;