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 = 'f476';
var svgPathData = 'M632 416H128V8c0-4.4-3.6-8-8-8H8C3.6 0 0 3.6 0 8v16c0 4.4 3.6 8 8 8h88v408c0 4.4 3.6 8 8 8h58.9c-1.8 5-2.9 10.4-2.9 16 0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1.2-11-2.9-16H451c-1.8 5-2.9 10.4-2.9 16 0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1.2-11-2.9-16H632c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zm-408 48c0 8.8-7.2 16-16 16s-16-7.2-16-16 7.2-16 16-16 16 7.2 16 16zm288 0c0 8.8-7.2 16-16 16s-16-7.2-16-16 7.2-16 16-16 16 7.2 16 16z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faDollyFlatbedEmpty = exports.definition;
exports.faDollyFlatbedEmpty = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;