package.dist.js.icons.greater-than-icon.d.ts Maven / Gradle / Ivy
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare 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 declare const GreaterThanIcon: React.ComponentClass;
export default GreaterThanIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy