2018-06-20 20:12:02 +00:00
|
|
|
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
var prefix = 'fas';
|
|
|
|
var iconName = 'tv';
|
|
|
|
var width = 640;
|
|
|
|
var height = 512;
|
|
|
|
var ligatures = [];
|
|
|
|
var unicode = 'f26c';
|
|
|
|
var svgPathData = 'M592 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h245.1v32h-160c-17.7 0-32 14.3-32 32s14.3 32 32 32h384c17.7 0 32-14.3 32-32s-14.3-32-32-32h-160v-32H592c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-16 352H64V64h512v288z';
|
|
|
|
|
2018-07-17 20:07:25 +00:00
|
|
|
exports.definition = {
|
2018-06-20 20:12:02 +00:00
|
|
|
prefix: prefix,
|
|
|
|
iconName: iconName,
|
|
|
|
icon: [
|
|
|
|
width,
|
|
|
|
height,
|
|
|
|
ligatures,
|
|
|
|
unicode,
|
|
|
|
svgPathData
|
|
|
|
]};
|
2018-07-17 20:07:25 +00:00
|
|
|
|
|
|
|
exports.faTv = exports.definition;
|
2018-06-20 20:12:02 +00:00
|
|
|
exports.prefix = prefix;
|
2018-07-17 20:07:25 +00:00
|
|
|
exports.iconName = iconName;
|
2018-06-20 20:12:02 +00:00
|
|
|
exports.width = width;
|
|
|
|
exports.height = height;
|
|
|
|
exports.ligatures = ligatures;
|
|
|
|
exports.unicode = unicode;
|
|
|
|
exports.svgPathData = svgPathData;
|