change from fontawesome-free to fontawesomefree

This commit is contained in:
2021-06-28 18:32:46 +00:00
parent 555c217a3e
commit 25ee447a3f
13501 changed files with 332404 additions and 283834 deletions

View File

@@ -0,0 +1,30 @@
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fas';
var iconName = 'burger';
var width = 512;
var height = 512;
var aliases = ['hamburger'];
var unicode = 'f805';
var svgPathData = 'M464 256h-416c-26.5 0-48 21.5-48 47.1s21.5 48 48 48h416c26.5 0 48-21.5 48-48S490.5 256 464 256zM58.63 224h394.6c34.63 0 54.63-43.88 34.88-75.88C448 83.25 359.5 32.12 255.1 32c-103.5 .125-191.1 51.25-232.2 116.1C3.1 180.1 24.13 224 58.63 224zM384 112c8.875 0 16 7.125 16 16S392.9 144 384 144S368 136.9 368 128S375.1 112 384 112zM256 80C264.9 80 272 87.12 272 96s-7.125 16-16 16S240 104.9 240 96S247.1 80 256 80zM128 112c8.875 0 16 7.125 16 16S136.9 144 128 144C119.1 144 112 136.9 112 128S119.1 112 128 112zM480 384H32c-8.875 0-16 7.125-16 16V416c0 35.38 28.62 64 64 64h352c35.38 0 64-28.62 64-64v-16C496 391.1 488.9 384 480 384z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faBurger = 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;