mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
29 lines
1.1 KiB
JavaScript
29 lines
1.1 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fab';
|
|
var iconName = 'fedora';
|
|
var width = 447;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f798';
|
|
var svgPathData = 'M223.6 32.4C100.2 32.4.1 132.4 0 255.9V429c.1 28 22.8 50.7 50.8 50.7h172.9c123.5 0 223.5-100.1 223.5-223.6.1-123.6-100.1-223.7-223.6-223.7zm85.7 103.9c-7.1 0-9.6-1.4-20-1.4-30.6 0-55.3 24.8-55.4 55.3v48.1c0 4.3 3.5 7.8 7.8 7.8h36.4c32.4 0 32.6 48.9-.3 48.9h-44v55.6c0 58-47 105-105 105-8.8 0-15-1-23.2-3.1-31.5-8.3-26.7-47.8 3.2-47.8 7.1 0 9.6 1.4 20 1.4 30.6 0 55.3-24.8 55.4-55.3v-48.1c0-4.3-3.5-7.8-7.8-7.8H140c-32.4 0-32.6-48.9.3-48.9h44v-55.6c0-58 47-105 105-105 8.8 0 15 1 23.2 3.1 31.5 8.3 26.7 47.8-3.2 47.8z';
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faFedora = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |