'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'clock'; var width = 512; var height = 512; var aliases = ['clock-four','61463']; var unicode = 'e33e'; var svgPathData = 'M256 0C114.6 0 0 114.6 0 256c0 141.4 114.6 256 256 256c141.4 0 256-114.6 256-256C512 114.6 397.4 0 256 0zM366.8 320c-4.438 7.703-12.52 12-20.8 12c-4.078 0-8.203-1.031-11.98-3.219L244 276.8C236.6 272.5 232 264.6 232 256V120C232 106.8 242.8 96 256 96s24 10.75 24 24v122.1l78.06 45.08C369.5 293.8 373.5 308.5 366.8 320z'; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, aliases, unicode, svgPathData ]}; exports.faClock = 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;