Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faWifi.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 = 'wifi';
var width = 640;
var height = 512;
var ligatures = [];
var unicode = 'f1eb';
var svgPathData = ['M320 352a64 64 0 1 1-64 64 64 64 0 0 1 64-64z', 'M634.91 154.88C457.74-9 182.19-8.93 5.09 154.88a15.89 15.89 0 0 0-.35 23l34.24 34a16.24 16.24 0 0 0 22.4.38c145.92-133.68 371.3-133.71 517.25 0a16.25 16.25 0 0 0 22.4-.38l34.24-34a15.9 15.9 0 0 0-.36-23zM522.67 268.41c-115.26-101.93-290.21-101.82-405.34 0a15.81 15.81 0 0 0-.57 23.15l34.44 34a16.32 16.32 0 0 0 22.05.8c83.95-72.57 209.74-72.41 293.49 0a16.31 16.31 0 0 0 22.05-.8l34.44-34a15.81 15.81 0 0 0-.56-23.15z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faWifi = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;