'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fad'; var iconName = 'print'; var width = 512; var height = 512; var ligatures = []; var unicode = 'f02f'; var svgPathData = ['M400 464H112v-80H64v96a32 32 0 0 0 32 32h320a32 32 0 0 0 32-32v-96h-48zm38.63-409.38L393.37 9.37A32 32 0 0 0 370.74 0H96a32 32 0 0 0-32 32v160h48V48h240v32a16 16 0 0 0 16 16h32v96h48V77.25a32 32 0 0 0-9.37-22.63z', 'M448 192H64a64 64 0 0 0-64 64v112a16 16 0 0 0 16 16h480a16 16 0 0 0 16-16V256a64 64 0 0 0-64-64zm-16 104a24 24 0 1 1 24-24 24 24 0 0 1-24 24z']; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, ligatures, unicode, svgPathData ]}; exports.faPrint = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = ligatures; exports.unicode = unicode; exports.svgPathData = svgPathData;