29 lines
840 B
JavaScript
29 lines
840 B
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'arrows-alt-v';
|
|
var width = 224;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f338';
|
|
var svgPathData = ['M72 378V134.09h80V378z', 'M26 134.09h172c21.41 0 32.1-25.88 17-41L129 7a24 24 0 0 0-33.91 0L9 93.09c-15 15.15-4.33 41 17 41zM198 378H26.14c-21.41 0-32.1 25.88-17 41l86 86.06a24 24 0 0 0 33.9 0L215 419c15.09-15.18 4.4-41-17-41z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faArrowsAltV = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |