package.dist.esm.icons.greater-than-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 GreaterThanIconConfig = {
name: 'GreaterThanIcon',
height: 512,
width: 384,
svgPath: 'M365.52 209.85L59.22 67.01c-16.06-7.49-35.15-.54-42.64 15.52L3.01 111.61c-7.49 16.06-.54 35.15 15.52 42.64L236.96 256.1 18.49 357.99C2.47 365.46-4.46 384.5 3.01 400.52l13.52 29C24 445.54 43.04 452.47 59.06 445l306.47-142.91a32.003 32.003 0 0 0 18.48-29v-34.23c-.01-12.45-7.21-23.76-18.49-29.01z',
yOffset: 0,
xOffset: 0,
};
export const GreaterThanIcon = createIcon(GreaterThanIconConfig);
export default GreaterThanIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy