29 lines
1.0 KiB
JavaScript
29 lines
1.0 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'level-up';
|
|
var width = 384;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f148';
|
|
var svgPathData = ['M84 432h84V139.31l40-43.23 40 43.21V488a24 24 0 0 1-24 24H28a12 12 0 0 1-8.48-20.48l56-56A12 12 0 0 1 84 432z', 'M361 178.76l-22 22.17a23.91 23.91 0 0 1-33.94 0c-.21-.21-.42-.43-.62-.65L208 96.08l-96.45 104.21c-.2.22-.41.44-.62.65a23.91 23.91 0 0 1-33.94 0L55 178.76a24.22 24.22 0 0 1 0-34L190.91 7.13a1.85 1.85 0 0 0 .14-.14A23.85 23.85 0 0 1 208 0a23.89 23.89 0 0 1 17 7 1.85 1.85 0 0 0 .14.14L361 144.72a24.22 24.22 0 0 1 0 34.04z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faLevelUp = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |