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 = 'square-share-nodes';
|
|
var width = 448;
|
|
var height = 512;
|
|
var aliases = ["share-alt-square"];
|
|
var unicode = 'f1e1';
|
|
var svgPathData = 'M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96C448 60.65 419.3 32 384 32zM192 256c0 1.684-.3691 3.266-.4961 4.916l86.42 43.21C289.2 294.2 303.8 288 320 288c35.35 0 64 28.65 64 64s-28.65 64-64 64c-35.35 0-64-28.65-64-64c0-1.684 .3691-3.266 .4961-4.916L170.1 303.9C158.8 313.8 144.2 320 128 320c-35.35 0-64-28.65-64-64s28.65-64 64-64c16.19 0 30.81 6.211 42.08 16.12l86.42-43.21C256.4 163.3 256 161.7 256 160c0-35.35 28.65-64 64-64c35.35 0 64 28.65 64 64s-28.65 64-64 64c-16.19 0-30.81-6.211-42.08-16.12L191.5 251.1C191.6 252.7 192 254.3 192 256z';
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
aliases,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faSquareShareNodes = 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; |