Release 5.1.1 (#1169)

This commit is contained in:
Rob Madole
2018-07-17 15:02:18 -05:00
committed by GitHub
parent 2579b9789e
commit b560c8509b
10154 changed files with 52577 additions and 92195 deletions

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f443';
var svgPathData = 'M280 448s-49.816-62.676-61.541-176H244c6.627 0 12-5.373 12-12v-8c0-6.627-5.373-12-12-12h-27.722c-.024-.728-.054-1.45-.076-2.182C240.308 220.378 256 192.027 256 160c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 32.027 15.692 60.378 39.797 77.818-.021.732-.051 1.454-.076 2.182H76c-6.627 0-12 5.373-12 12v8c0 6.627 5.373 12 12 12h25.541C89.816 385.324 40 448 40 448h240zM96 160c0-35.29 28.71-64 64-64s64 28.71 64 64-28.71 64-64 64-64-28.71-64-64zm38.992 96h50.017c4.442 69.962 22.801 123.985 39.608 160H95.384c16.807-36.015 35.165-90.038 39.608-160zM320 492v8c0 6.627-5.373 12-12 12H12c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h296c6.627 0 12 5.373 12 12z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faChessPawn = exports.definition;
exports.faChessPawn = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;