package.dist.esm.icons.caret-down-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 CaretDownIconConfig = {
name: 'CaretDownIcon',
height: 512,
width: 320,
svgPath: 'M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z',
yOffset: 0,
xOffset: 0,
};
export const CaretDownIcon = createIcon(CaretDownIconConfig);
export default CaretDownIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy