2018-06-20 20:12:02 +00:00
|
|
|
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
var prefix = 'fas';
|
|
|
|
var iconName = 'long-arrow-alt-left';
|
|
|
|
var width = 448;
|
|
|
|
var height = 512;
|
|
|
|
var ligatures = [];
|
|
|
|
var unicode = 'f30a';
|
|
|
|
var svgPathData = 'M134.059 296H436c6.627 0 12-5.373 12-12v-56c0-6.627-5.373-12-12-12H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.569 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296z';
|
|
|
|
|
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.faLongArrowAltLeft = 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;
|