'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'face-grin-wink'; var width = 512; var height = 512; var aliases = ['grin-wink']; var unicode = 'f58c'; var svgPathData = 'M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM336 180.1c25.79 0 55.92 16.88 59.91 42.13c1.574 11-11.47 18.16-19.95 10.78l-9.476-8.5c-14.89-13.25-46.23-13.25-61 0L295.1 233c-8.234 7.375-21.58 .3438-19.77-10.78C280.2 196.1 310.4 180.1 336 180.1zM175.9 176c17.79 0 32.07 14.25 32.07 32s-14.28 32-32.07 32c-17.66 0-31.95-14.25-31.95-32S158.3 176 175.9 176zM256 432c-60.55 0-134.5-38.25-143.9-93.25c-1.938-12 9.324-21.62 20.71-18C163.1 330.5 208 336 256 336s92.88-5.5 123.2-15.25c11.26-3.625 22.52 6 20.71 18C390.7 393.8 316.5 432 256 432z'; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, aliases, unicode, svgPathData ]}; exports.faFaceGrinWink = 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;