'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'hourglass-start'; var width = 384; var height = 512; var aliases = ['hourglass-1']; var unicode = 'f251'; var svgPathData = 'M352 448v-21.33c0-27.7-8.982-54.64-25.6-76.8L256 256l70.4-93.87C343 139.1 352 113 352 85.34V64c17.67 0 32-14.33 32-32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32c0 17.67 14.33 32 32 32v21.34c0 27.7 8.982 54.64 25.6 76.8L128 256l-70.4 93.87C40.98 372 32 398.1 32 426.7V448c-17.67 0-32 14.33-32 32c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32C384 462.3 369.7 448 352 448zM96 448v-21.33c0-13.76 4.545-27.39 12.8-38.4L192 277.3l83.2 110.9C283.5 399.3 288 412.9 288 426.7V448H96z'; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, aliases, unicode, svgPathData ]}; exports.faHourglassStart = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = aliases; exports.unicode = unicode; exports.svgPathData = svgPathData; exports.aliases = aliases;