All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.js.icons.caret-left-icon.d.ts Maven / Gradle / Ivy

import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const CaretLeftIconConfig: {
  name: 'CaretLeftIcon',
  height: 512,
  width: 192,
  svgPath: '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',
  yOffset: 0,
  xOffset: 0,
};
export declare const CaretLeftIcon: React.ComponentClass;
export default CaretLeftIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy