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

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

The newest version!
import { createIcon } from '../createIcon';

export 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 const CaretLeftIcon = createIcon(CaretLeftIconConfig);

export default CaretLeftIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy