30 lines
1.2 KiB
JavaScript
30 lines
1.2 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fas';
|
|
var iconName = 'network-wired';
|
|
var width = 640;
|
|
var height = 512;
|
|
var aliases = [];
|
|
var unicode = 'f6ff';
|
|
var svgPathData = 'M624 280c8.875 0 16-7.125 16-16v-16c0-8.875-7.125-16-16-16h-280V192H416c17.62 0 32-14.38 32-32V32c0-17.62-14.38-32-32-32H224C206.4 0 192 14.38 192 32v128c0 17.62 14.38 32 32 32h72v40H16C7.125 232 0 239.1 0 248v16c0 8.875 7.125 16 16 16h88V320H32c-17.62 0-32 14.38-32 32v128c0 17.62 14.38 32 32 32h192c17.62 0 32-14.38 32-32v-128c0-17.62-14.38-32-32-32H152V280h336V320H416c-17.62 0-32 14.38-32 32v128c0 17.62 14.38 32 32 32h192c17.62 0 32-14.38 32-32v-128c0-17.62-14.38-32-32-32h-72V280H624zM192 384v64H64v-64H192zM256 128V64h128v64H256zM576 384v64h-128v-64H576z';
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
aliases,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faNetworkWired = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = aliases;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData;
|
|
exports.aliases = aliases; |