UNPKG

@patternfly/react-icons

Version:
9 lines 727 B
import { ComponentClass } from 'react'; import { SVGIconProps } from '../createIcon.js'; export declare const CaretLeftIconConfig: { name: 'CaretLeftIcon', icon: {"xOffset":0,"yOffset":0,"width":192,"height":512,"svgPathData":"M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z"}, rhUiIcon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M21 30a.997.997 0 0 1-.707-.293L7.647 17.061a1.501 1.501 0 0 1 0-2.121L20.293 2.293a.999.999 0 1 1 1.414 1.414L9.414 16l12.293 12.293A.999.999 0 0 1 21 30Z"}, }; export declare const CaretLeftIcon: ComponentClass<SVGIconProps>; export default CaretLeftIcon;