@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 568 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const PhoneAltIconConfig = {
name: 'PhoneAltIcon',
icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"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"},
rhUiIcon: null,
};
export const PhoneAltIcon = createIconBase(PhoneAltIconConfig);
export default PhoneAltIcon;