mirror of
https://github.com/tenrok/Font-Awesome.git
synced 2026-06-23 20:40:33 +03:00
Release 6.5.0 (#20016)
Co-authored-by: robmadole <robmadole@users.noreply.github.com>
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var source = require('./faArrowUp91');
|
||||
exports.definition = {
|
||||
prefix: source.prefix,
|
||||
iconName: source.iconName,
|
||||
icon: [
|
||||
source.width,
|
||||
source.height,
|
||||
source.aliases,
|
||||
source.unicode,
|
||||
source.svgPathData
|
||||
]};
|
||||
|
||||
exports.faSortNumericUpAlt = exports.definition;
|
||||
exports.prefix = source.prefix;
|
||||
exports.iconName = source.iconName;
|
||||
exports.width = source.width;
|
||||
exports.height = source.height;
|
||||
exports.ligatures = source.aliases;
|
||||
exports.unicode = source.unicode;
|
||||
exports.svgPathData = source.svgPathData;
|
||||
exports.aliases = source.aliases;
|
||||
Reference in New Issue
Block a user