Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-regular-svg-icons/faSatelliteDish.js
2018-12-07 15:47:08 -06:00

29 lines
1.4 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'far';
var iconName = 'satellite-dish';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f7c0';
var svgPathData = 'M194.3 340.3l21.9-21.9c2.6.7 5 1.6 7.8 1.6 17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32c0 2.8.9 5.2 1.6 7.8l-21.9 21.9L51 196.9c-3.3-3.3-7.7-4.9-11.9-4.9-5.6 0-11 2.7-13.9 8.1C-17.9 280.3-5.7 382.3 62 450c41.3 41.3 95.5 62 149.7 62 34.5 0 69.1-8.4 100.3-25.2 9.4-5.1 10.7-18.2 3.1-25.8L194.3 340.3zM211.7 464c-43.7 0-84.8-17-115.7-47.9-39.8-39.8-55.6-97.1-44.2-150.5l194.7 194.7c-11.5 2.4-23.1 3.7-34.8 3.7zm-3-464C199.6-.4 192 7.2 192 16.3v16c0 8.6 6.8 15.3 15.4 15.8C345.6 55.8 457.2 166.4 464 304.5c.4 8.6 7.2 15.5 15.8 15.5h16c9.1 0 16.7-7.6 16.3-16.7C503.5 139.9 372.1 8.5 208.7 0zm.1 96c-9.1-.7-16.8 7-16.8 16.2v16c0 8.6 6.8 15.3 15.4 15.8 85.3 5.9 153.2 75.3 160.4 160.7.7 8.5 7.3 15.2 15.8 15.2h16.2c9.1 0 16.8-7.7 16.2-16.8-8.3-110.4-96.7-198.9-207.2-207.1z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faSatelliteDish = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;