2018-06-20 20:12:02 +00:00
|
|
|
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
var prefix = 'fab';
|
|
|
|
var iconName = 'patreon';
|
|
|
|
var width = 512;
|
|
|
|
var height = 512;
|
|
|
|
var ligatures = [];
|
|
|
|
var unicode = 'f3d9';
|
|
|
|
var svgPathData = 'M512 194.8c0 101.3-82.4 183.8-183.8 183.8-101.7 0-184.4-82.4-184.4-183.8 0-101.6 82.7-184.3 184.4-184.3C429.6 10.5 512 93.2 512 194.8zM0 501.5h90v-491H0v491z';
|
|
|
|
|
2018-07-17 20:07:25 +00:00
|
|
|
exports.definition = {
|
2018-06-20 20:12:02 +00:00
|
|
|
prefix: prefix,
|
|
|
|
iconName: iconName,
|
|
|
|
icon: [
|
|
|
|
width,
|
|
|
|
height,
|
|
|
|
ligatures,
|
|
|
|
unicode,
|
|
|
|
svgPathData
|
|
|
|
]};
|
2018-07-17 20:07:25 +00:00
|
|
|
|
|
|
|
exports.faPatreon = exports.definition;
|
2018-06-20 20:12:02 +00:00
|
|
|
exports.prefix = prefix;
|
2018-07-17 20:07:25 +00:00
|
|
|
exports.iconName = iconName;
|
2018-06-20 20:12:02 +00:00
|
|
|
exports.width = width;
|
|
|
|
exports.height = height;
|
|
|
|
exports.ligatures = ligatures;
|
|
|
|
exports.unicode = unicode;
|
|
|
|
exports.svgPathData = svgPathData;
|