UNPKG

@patternfly/react-icons

Version:
9 lines 644 B
import { ComponentClass } from 'react'; import { SVGIconProps } from '../createIcon.js'; export declare const ChevronCircleLeftIconConfig: { name: 'ChevronCircleLeftIcon', icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zM142.1 273l135.5 135.5c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L226.9 256l101.6-101.6c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L142.1 239c-9.4 9.4-9.4 24.6 0 34z"}, rhUiIcon: null, }; export declare const ChevronCircleLeftIcon: ComponentClass<SVGIconProps>; export default ChevronCircleLeftIcon;