@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 607 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const ProductHuntIconConfig: {
name: 'ProductHuntIcon',
icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M326.3 218.8c0 20.5-16.7 37.2-37.2 37.2h-70.3v-74.4h70.3c20.5 0 37.2 16.7 37.2 37.2zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-128.1-37.2c0-47.9-38.9-86.8-86.8-86.8H169.2v248h49.6v-74.4h70.3c47.9 0 86.8-38.9 86.8-86.8z"},
rhUiIcon: null,
};
export declare const ProductHuntIcon: ComponentClass<SVGIconProps>;
export default ProductHuntIcon;