@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 535 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const HackerNewsIconConfig: {
name: 'HackerNewsIcon',
icon: {"xOffset":0,"yOffset":0,"width":448,"height":512,"svgPathData":"M0 32v448h448V32H0zm21.2 197.2H21c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4zm218 53.9V384h-31.4V281.3L128 128h37.3c52.5 98.3 49.2 101.2 59.3 125.6 12.3-27 5.8-24.4 60.6-125.6H320l-80.8 155.1z"},
rhUiIcon: null,
};
export declare const HackerNewsIcon: ComponentClass<SVGIconProps>;
export default HackerNewsIcon;