UNPKG

@patternfly/react-icons

Version:
14 lines (11 loc) 533 B
import { createIcon } from '../createIcon'; export const ProductHuntIconConfig = { name: 'ProductHuntIcon', height: 512, width: 512, svgPath: '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', yOffset: 0, xOffset: 0, }; export const ProductHuntIcon = createIcon(ProductHuntIconConfig); export default ProductHuntIcon;