Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-light-svg-icons/faSendBackward.js
2019-06-04 16:15:46 -05:00

29 lines
1.0 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fal';
var iconName = 'send-backward';
var width = 514;
var height = 512;
var ligatures = [];
var unicode = 'f87f';
var svgPathData = 'M464 160H208a48 48 0 0 0-48 48v256a48 48 0 0 0 48 48h256a48 48 0 0 0 48-48V208a48 48 0 0 0-48-48zm16 304a16 16 0 0 1-16 16H208a16 16 0 0 1-16-16V208a16 16 0 0 1 16-16h256a16 16 0 0 1 16 16zM32 304V48a16 16 0 0 1 16-16h256a16 16 0 0 1 16 16v80h32V48a48 48 0 0 0-48-48H48A48 48 0 0 0 0 48v256a48 48 0 0 0 48 48h80v-32H48a16 16 0 0 1-16-16zM96 96h160v32h32V80a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v192a16 16 0 0 0 16 16h48v-32H96z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faSendBackward = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;