29 lines
1.0 KiB
JavaScript
29 lines
1.0 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'socks';
|
|
var width = 512;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f696';
|
|
var svgPathData = ['M288 0H160a32 32 0 0 0-32 32v32h160V32a63.2 63.2 0 0 1 8-30.38C293.4.92 290.85 0 288 0zM128 272l-86.65 64.61C2 366.17-12.51 421 12.14 463.67A96.74 96.74 0 0 0 96.08 512a95.59 95.59 0 0 0 57.52-19.2l21.86-16.39C145.61 421 161.92 350.57 214.66 311L288 256V96H128z', 'M320 272l-86.13 64.61C194.47 366.17 180 421 204.66 463.67A96 96 0 0 0 345.6 492.8l115.2-86.4A128 128 0 0 0 512 304V96H320zM480 0H352a32 32 0 0 0-32 32v32h192V32a32 32 0 0 0-32-32z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faSocks = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |