Font-Awesome/js-packages/@fortawesome/free-brands-svg-icons/faFedora.js

29 lines
1.1 KiB
JavaScript
Raw Normal View History

2018-12-07 21:53:43 +00:00
'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;