UNPKG

@patternfly/react-icons

Version:
12 lines 498 B
import * as React from 'react'; import { SVGIconProps } from '../createIcon'; export declare const VoicemailIconConfig: { name: 'VoicemailIcon', height: 512, width: 640, svgPath: 'M496 128a144 144 0 0 0-119.74 224H263.74A144 144 0 1 0 144 416h352a144 144 0 0 0 0-288zM64 272a80 80 0 1 1 80 80 80 80 0 0 1-80-80zm432 80a80 80 0 1 1 80-80 80 80 0 0 1-80 80z', yOffset: 0, xOffset: 0, }; export declare const VoicemailIcon: React.ComponentClass<SVGIconProps>; export default VoicemailIcon;