'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fad'; var iconName = 'file-check'; var width = 384; var height = 512; var ligatures = []; var unicode = 'f316'; var svgPathData = ['M224 136V0H24A24 24 0 0 0 0 24v464a24 24 0 0 0 24 24h336a24 24 0 0 0 24-24V160H248a24.07 24.07 0 0 1-24-24zm61.13 105.33l28.17 28.4a12 12 0 0 1-.07 17l-143 141.81a12 12 0 0 1-17-.07l-82.53-83.3a12 12 0 0 1 .07-17L99.17 300a12 12 0 0 1 17 .07l46 46.35 106-105.18a12 12 0 0 1 16.96.09zM384 121.94V128H256V0h6.06a24 24 0 0 1 17 7L377 105a24 24 0 0 1 7 16.94z', 'M70.77 328.2l28.4-28.2a12 12 0 0 1 17 .07l46 46.35 106-105.18a12 12 0 0 1 17 .06l28.17 28.4a12 12 0 0 1-.07 17l-143 141.81a12 12 0 0 1-17-.07L70.7 345.17a12 12 0 0 1 .07-16.97z']; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, ligatures, unicode, svgPathData ]}; exports.faFileCheck = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = ligatures; exports.unicode = unicode; exports.svgPathData = svgPathData;