'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'face-meh'; var width = 512; var height = 512; var aliases = ['meh']; var unicode = 'f11a'; var svgPathData = 'M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM175.1 176c17.69 0 32.02 14.3 32.02 32s-14.33 32-32.02 32s-31.99-14.3-31.99-32S158.3 176 175.1 176zM352 368H159.1c-21.19 0-21.19-32 0-32h192C373.2 336 373.2 368 352 368zM336 240c-17.69 0-32.02-14.3-32.02-32s14.33-32 32.02-32s31.99 14.3 31.99 32S353.7 240 336 240z'; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, aliases, unicode, svgPathData ]}; exports.faFaceMeh = 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;