123456789101112131415161718192021222324252627282930 |
- 'use strict';
- Object.defineProperty(exports, '__esModule', { value: true });
- var prefix = 'fab';
- var iconName = 'stumbleupon';
- var width = 512;
- var height = 512;
- var aliases = [];
- var unicode = 'f1a4';
- var svgPathData = 'M502.9 266v69.7c0 62.1-50.3 112.4-112.4 112.4-61.8 0-112.4-49.8-112.4-111.3v-70.2l34.3 16 51.1-15.2V338c0 14.7 12 26.5 26.7 26.5S417 352.7 417 338v-72h85.9zm-224.7-58.2l34.3 16 51.1-15.2V173c0-60.5-51.1-109-112.1-109-60.8 0-112.1 48.2-112.1 108.2v162.4c0 14.9-12 26.7-26.7 26.7S86 349.5 86 334.6V266H0v69.7C0 397.7 50.3 448 112.4 448c61.6 0 112.4-49.5 112.4-110.8V176.9c0-14.7 12-26.7 26.7-26.7s26.7 12 26.7 26.7v30.9z';
- exports.definition = {
- prefix: prefix,
- iconName: iconName,
- icon: [
- width,
- height,
- aliases,
- unicode,
- svgPathData
- ]};
- exports.faStumbleupon = 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;
|