'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fad'; var iconName = 'phone-alt'; var width = 512; var height = 512; var ligatures = []; var unicode = 'f879'; var svgPathData = ['M511.4 389.4l-24 104A24 24 0 0 1 464 512C207.9 512 0 304.5 0 48a24 24 0 0 1 18.6-23.39l104-24a24.16 24.16 0 0 1 27.5 13.9l48 112a24 24 0 0 1-6.9 28l-60.6 49.6A370.66 370.66 0 0 0 307.79 381.3l49.6-60.6a24 24 0 0 1 28-6.9l112 48a24.28 24.28 0 0 1 14.01 27.6z', '']; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, ligatures, unicode, svgPathData ]}; exports.faPhoneAlt = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = ligatures; exports.unicode = unicode; exports.svgPathData = svgPathData;