Release 5.10.0 (#1385)
This commit is contained in:
29
js-packages/@fortawesome/pro-duotone-svg-icons/faWifi2.js
Normal file
29
js-packages/@fortawesome/pro-duotone-svg-icons/faWifi2.js
Normal file
@@ -0,0 +1,29 @@
|
||||
'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;
|
||||
Reference in New Issue
Block a user