'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fad'; var iconName = 'calendar-check'; var width = 448; var height = 512; var ligatures = []; var unicode = 'f274'; var svgPathData = ['M0 464a48 48 0 0 0 48 48h352a48 48 0 0 0 48-48V192H0zm102.77-117.58l28.4-28.17a12 12 0 0 1 17 .06l46 46.36 106-105.19a12 12 0 0 1 17 .07L345.3 288a12 12 0 0 1-.07 17l-143 141.8a12 12 0 0 1-17-.07l-82.6-83.26a12 12 0 0 1 .14-17.05z', 'M400 64h-48V12a12 12 0 0 0-12-12h-40a12 12 0 0 0-12 12v52H160V12a12 12 0 0 0-12-12h-40a12 12 0 0 0-12 12v52H48a48 48 0 0 0-48 48v48h448v-48a48 48 0 0 0-48-48zm-82.87 195.55a12 12 0 0 0-17-.07l-106 105.19-46-46.36a12 12 0 0 0-17-.06l-28.4 28.17a12 12 0 0 0-.07 17l82.6 83.26a12 12 0 0 0 17 .07l143-141.8a12 12 0 0 0 .07-17z']; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, ligatures, unicode, svgPathData ]}; exports.faCalendarCheck = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = ligatures; exports.unicode = unicode; exports.svgPathData = svgPathData;