'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'far'; var iconName = 'send-backward'; var width = 514; var height = 512; var ligatures = []; var unicode = 'f87f'; var svgPathData = 'M48 48h256v80h48V48a48 48 0 0 0-48-48H48A48 48 0 0 0 0 48v256a48 48 0 0 0 48 48h80v-48H48zm416 112H208a48 48 0 0 0-48 48v256a48 48 0 0 0 48 48h256a48 48 0 0 0 48-48V208a48 48 0 0 0-48-48zm0 304H208V208h256zM272 96a16 16 0 0 0-16-16H96a16 16 0 0 0-16 16v160a16 16 0 0 0 16 16h32V128h144z'; 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;