package.dist.esm.icons.caret-left-icon.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react-icons Show documentation
Show all versions of react-icons Show documentation
PatternFly 4 Icons as React Components
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