2022-02-07 20:16:51 +00:00
|
|
|
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
var prefix = 'fas';
|
|
|
|
var iconName = 'bell-slash';
|
|
|
|
var width = 640;
|
|
|
|
var height = 512;
|
2022-08-31 21:02:43 +00:00
|
|
|
var aliases = [128277,61943];
|
2022-02-07 20:16:51 +00:00
|
|
|
var unicode = 'f1f6';
|
2023-11-28 18:45:05 +00:00
|
|
|
var svgPathData = 'M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-90.2-70.7c.2-.4 .4-.9 .6-1.3c5.2-11.5 3.1-25-5.3-34.4l-7.4-8.3C497.3 319.2 480 273.9 480 226.8V208c0-77.4-55-142-128-156.8V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V51.2c-42.6 8.6-79 34.2-102 69.3L38.8 5.1zM406.2 416L160 222.1v4.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S115.4 416 128 416H406.2zm-40.9 77.3c12-12 18.7-28.3 18.7-45.3H320 256c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7z';
|
2022-02-07 20:16:51 +00:00
|
|
|
|
|
|
|
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;
|