'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'litecoin-sign'; var width = 384; var height = 512; var aliases = ['']; var unicode = 'e1d3'; var svgPathData = 'M384 448c0 17.69-14.33 32-32 32H96c-17.67 0-32-14.31-32-32V280.2L40.8 286.8C37.86 287.6 34.89 288 31.98 288C18.06 288 5.25 278.8 1.234 264.8C-3.625 247.8 6.219 230.1 23.2 225.2L64 213.6V64c0-17.69 14.33-32 32-32s32 14.31 32 32v131.3l119.2-34.06c17.05-4.656 34.7 5 39.56 22c4.859 16.97-4.984 34.69-21.97 39.56L128 261.9V416h224C369.7 416 384 430.3 384 448z'; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, aliases, unicode, svgPathData ]}; exports.faLitecoinSign = 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;