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 = 'f387';
var svgPathData = 'M304 192c-38 0-69.8 26.5-77.9 62-23.9-3.5-58-12.9-83.9-37.6-16.6-15.9-27.9-36.5-33.7-61.6C138.6 143.3 160 114.1 160 80c0-44.2-35.8-80-80-80S0 35.8 0 80c0 35.8 23.5 66.1 56 76.3v199.3C23.5 365.9 0 396.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-35.8-23.5-66.1-56-76.3V246.1c1.6 1.7 3.3 3.4 5 5 39.3 37.5 90.4 48.6 121.2 51.8 12.1 28.9 40.6 49.2 73.8 49.2 44.2 0 80-35.8 80-80S348.2 192 304 192zM80 64c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16zm0 384c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm224-160c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faCodeMerge = exports.definition;
exports.faCodeMerge = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;