Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faPhone.js
2019-07-29 11:21:43 -05:00

29 lines
1.0 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'phone';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f095';
var svgPathData = ['M369.66 4.75a24.53 24.53 0 0 1 5.36-3 24.53 24.53 0 0 0-5.36 3zm11.55 199.76L457 267.27A466 466 0 0 1 265.61 457.9l-61.41-76.6a370.59 370.59 0 0 0 177.01-176.79z', 'M126.59 313.79l-112 48a24.31 24.31 0 0 0-14 27.6l24 104A24 24 0 0 0 48 512a462 462 0 0 0 217.61-54.1l-111-137.2a24 24 0 0 0-28.02-6.91zM493.4 24.6l-104-24a24.17 24.17 0 0 0-27.5 13.9l-48 112a23.94 23.94 0 0 0 6.9 28L457 267.28A462.06 462.06 0 0 0 512 48a24 24 0 0 0-18.6-23.4z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faPhone = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;