'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'face-laugh-squint'; var width = 512; var height = 512; var aliases = ['laugh-squint']; var unicode = 'f59b'; var svgPathData = 'M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM289.8 169.8l80.04-48c11.62-7 23.98 7.625 15.38 18L351.5 180l33.66 40.25c8.719 10.5-3.875 24.88-15.38 18l-80.04-48C282.2 185.6 282.2 174.4 289.8 169.8zM142.2 121.8l80.04 48c7.75 4.625 7.75 15.88 0 20.5l-80.04 48c-11.5 6.875-23.98-7.5-15.38-18L160.5 180l-33.66-40.25C118.2 129.4 130.5 114.8 142.2 121.8zM264 432H247.1c-73.38 0-134-55-142.9-126C103.9 296.5 111.4 288 120.1 288h270c9.566 0 17.07 8.375 15.86 18C398 377 337.4 432 264 432z'; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, aliases, unicode, svgPathData ]}; exports.faFaceLaughSquint = 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;