mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-26 21:41:29 +08:00
29 lines
1.4 KiB
JavaScript
29 lines
1.4 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fab';
|
|
var iconName = 'yelp';
|
|
var width = 381;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f1e9';
|
|
var svgPathData = 'M41.9 240.32l99.62 48.61c19.2 9.4 16.2 37.51-4.5 42.71L29.5 358.45c-13.4 3.4-26.71-5.9-28.21-19.6-3.4-29.41 0-58.41 9-85.32 4.41-13.11 19.31-19.21 31.61-13.21zm44.01 239.25c23.7 16.2 50.81 27.31 79.42 32.11 13.6 2.3 26.2-7.9 26.61-21.7l3.9-110.82c.7-21.3-25.5-31.91-39.81-16.1l-74.21 82.42c-9.21 10.28-7.31 26.29 4.09 34.09zm145.33-109.92l58.81 94.02c7.3 11.7 23.3 14.3 34.01 5.5 22.4-18.5 40.31-41.61 52.71-67.61 5.9-12.5-.5-27.31-13.6-31.61l-105.42-34.21c-20.31-6.5-37.81 15.8-26.51 33.91zm148.33-132.23c-11.8-27.11-29.21-50.61-50.41-69.31-10.3-9.1-26.3-7-34.01 4.4l-62.01 91.92c-11.9 17.7 4.7 40.61 25.2 34.71l106.62-30.51c13.31-3.9 20.11-18.5 14.61-31.21zM61.11 30.18c-12 5.7-16.5 20.5-9.9 32.01l104.12 180.43c11.7 20.2 42.61 11.9 42.61-11.4V22.88c.1-13.3-11.2-23.9-24.5-22.8-23.12 1.8-65.33 7.7-112.33 30.1z';
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faYelp = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |