Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faSmileWink.js
2019-07-29 11:21:43 -05:00

29 lines
1.2 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'smile-wink';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f4da';
var svgPathData = ['M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-80 168a32 32 0 1 1-32 32 32 32 0 0 1 32-32zm194.8 170.3a149.47 149.47 0 0 1-229.6-.1c-13.5-16.3 11.2-36.7 24.6-20.4a117.5 117.5 0 0 0 180.4 0c13.6-16.2 38.1 4.2 24.6 20.5zm5.4-113.3l-9.7-8.5c-14.8-13.2-46.2-13.2-61 0L296 233c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S392 197 396 222.2c1.7 11.1-11.4 18.3-19.8 10.8z', 'M396 222.2c-4-25.2-34.2-42.1-59.9-42.1s-55.9 16.9-59.9 42.1c-1.8 11.2 11.5 18.2 19.8 10.8l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.7 8.5c8.4 7.5 21.5.3 19.8-10.8zM176 176a32 32 0 1 0 32 32 32 32 0 0 0-32-32z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faSmileWink = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;