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

29 lines
868 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'wifi-2';
var width = 640;
var height = 512;
var ligatures = [];
var unicode = 'f6ab';
var svgPathData = ['M320 352a64 64 0 1 1-64 64 64 64 0 0 1 64-64z', 'M466.74 326.35c-83.75-72.41-209.54-72.57-293.49 0a16.32 16.32 0 0 1-22.05-.8l-34.44-34a15.81 15.81 0 0 1 .57-23.15c115.13-101.82 290.08-101.93 405.34 0a15.81 15.81 0 0 1 .57 23.15l-34.45 34a16.31 16.31 0 0 1-22.05.8z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faWifi2 = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;