UNPKG

@patternfly/react-icons

Version:
12 lines 583 B
import * as React from 'react'; import { SVGIconProps } from '../createIcon'; export declare const PhoneAltIconConfig: { name: 'PhoneAltIcon', height: 512, width: 512, svgPath: 'M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z', yOffset: 0, xOffset: 0, }; export declare const PhoneAltIcon: React.ComponentClass<SVGIconProps>; export default PhoneAltIcon;