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 = 'bell-slash';
var width = 640;
var height = 512;
var aliases = [''];
var unicode = 'f1f6';
var svgPathData = 'M104.6 362.3c-5.1 6.5-8.625 14.25-8.625 21.75c.125 16.37 13 31.1 32.12 31.1l279.3 .0006L159.5 221.7C156.3 312.5 122.9 342.5 104.6 362.3zM319.1 512c35.37 0 64-28.63 64-63.1H256C256 483.4 284.6 512 319.1 512zM630.8 469.1l-90.65-71.05c2.275-4.328 3.805-9.067 3.842-14.06c0-7.5-2.625-15.25-8.625-21.75c-19.25-20.75-55.5-52-55.5-154.2c0-77.75-54.38-139.9-127.9-155.1V32c0-17.62-14.38-32-32-32s-31.1 14.38-31.1 32V52.88C245.3 61.73 209.6 86.68 186.8 121.1L38.81 5.117C28.21-3.154 13.16-1.096 5.115 9.19c-8.187 10.44-6.365 25.53 4.073 33.7L601.2 506.9c10.5 8.203 25.57 6.333 33.7-4.073C643.1 492.4 641.3 477.3 630.8 469.1z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faBellSlash = 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;