UNPKG

@patternfly/react-icons

Version:
12 lines 471 B
import * as React from 'react'; import { SVGIconProps } from '../createIcon'; export declare const ViacoinIconConfig: { name: 'ViacoinIcon', height: 512, width: 384, svgPath: 'M384 32h-64l-80.7 192h-94.5L64 32H0l48 112H0v48h68.5l13.8 32H0v48h102.8L192 480l89.2-208H384v-48h-82.3l13.8-32H384v-48h-48l48-112zM192 336l-27-64h54l-27 64z', yOffset: 0, xOffset: 0, }; export declare const ViacoinIcon: React.ComponentClass<SVGIconProps>; export default ViacoinIcon;