@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 613 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const GreaterThanIconConfig = {
name: 'GreaterThanIcon',
icon: {"xOffset":0,"yOffset":0,"width":384,"height":512,"svgPathData":"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"},
rhUiIcon: null,
};
export const GreaterThanIcon = createIconBase(GreaterThanIconConfig);
export default GreaterThanIcon;