Release 5.6.0 (#1284)

This commit is contained in:
Rob Madole
2018-12-07 15:47:08 -06:00
committed by GitHub
parent 511218894a
commit 356a31ddce
30212 changed files with 408841 additions and 288335 deletions

View File

@@ -0,0 +1,29 @@
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fal';
var iconName = 'slash';
var width = 640;
var height = 512;
var ligatures = [];
var unicode = 'f715';
var svgPathData = 'M637 485.25L23 1.75A7.995 7.995 0 0 0 11.76 3l-10 12.51a7.995 7.995 0 0 0 1.25 11.24L617 510.25c3.45 2.76 8.48 2.2 11.25-1.25l10-12.51a7.995 7.995 0 0 0-1.25-11.24z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faSlash = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;