package.dist.esm.icons.think-peaks-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 ThinkPeaksIconConfig = {
name: 'ThinkPeaksIcon',
height: 512,
width: 576,
svgPath: 'M465.4 409.4l87.1-150.2-32-.3-55.1 95L259.2 0 23 407.4l32 .3L259.2 55.6zm-355.3-44.1h32.1l117.4-202.5L463 511.9l32.5.1-235.8-404.6z',
yOffset: 0,
xOffset: 0,
};
export const ThinkPeaksIcon = createIcon(ThinkPeaksIconConfig);
export default ThinkPeaksIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy