'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fad'; var iconName = 'bring-front'; var width = 640; var height = 512; var ligatures = []; var unicode = 'f857'; var svgPathData = ['M63 64h192V32a32 32 0 0 0-32-32H31A32 32 0 0 0-1 32v192a32 32 0 0 0 32 32h96v-64H63zm544 192h-96v64h64v128H383v32a32 32 0 0 0 32 32h192a32 32 0 0 0 32-32V288a32 32 0 0 0-32-32z', 'M431 416H207a48 48 0 0 1-48-48V144a48 48 0 0 1 48-48h224a48 48 0 0 1 48 48v224a48 48 0 0 1-48 48z']; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, ligatures, unicode, svgPathData ]}; exports.faBringFront = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = ligatures; exports.unicode = unicode; exports.svgPathData = svgPathData;