Release 5.1.0 (#1135)

This commit is contained in:
Rob Madole
2018-06-20 15:08:21 -05:00
committed by GitHub
parent 3c9c9cb290
commit dc4f346fb4
10601 changed files with 244689 additions and 6191 deletions

View File

@@ -0,0 +1,29 @@
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'far';
var iconName = 'genderless';
var width = 288;
var height = 512;
var ligatures = [];
var unicode = 'f22d';
var svgPathData = 'M144 160c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96m0-48C64.5 112 0 176.5 0 256s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faGenderless = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;