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

29 lines
1.3 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'laugh-squint';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f59b';
var svgPathData = ['M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm33.8 161.7l80-48c11.6-6.9 24 7.7 15.4 18L351.6 180l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48a12.07 12.07 0 0 1 0-20.6zm-147.6-48l80 48a12 12 0 0 1 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3c-8.6-10.3 3.8-24.9 15.4-18zM406.9 306A144.12 144.12 0 0 1 264 432h-16a144.12 144.12 0 0 1-142.9-126 16.06 16.06 0 0 1 15.9-18h270a16 16 0 0 1 15.9 18z', 'M385.2 220.3L351.6 180l33.6-40.3c8.6-10.3-3.8-24.9-15.4-18l-80 48a12.07 12.07 0 0 0 0 20.6l80 48c11.5 6.8 24.1-7.6 15.4-18zm-163-50.6l-80-48c-11.6-6.9-24 7.7-15.4 18l33.6 40.3-33.6 40.3c-8.6 10.4 3.9 24.8 15.4 18l80-48a12 12 0 0 0 0-20.6z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faLaughSquint = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;