29 lines
1.4 KiB
JavaScript
29 lines
1.4 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'outlet';
|
|
var width = 512;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'e01c';
|
|
var svgPathData = ['M386.27,102.7A22.92,22.92,0,0,0,369.85,96H142.15a22.92,22.92,0,0,0-16.42,6.7C87.71,141.71,64,195.9,64,256s23.71,114.28,61.73,153.29A22.93,22.93,0,0,0,142.15,416h227.7a22.93,22.93,0,0,0,16.42-6.71c38-39,61.73-93.19,61.73-153.29S424.29,141.71,386.27,102.7ZM208,272a16,16,0,0,1-16,16H176a16,16,0,0,1-16-16V192a16,16,0,0,1,16-16h16a16,16,0,0,1,16,16Zm80,80H224V336a32,32,0,0,1,64,0Zm64-80a16,16,0,0,1-16,16H320a16,16,0,0,1-16-16V192a16,16,0,0,1,16-16h16a16,16,0,0,1,16,16Z', 'M448,0H64A64,64,0,0,0,0,64V448a64,64,0,0,0,64,64H448a64,64,0,0,0,64-64V64A64,64,0,0,0,448,0ZM386.27,409.29A22.93,22.93,0,0,1,369.85,416H142.15a22.93,22.93,0,0,1-16.42-6.71C87.71,370.28,64,316.1,64,256s23.71-114.29,61.73-153.3A22.92,22.92,0,0,1,142.15,96h227.7a22.92,22.92,0,0,1,16.42,6.7c38,39,61.73,93.2,61.73,153.3S424.29,370.28,386.27,409.29Z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faOutlet = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |