change from fontawesome-free to fontawesomefree
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'fas';
|
||||
var iconName = 'trash-can-arrow-up';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var aliases = ['trash-restore-alt'];
|
||||
var unicode = 'f82a';
|
||||
var svgPathData = 'M32 464C32 490.5 53.5 512 80 512h288c26.5 0 48-21.5 48-48V128H32V464zM119 287l88-88C209.6 196.5 215.5 192 224 192s14.4 4.467 16.97 7.031l88 88c9.375 9.375 9.375 24.56 0 33.94s-24.56 9.375-33.94 0L248 273.9V424c0 13.25-10.75 24-24 24S200 437.3 200 424V273.9l-47.03 47.03c-9.375 9.375-24.56 9.375-33.94 0S109.7 296.4 119 287zM432 32h-120l-9.375-18.75C298.5 5.125 290.3 0 281.1 0H166.8c-9 0-17.38 5.125-21.38 13.25L136 32H16C7.125 32 0 39.13 0 48v32C0 88.88 7.125 96 16 96h416C440.9 96 448 88.88 448 80v-32C448 39.13 440.9 32 432 32z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faTrashCanArrowUp = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
Reference in New Issue
Block a user