Update all assets

This commit is contained in:
2025-10-23 19:03:15 +02:00
parent 094d7bed13
commit bdad7a38b1
6320 changed files with 151410 additions and 142942 deletions

View File

@@ -0,0 +1,19 @@
.fab,
.{{ @root.faCssPrefix }}-brands {
font-weight: 400;
}
:root, :host {
--fa-style-family-brands: 'Font Awesome 6 Brands';
--fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }
@font-face {
font-family: 'Font Awesome 6 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }
{{#each icons}}
.{{ @root.faCssPrefix }}-{{ @key }}::before { content: "\\{{ this.unicodeHex }}"; }
{{/each}}

View File

@@ -2,15 +2,15 @@
font-family: var(--fa-style-family, "Font Awesome 6 Free");
font-weight: var(--fa-style, 900); }
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fa-brands,
.fas,
.far,
.fab,
.fa-brands {
.fa-sharp-solid,
.fa-classic,
.fa {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: var(--fa-display, inline-block);
@@ -102,7 +102,7 @@
position: relative; }
.fa-li {
left: calc(var(--fa-li-width, 2em) * -1);
left: calc(-1 * var(--fa-li-width, 2em));
position: absolute;
text-align: center;
width: var(--fa-li-width, 2em);
@@ -124,118 +124,71 @@
margin-left: var(--fa-pull-margin, 0.3em); }
.fa-beat {
-webkit-animation-name: fa-beat;
animation-name: fa-beat;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
animation-name: fa-beat;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
.fa-bounce {
-webkit-animation-name: fa-bounce;
animation-name: fa-bounce;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
animation-name: fa-bounce;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
.fa-fade {
-webkit-animation-name: fa-fade;
animation-name: fa-fade;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
animation-name: fa-fade;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
.fa-beat-fade {
-webkit-animation-name: fa-beat-fade;
animation-name: fa-beat-fade;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
animation-name: fa-beat-fade;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
.fa-flip {
-webkit-animation-name: fa-flip;
animation-name: fa-flip;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
animation-name: fa-flip;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
.fa-shake {
-webkit-animation-name: fa-shake;
animation-name: fa-shake;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
animation-timing-function: var(--fa-animation-timing, linear); }
animation-name: fa-shake;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, linear); }
.fa-spin {
-webkit-animation-name: fa-spin;
animation-name: fa-spin;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 2s);
animation-duration: var(--fa-animation-duration, 2s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
animation-timing-function: var(--fa-animation-timing, linear); }
animation-name: fa-spin;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 2s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, linear); }
.fa-spin-reverse {
--fa-animation-direction: reverse; }
.fa-pulse,
.fa-spin-pulse {
-webkit-animation-name: fa-spin;
animation-name: fa-spin;
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
animation-timing-function: var(--fa-animation-timing, steps(8)); }
animation-name: fa-spin;
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, steps(8)); }
@media (prefers-reduced-motion: reduce) {
.fa-beat,
@@ -247,219 +200,97 @@
.fa-shake,
.fa-spin,
.fa-spin-pulse {
-webkit-animation-delay: -1ms;
animation-delay: -1ms;
-webkit-animation-duration: 1ms;
animation-duration: 1ms;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition-duration: 0s;
transition-duration: 0s; } }
@-webkit-keyframes fa-beat {
0%, 90% {
-webkit-transform: scale(1);
transform: scale(1); }
45% {
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
transform: scale(var(--fa-beat-scale, 1.25)); } }
animation-delay: -1ms;
animation-duration: 1ms;
animation-iteration-count: 1;
transition-delay: 0s;
transition-duration: 0s; } }
@keyframes fa-beat {
0%, 90% {
-webkit-transform: scale(1);
transform: scale(1); }
transform: scale(1); }
45% {
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
transform: scale(var(--fa-beat-scale, 1.25)); } }
@-webkit-keyframes fa-bounce {
0% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); }
10% {
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
30% {
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
50% {
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
57% {
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
64% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); }
100% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); } }
transform: scale(var(--fa-beat-scale, 1.25)); } }
@keyframes fa-bounce {
0% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); }
transform: scale(1, 1) translateY(0); }
10% {
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
30% {
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
50% {
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
57% {
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
64% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); }
transform: scale(1, 1) translateY(0); }
100% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); } }
@-webkit-keyframes fa-fade {
50% {
opacity: var(--fa-fade-opacity, 0.4); } }
transform: scale(1, 1) translateY(0); } }
@keyframes fa-fade {
50% {
opacity: var(--fa-fade-opacity, 0.4); } }
@-webkit-keyframes fa-beat-fade {
0%, 100% {
opacity: var(--fa-beat-fade-opacity, 0.4);
-webkit-transform: scale(1);
transform: scale(1); }
50% {
opacity: 1;
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@keyframes fa-beat-fade {
0%, 100% {
opacity: var(--fa-beat-fade-opacity, 0.4);
-webkit-transform: scale(1);
transform: scale(1); }
transform: scale(1); }
50% {
opacity: 1;
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@-webkit-keyframes fa-flip {
50% {
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@keyframes fa-flip {
50% {
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@-webkit-keyframes fa-shake {
0% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg); }
4% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg); }
8%, 24% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg); }
12%, 28% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg); }
16% {
-webkit-transform: rotate(-22deg);
transform: rotate(-22deg); }
20% {
-webkit-transform: rotate(22deg);
transform: rotate(22deg); }
32% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg); }
36% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg); }
40%, 100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); } }
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@keyframes fa-shake {
0% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg); }
transform: rotate(-15deg); }
4% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg); }
transform: rotate(15deg); }
8%, 24% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg); }
transform: rotate(-18deg); }
12%, 28% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg); }
transform: rotate(18deg); }
16% {
-webkit-transform: rotate(-22deg);
transform: rotate(-22deg); }
transform: rotate(-22deg); }
20% {
-webkit-transform: rotate(22deg);
transform: rotate(22deg); }
transform: rotate(22deg); }
32% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg); }
transform: rotate(-12deg); }
36% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg); }
transform: rotate(12deg); }
40%, 100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); } }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
transform: rotate(0deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
transform: rotate(360deg); } }
.fa-rotate-90 {
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
transform: rotate(90deg); }
.fa-rotate-180 {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
transform: rotate(180deg); }
.fa-rotate-270 {
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
transform: rotate(270deg); }
.fa-flip-horizontal {
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1); }
transform: scale(-1, 1); }
.fa-flip-vertical {
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
transform: scale(1, -1); }
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1); }
transform: scale(-1, -1); }
.fa-rotate-by {
-webkit-transform: rotate(var(--fa-rotate-angle, none));
transform: rotate(var(--fa-rotate-angle, none)); }
transform: rotate(var(--fa-rotate-angle, 0)); }
.fa-stack {
display: inline-block;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,267 +1,222 @@
(function () {
'use strict';
function ownKeys(object, enumerableOnly) {
var keys = Object.keys(object);
if (Object.getOwnPropertySymbols) {
var symbols = Object.getOwnPropertySymbols(object);
enumerableOnly && (symbols = symbols.filter(function (sym) {
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
})), keys.push.apply(keys, symbols);
}
return keys;
}
function _objectSpread2(target) {
for (var i = 1; i < arguments.length; i++) {
var source = null != arguments[i] ? arguments[i] : {};
i % 2 ? ownKeys(Object(source), !0).forEach(function (key) {
_defineProperty(target, key, source[key]);
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) {
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
});
}
return target;
}
function _defineProperty(obj, key, value) {
if (key in obj) {
Object.defineProperty(obj, key, {
value: value,
enumerable: true,
configurable: true,
writable: true
});
} else {
obj[key] = value;
}
return obj;
}
function _toConsumableArray(arr) {
return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
}
function _arrayWithoutHoles(arr) {
if (Array.isArray(arr)) return _arrayLikeToArray(arr);
}
function _iterableToArray(iter) {
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
}
function _unsupportedIterableToArray(o, minLen) {
if (!o) return;
if (typeof o === "string") return _arrayLikeToArray(o, minLen);
var n = Object.prototype.toString.call(o).slice(8, -1);
if (n === "Object" && o.constructor) n = o.constructor.name;
if (n === "Map" || n === "Set") return Array.from(o);
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
}
function _arrayLikeToArray(arr, len) {
if (len == null || len > arr.length) len = arr.length;
for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
return arr2;
}
function _nonIterableSpread() {
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
}
function _createForOfIteratorHelper(o, allowArrayLike) {
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
if (!it) {
if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {
if (it) o = it;
var i = 0;
var F = function () {};
return {
s: F,
n: function () {
if (i >= o.length) return {
done: true
};
return {
done: false,
value: o[i++]
};
},
e: function (e) {
throw e;
},
f: F
};
}
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
}
var normalCompletion = true,
didErr = false,
err;
return {
s: function () {
it = it.call(o);
},
n: function () {
var step = it.next();
normalCompletion = step.done;
return step;
},
e: function (e) {
didErr = true;
err = e;
},
f: function () {
try {
if (!normalCompletion && it.return != null) it.return();
} finally {
if (didErr) throw err;
}
}
};
}
var _WINDOW = {};
var _DOCUMENT = {};
let _WINDOW = {};
let _DOCUMENT = {};
try {
if (typeof window !== 'undefined') _WINDOW = window;
if (typeof document !== 'undefined') _DOCUMENT = document;
} catch (e) {}
var _ref = _WINDOW.navigator || {},
_ref$userAgent = _ref.userAgent,
userAgent = _ref$userAgent === void 0 ? '' : _ref$userAgent;
var WINDOW = _WINDOW;
var DOCUMENT = _DOCUMENT;
var IS_BROWSER = !!WINDOW.document;
var IS_DOM = !!DOCUMENT.documentElement && !!DOCUMENT.head && typeof DOCUMENT.addEventListener === 'function' && typeof DOCUMENT.createElement === 'function';
var IS_IE = ~userAgent.indexOf('MSIE') || ~userAgent.indexOf('Trident/');
const {
userAgent = ''
} = _WINDOW.navigator || {};
const WINDOW = _WINDOW;
const DOCUMENT = _DOCUMENT;
const IS_BROWSER = !!WINDOW.document;
const IS_DOM = !!DOCUMENT.documentElement && !!DOCUMENT.head && typeof DOCUMENT.addEventListener === 'function' && typeof DOCUMENT.createElement === 'function';
const IS_IE = ~userAgent.indexOf('MSIE') || ~userAgent.indexOf('Trident/');
var _familyProxy, _familyProxy2, _familyProxy3, _familyProxy4, _familyProxy5;
var a = "classic",
r = "sharp",
o = "sharp-duotone";
var NAMESPACE_IDENTIFIER = '___FONT_AWESOME___';
var PRODUCTION = function () {
var et$1 = {
classic: {
900: "fas",
400: "far",
normal: "far",
300: "fal",
100: "fat"
},
sharp: {
900: "fass",
400: "fasr",
300: "fasl",
100: "fast"
},
"sharp-duotone": {
900: "fasds"
}
};
var bt = {
kit: {
fak: "kit",
"fa-kit": "kit"
},
"kit-duotone": {
fakd: "kit-duotone",
"fa-kit-duotone": "kit-duotone"
}
};
var lo = {
classic: {
"fa-brands": "fab",
"fa-duotone": "fad",
"fa-light": "fal",
"fa-regular": "far",
"fa-solid": "fas",
"fa-thin": "fat"
},
sharp: {
"fa-solid": "fass",
"fa-regular": "fasr",
"fa-light": "fasl",
"fa-thin": "fast"
},
"sharp-duotone": {
"fa-solid": "fasds"
}
},
no = {
classic: {
fab: "fa-brands",
fad: "fa-duotone",
fal: "fa-light",
far: "fa-regular",
fas: "fa-solid",
fat: "fa-thin"
},
sharp: {
fass: "fa-solid",
fasr: "fa-regular",
fasl: "fa-light",
fast: "fa-thin"
},
"sharp-duotone": {
fasds: "fa-solid"
}
},
fo = {
classic: {
solid: "fas",
regular: "far",
light: "fal",
thin: "fat",
duotone: "fad",
brands: "fab"
},
sharp: {
solid: "fass",
regular: "fasr",
light: "fasl",
thin: "fast"
},
"sharp-duotone": {
solid: "fasds"
}
},
ho = {
classic: {
fa: "solid",
fas: "solid",
"fa-solid": "solid",
far: "regular",
"fa-regular": "regular",
fal: "light",
"fa-light": "light",
fat: "thin",
"fa-thin": "thin",
fad: "duotone",
"fa-duotone": "duotone",
fab: "brands",
"fa-brands": "brands"
},
sharp: {
fa: "solid",
fass: "solid",
"fa-solid": "solid",
fasr: "regular",
"fa-regular": "regular",
fasl: "light",
"fa-light": "light",
fast: "thin",
"fa-thin": "thin"
},
"sharp-duotone": {
fa: "solid",
fasds: "solid",
"fa-solid": "solid"
}
};
var Io = {
kit: {
"fa-kit": "fak"
},
"kit-duotone": {
"fa-kit-duotone": "fakd"
}
},
Fo = {
kit: {
fak: "fa-kit"
},
"kit-duotone": {
fakd: "fa-kit-duotone"
}
},
So = {
kit: {
kit: "fak"
},
"kit-duotone": {
"kit-duotone": "fakd"
}
};
const NAMESPACE_IDENTIFIER = '___FONT_AWESOME___';
const PRODUCTION = (() => {
try {
return "production" === 'production';
} catch (e) {
} catch (e$$1) {
return false;
}
}();
var FAMILY_CLASSIC = 'classic';
var FAMILY_SHARP = 'sharp';
var FAMILIES = [FAMILY_CLASSIC, FAMILY_SHARP];
})();
function familyProxy(obj) {
// Defaults to the classic family if family is not available
return new Proxy(obj, {
get: function get(target, prop) {
return prop in target ? target[prop] : target[FAMILY_CLASSIC];
get(target, prop) {
return prop in target ? target[prop] : target[a];
}
});
}
var PREFIX_TO_STYLE = familyProxy((_familyProxy = {}, _defineProperty(_familyProxy, FAMILY_CLASSIC, {
'fa': 'solid',
'fas': 'solid',
'fa-solid': 'solid',
'far': 'regular',
'fa-regular': 'regular',
'fal': 'light',
'fa-light': 'light',
'fat': 'thin',
'fa-thin': 'thin',
'fad': 'duotone',
'fa-duotone': 'duotone',
'fab': 'brands',
'fa-brands': 'brands',
'fak': 'kit',
'fa-kit': 'kit'
}), _defineProperty(_familyProxy, FAMILY_SHARP, {
'fa': 'solid',
'fass': 'solid',
'fa-solid': 'solid',
'fasr': 'regular',
'fa-regular': 'regular',
'fasl': 'light',
'fa-light': 'light'
}), _familyProxy));
var STYLE_TO_PREFIX = familyProxy((_familyProxy2 = {}, _defineProperty(_familyProxy2, FAMILY_CLASSIC, {
'solid': 'fas',
'regular': 'far',
'light': 'fal',
'thin': 'fat',
'duotone': 'fad',
'brands': 'fab',
'kit': 'fak'
}), _defineProperty(_familyProxy2, FAMILY_SHARP, {
'solid': 'fass',
'regular': 'fasr',
'light': 'fasl'
}), _familyProxy2));
var PREFIX_TO_LONG_STYLE = familyProxy((_familyProxy3 = {}, _defineProperty(_familyProxy3, FAMILY_CLASSIC, {
'fab': 'fa-brands',
'fad': 'fa-duotone',
'fak': 'fa-kit',
'fal': 'fa-light',
'far': 'fa-regular',
'fas': 'fa-solid',
'fat': 'fa-thin'
}), _defineProperty(_familyProxy3, FAMILY_SHARP, {
'fass': 'fa-solid',
'fasr': 'fa-regular',
'fasl': 'fa-light'
}), _familyProxy3));
var LONG_STYLE_TO_PREFIX = familyProxy((_familyProxy4 = {}, _defineProperty(_familyProxy4, FAMILY_CLASSIC, {
'fa-brands': 'fab',
'fa-duotone': 'fad',
'fa-kit': 'fak',
'fa-light': 'fal',
'fa-regular': 'far',
'fa-solid': 'fas',
'fa-thin': 'fat'
}), _defineProperty(_familyProxy4, FAMILY_SHARP, {
'fa-solid': 'fass',
'fa-regular': 'fasr',
'fa-light': 'fasl'
}), _familyProxy4));
var FONT_WEIGHT_TO_PREFIX = familyProxy((_familyProxy5 = {}, _defineProperty(_familyProxy5, FAMILY_CLASSIC, {
'900': 'fas',
'400': 'far',
'normal': 'far',
'300': 'fal',
'100': 'fat'
}), _defineProperty(_familyProxy5, FAMILY_SHARP, {
'900': 'fass',
'400': 'fasr',
'300': 'fasl'
}), _familyProxy5));
var oneToTen = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
var oneToTwenty = oneToTen.concat([11, 12, 13, 14, 15, 16, 17, 18, 19, 20]);
var DUOTONE_CLASSES = {
GROUP: 'duotone-group',
SWAP_OPACITY: 'swap-opacity',
PRIMARY: 'primary',
SECONDARY: 'secondary'
const _PREFIX_TO_STYLE = { ...ho
};
var prefixes = new Set();
Object.keys(STYLE_TO_PREFIX[FAMILY_CLASSIC]).map(prefixes.add.bind(prefixes));
Object.keys(STYLE_TO_PREFIX[FAMILY_SHARP]).map(prefixes.add.bind(prefixes));
var RESERVED_CLASSES = [].concat(FAMILIES, _toConsumableArray(prefixes), ['2xs', 'xs', 'sm', 'lg', 'xl', '2xl', 'beat', 'border', 'fade', 'beat-fade', 'bounce', 'flip-both', 'flip-horizontal', 'flip-vertical', 'flip', 'fw', 'inverse', 'layers-counter', 'layers-text', 'layers', 'li', 'pull-left', 'pull-right', 'pulse', 'rotate-180', 'rotate-270', 'rotate-90', 'rotate-by', 'shake', 'spin-pulse', 'spin-reverse', 'spin', 'stack-1x', 'stack-2x', 'stack', 'ul', DUOTONE_CLASSES.GROUP, DUOTONE_CLASSES.SWAP_OPACITY, DUOTONE_CLASSES.PRIMARY, DUOTONE_CLASSES.SECONDARY]).concat(oneToTen.map(function (n) {
return "".concat(n, "x");
})).concat(oneToTwenty.map(function (n) {
return "w-".concat(n);
}));
_PREFIX_TO_STYLE[a] = { ...ho[a],
...bt['kit'],
...bt['kit-duotone']
};
const PREFIX_TO_STYLE = familyProxy(_PREFIX_TO_STYLE);
const _STYLE_TO_PREFIX = { ...fo
};
_STYLE_TO_PREFIX[a] = { ..._STYLE_TO_PREFIX[a],
...So['kit'],
...So['kit-duotone']
};
const STYLE_TO_PREFIX = familyProxy(_STYLE_TO_PREFIX);
const _PREFIX_TO_LONG_STYLE = { ...no
};
_PREFIX_TO_LONG_STYLE[a] = { ..._PREFIX_TO_LONG_STYLE[a],
...Fo['kit']
};
const PREFIX_TO_LONG_STYLE = familyProxy(_PREFIX_TO_LONG_STYLE);
const _LONG_STYLE_TO_PREFIX = { ...lo
};
_LONG_STYLE_TO_PREFIX[a] = { ..._LONG_STYLE_TO_PREFIX[a],
...Io['kit']
};
const LONG_STYLE_TO_PREFIX = familyProxy(_LONG_STYLE_TO_PREFIX);
const _FONT_WEIGHT_TO_PREFIX = { ...et$1
};
const FONT_WEIGHT_TO_PREFIX = familyProxy(_FONT_WEIGHT_TO_PREFIX);
const prefixes = new Set();
Object.keys(STYLE_TO_PREFIX[a]).map(prefixes.add.bind(prefixes));
Object.keys(STYLE_TO_PREFIX[r]).map(prefixes.add.bind(prefixes));
Object.keys(STYLE_TO_PREFIX[o]).map(prefixes.add.bind(prefixes));
function bunker(fn) {
try {
@@ -269,7 +224,7 @@
args[_key - 1] = arguments[_key];
}
fn.apply(void 0, args);
fn(...args);
} catch (e) {
if (!PRODUCTION) {
throw e;
@@ -277,17 +232,17 @@
}
}
var w = WINDOW || {};
if (!w[NAMESPACE_IDENTIFIER]) w[NAMESPACE_IDENTIFIER] = {};
if (!w[NAMESPACE_IDENTIFIER].styles) w[NAMESPACE_IDENTIFIER].styles = {};
if (!w[NAMESPACE_IDENTIFIER].hooks) w[NAMESPACE_IDENTIFIER].hooks = {};
if (!w[NAMESPACE_IDENTIFIER].shims) w[NAMESPACE_IDENTIFIER].shims = [];
var namespace = w[NAMESPACE_IDENTIFIER];
const w$1 = WINDOW || {};
if (!w$1[NAMESPACE_IDENTIFIER]) w$1[NAMESPACE_IDENTIFIER] = {};
if (!w$1[NAMESPACE_IDENTIFIER].styles) w$1[NAMESPACE_IDENTIFIER].styles = {};
if (!w$1[NAMESPACE_IDENTIFIER].hooks) w$1[NAMESPACE_IDENTIFIER].hooks = {};
if (!w$1[NAMESPACE_IDENTIFIER].shims) w$1[NAMESPACE_IDENTIFIER].shims = [];
var namespace = w$1[NAMESPACE_IDENTIFIER];
function normalizeIcons(icons) {
return Object.keys(icons).reduce(function (acc, iconName) {
var icon = icons[iconName];
var expanded = !!icon.icon;
return Object.keys(icons).reduce((acc, iconName) => {
const icon = icons[iconName];
const expanded = !!icon.icon;
if (expanded) {
acc[icon.iconName] = icon.icon;
@@ -300,15 +255,18 @@
}
function defineIcons(prefix, icons) {
var params = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
var _params$skipHooks = params.skipHooks,
skipHooks = _params$skipHooks === void 0 ? false : _params$skipHooks;
var normalized = normalizeIcons(icons);
let params = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
const {
skipHooks = false
} = params;
const normalized = normalizeIcons(icons);
if (typeof namespace.hooks.addPack === 'function' && !skipHooks) {
namespace.hooks.addPack(prefix, normalizeIcons(icons));
} else {
namespace.styles[prefix] = _objectSpread2(_objectSpread2({}, namespace.styles[prefix] || {}), normalized);
namespace.styles[prefix] = { ...(namespace.styles[prefix] || {}),
...normalized
};
}
/**
* Font Awesome 4 used the prefix of `fa` for all icons. With the introduction
@@ -349,20 +307,10 @@
{{/each}}
];
bunker(function () {
var _iterator = _createForOfIteratorHelper(prefixes$1),
_step;
try {
for (_iterator.s(); !(_step = _iterator.n()).done;) {
var prefix = _step.value;
if (!prefix) continue;
defineIcons(prefix, icons);
}
} catch (err) {
_iterator.e(err);
} finally {
_iterator.f();
bunker(() => {
for (const prefix of prefixes$1) {
if (!prefix) continue;
defineIcons(prefix, icons);
}
});

View File

@@ -1,4 +1,4 @@
!function(){"use strict";function a(r,t){var e,a=Object.keys(r);return Object.getOwnPropertySymbols&&(e=Object.getOwnPropertySymbols(r),t&&(e=e.filter(function(t){return Object.getOwnPropertyDescriptor(r,t).enumerable})),a.push.apply(a,e)),a}function o(r){for(var t=1;t<arguments.length;t++){var e=null!=arguments[t]?arguments[t]:{};t%2?a(Object(e),!0).forEach(function(t){n(r,t,e[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(e)):a(Object(e)).forEach(function(t){Object.defineProperty(r,t,Object.getOwnPropertyDescriptor(e,t))})}return r}function n(t,r,e){return r in t?Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[r]=e,t}function i(t,r){if(t){if("string"==typeof t)return f(t,r);var e=Object.prototype.toString.call(t).slice(8,-1);return"Map"===(e="Object"===e&&t.constructor?t.constructor.name:e)||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?f(t,r):void 0}}function f(t,r){(null==r||r>t.length)&&(r=t.length);for(var e=0,a=new Array(r);e<r;e++)a[e]=t[e];return a}var t={},r={};try{"undefined"!=typeof window&&(t=window),"undefined"!=typeof document&&(r=document)}catch(t){}var e=(t.navigator||{}).userAgent,l=void 0===e?"":e,s=t,u=r,c=(s.document,!u.documentElement||!u.head||"function"!=typeof u.addEventListener||u.createElement,~l.indexOf("MSIE")||l.indexOf("Trident/"),"___FONT_AWESOME___"),d=function(){try{return!0}catch(t){return!1}}(),y="classic",b="sharp",p=[y,b];function h(t){return new Proxy(t,{get:function(t,r){return r in t?t[r]:t[y]}})}h((n(m={},y,{fa:"solid",fas:"solid","fa-solid":"solid",far:"regular","fa-regular":"regular",fal:"light","fa-light":"light",fat:"thin","fa-thin":"thin",fad:"duotone","fa-duotone":"duotone",fab:"brands","fa-brands":"brands",fak:"kit","fa-kit":"kit"}),n(m,b,{fa:"solid",fass:"solid","fa-solid":"solid",fasr:"regular","fa-regular":"regular",fasl:"light","fa-light":"light"}),m));var g=h((n(v={},y,{solid:"fas",regular:"far",light:"fal",thin:"fat",duotone:"fad",brands:"fab",kit:"fak"}),n(v,b,{solid:"fass",regular:"fasr",light:"fasl"}),v)),u=(h((n(e={},y,{fab:"fa-brands",fad:"fa-duotone",fak:"fa-kit",fal:"fa-light",far:"fa-regular",fas:"fa-solid",fat:"fa-thin"}),n(e,b,{fass:"fa-solid",fasr:"fa-regular",fasl:"fa-light"}),e)),h((n(t={},y,{"fa-brands":"fab","fa-duotone":"fad","fa-kit":"fak","fa-light":"fal","fa-regular":"far","fa-solid":"fas","fa-thin":"fat"}),n(t,b,{"fa-solid":"fass","fa-regular":"fasr","fa-light":"fasl"}),t)),h((n(r={},y,{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"}),n(r,b,{900:"fass",400:"fasr",300:"fasl"}),r)),[1,2,3,4,5,6,7,8,9,10]),l=u.concat([11,12,13,14,15,16,17,18,19,20]),m="duotone-group",v="swap-opacity",e="primary",t="secondary",r=new Set;Object.keys(g[y]).map(r.add.bind(r)),Object.keys(g[b]).map(r.add.bind(r));[].concat(p,function(t){if(Array.isArray(t))return f(t)}(r=r)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(r)||i(r)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),["2xs","xs","sm","lg","xl","2xl","beat","border","fade","beat-fade","bounce","flip-both","flip-horizontal","flip-vertical","flip","fw","inverse","layers-counter","layers-text","layers","li","pull-left","pull-right","pulse","rotate-180","rotate-270","rotate-90","rotate-by","shake","spin-pulse","spin-reverse","spin","stack-1x","stack-2x","stack","ul",m,v,e,t]).concat(u.map(function(t){return"".concat(t,"x")})).concat(l.map(function(t){return"w-".concat(t)}));s=s||{};s[c]||(s[c]={}),s[c].styles||(s[c].styles={}),s[c].hooks||(s[c].hooks={}),s[c].shims||(s[c].shims=[]);var O=s[c];function k(a){return Object.keys(a).reduce(function(t,r){var e=a[r];return!!e.icon?t[e.iconName]=e.icon:t[r]=e,t},{})}var w={
!function(){"use strict";let a={},s={};try{"undefined"!=typeof window&&(a=window),"undefined"!=typeof document&&(s=document)}catch(a){}const{userAgent:f=""}=a.navigator||{};var t=a,o=s,n=(t.document,!o.documentElement||!o.head||"function"!=typeof o.addEventListener||o.createElement,~f.indexOf("MSIE")||f.indexOf("Trident/"),"classic"),i={fak:"kit","fa-kit":"kit"},r={fakd:"kit-duotone","fa-kit-duotone":"kit-duotone"},d={classic:{fa:"solid",fas:"solid","fa-solid":"solid",far:"regular","fa-regular":"regular",fal:"light","fa-light":"light",fat:"thin","fa-thin":"thin",fad:"duotone","fa-duotone":"duotone",fab:"brands","fa-brands":"brands"},sharp:{fa:"solid",fass:"solid","fa-solid":"solid",fasr:"regular","fa-regular":"regular",fasl:"light","fa-light":"light",fast:"thin","fa-thin":"thin"},"sharp-duotone":{fa:"solid",fasds:"solid","fa-solid":"solid"}},e={kit:"fak"},l={"kit-duotone":"fakd"},o="___FONT_AWESOME___";const u=(()=>{try{return!0}catch(a){return!1}})();function c(a){return new Proxy(a,{get(a,s){return s in a?a[s]:a[n]}})}const h={...d};h[n]={...d[n],...i,...r};c(h);const g={classic:{solid:"fas",regular:"far",light:"fal",thin:"fat",duotone:"fad",brands:"fab"},sharp:{solid:"fass",regular:"fasr",light:"fasl",thin:"fast"},"sharp-duotone":{solid:"fasds"}};g[n]={...g[n],...e,...l};l=c(g);const k={classic:{fab:"fa-brands",fad:"fa-duotone",fal:"fa-light",far:"fa-regular",fas:"fa-solid",fat:"fa-thin"},sharp:{fass:"fa-solid",fasr:"fa-regular",fasl:"fa-light",fast:"fa-thin"},"sharp-duotone":{fasds:"fa-solid"}};k[n]={...k[n],fak:"fa-kit"};c(k);const p={classic:{"fa-brands":"fab","fa-duotone":"fad","fa-light":"fal","fa-regular":"far","fa-solid":"fas","fa-thin":"fat"},sharp:{"fa-solid":"fass","fa-regular":"fasr","fa-light":"fasl","fa-thin":"fast"},"sharp-duotone":{"fa-solid":"fasds"}};p[n]={...p[n],"fa-kit":"fak"};c(p),c({classic:{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"},sharp:{900:"fass",400:"fasr",300:"fasl",100:"fast"},"sharp-duotone":{900:"fasds"}});const b=new Set;Object.keys(l[n]).map(b.add.bind(b)),Object.keys(l.sharp).map(b.add.bind(b)),Object.keys(l["sharp-duotone"]).map(b.add.bind(b));const y=t||{};y[o]||(y[o]={}),y[o].styles||(y[o].styles={}),y[o].hooks||(y[o].hooks={}),y[o].shims||(y[o].shims=[]);var m=y[o];function v(t){return Object.keys(t).reduce((a,s)=>{var f=t[s];return!!f.icon?a[f.iconName]=f.icon:a[s]=f,a},{})}var w={
{{#each icons}}
"{{@key}}": [
@@ -15,9 +15,9 @@
{{~/if~}}
]{{#unless @last}},{{/unless}}
{{/each}}
},j=[null
},O=[null
{{~#each prefixes}}
,'{{this}}'{{#unless @last ~}},{{/unless}}
{{/each}}
];!function(t){try{for(var r=arguments.length,e=new Array(1<r?r-1:0),a=1;a<r;a++)e[a-1]=arguments[a];t.apply(void 0,e)}catch(t){if(!d)throw t}}(function(){var t,r=function(t,r){var e="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!e){if(Array.isArray(t)||(e=i(t))||r&&t&&"number"==typeof t.length){e&&(t=e);var a=0,r=function(){};return{s:r,n:function(){return a>=t.length?{done:!0}:{done:!1,value:t[a++]}},e:function(t){throw t},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var n,o=!0,f=!1;return{s:function(){e=e.call(t)},n:function(){var t=e.next();return o=t.done,t},e:function(t){f=!0,n=t},f:function(){try{o||null==e.return||e.return()}finally{if(f)throw n}}}}(j);try{for(r.s();!(t=r.n()).done;){var e=t.value;e&&!function t(r,e,a){var n=(2<arguments.length&&void 0!==a?a:{}).skipHooks,a=void 0!==n&&n,n=k(e);"function"!=typeof O.hooks.addPack||a?O.styles[r]=o(o({},O.styles[r]||{}),n):O.hooks.addPack(r,k(e)),"fas"===r&&t("fa",e)}(e,w)}}catch(t){r.e(t)}finally{r.f()}})}();
];!function(a){try{for(var s=arguments.length,f=new Array(1<s?s-1:0),t=1;t<s;t++)f[t-1]=arguments[t];a(...f)}catch(a){if(!u)throw a}}(()=>{for(const a of O)a&&!function a(s,f,t){var{skipHooks:o=!1}=2<arguments.length&&void 0!==t?t:{},t=v(f);"function"!=typeof m.hooks.addPack||o?m.styles[s]={...m.styles[s]||{},...t}:m.hooks.addPack(s,v(f)),"fas"===s&&a("fa",f)}(a,w)})}();

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
/*!
* Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2023 Fonticons, Inc.
* Copyright 2024 Fonticons, Inc.
*/
@import "_variables.less";

View File

@@ -1,7 +1,7 @@
/*!
* Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2023 Fonticons, Inc.
* Copyright 2024 Fonticons, Inc.
*/
@import 'functions';
@import 'variables';

View File

@@ -1 +1 @@
{"productName":"Font Awesome 6 Free","version":"6.4.0"}
{"productName":"Font Awesome 6 Free","version":"6.6.0"}

View File

@@ -1 +1 @@
{"unitsPerEm":512,"copyright":"Copyright (c) Font Awesome","url":"https://fontawesome.com","description":"The web's most popular icon set and toolkit.","fileType":0,"version":"6.4.0","fontFamily":"Font Awesome 6 Brands","fontStyle":"Regular","fontWeight":400,"unicodes":["0","21","23","24","25","2a","2b","30","31","32","33","34","35","36","37","38","39","3c","3d","3e","3f","40","41","42","43","44","45","46","47","48","49","4a","4b","4c","4d","4e","4f","50","51","52","53","54","55","56","57","58","59","5a","e007","e013","e01a","e01e","e049","e052","e055","e056","e057","e077","e078","e079","e07a","e07b","e07c","e07d","e07e","e07f","e080","e081","e082","e083","e084","e087","e088","e1fe","e2d0","e340","e360","e3d9","e40f","e43a","e44a","e499","e49b","e4a0","e530","e531","e570","e5ac","e5ad","e5ae","e5c6","e5c7","f081","f082","f08c","f092","f099","f09a","f09b","f0d2","f0d3","f0d4","f0d5","f0e1","f113","f136","f13b","f13c","f15a","f167","f168","f169","f16b","f16c","f16d","f16e","f170","f171","f173","f174","f179","f17a","f17b","f17c","f17d","f17e","f180","f181","f184","f189","f18a","f18b","f18c","f18d","f194","f198","f19a","f19b","f19e","f1a0","f1a1","f1a2","f1a3","f1a4","f1a5","f1a6","f1a7","f1a8","f1a9","f1aa","f1b4","f1b5","f1b6","f1b7","f1bc","f1bd","f1be","f1ca","f1cb","f1cc","f1d0","f1d1","f1d2","f1d3","f1d4","f1d5","f1d6","f1d7","f1e7","f1e8","f1e9","f1ed","f1ee","f1f0","f1f1","f1f2","f1f3","f1f4","f1f5","f202","f203","f208","f209","f20d","f20e","f210","f211","f212","f213","f214","f215","f216","f231","f232","f237","f23a","f23b","f23c","f23d","f23e","f24b","f24c","f25e","f260","f261","f263","f264","f265","f266","f267","f268","f269","f26a","f26b","f26d","f26e","f270","f27c","f27d","f27e","f280","f281","f282","f284","f285","f286","f287","f288","f289","f28a","f293","f294","f296","f297","f298","f299","f2a5","f2a6","f2a9","f2aa","f2ab","f2ad","f2ae","f2b0","f2b1","f2b2","f2b3","f2b4","f2b8","f2c4","f2c5","f2c6","f2d5","f2d6","f2d7","f2d8","f2d9","f2da","f2dd","f2de","f2e0","f35c","f368","f369","f36a","f36b","f36c","f36d","f36e","f36f","f370","f371","f372","f373","f374","f375","f378","f379","f37a","f37b","f37c","f37d","f37f","f380","f383","f384","f385","f388","f38b","f38c","f38d","f38e","f38f","f391","f392","f393","f394","f395","f396","f397","f399","f39a","f39d","f39e","f39f","f3a1","f3a2","f3a3","f3a4","f3a6","f3a7","f3a8","f3a9","f3aa","f3ab","f3ac","f3ad","f3ae","f3af","f3b0","f3b1","f3b2","f3b4","f3b5","f3b6","f3b7","f3b8","f3b9","f3ba","f3bb","f3bc","f3bd","f3c0","f3c3","f3c4","f3c6","f3c8","f3ca","f3cb","f3cc","f3d0","f3d2","f3d3","f3d4","f3d5","f3d6","f3d7","f3d8","f3d9","f3da","f3db","f3dc","f3df","f3e1","f3e2","f3e3","f3e4","f3e6","f3e7","f3e8","f3e9","f3ea","f3eb","f3ec","f3ee","f3f3","f3f5","f3f6","f3f7","f3f8","f3f9","f402","f403","f404","f405","f407","f408","f409","f40a","f40b","f40c","f40d","f411","f412","f413","f414","f415","f416","f417","f419","f41a","f41b","f41c","f41d","f41e","f41f","f420","f421","f423","f426","f427","f428","f429","f42a","f42b","f42c","f42d","f42e","f42f","f430","f431","f44d","f452","f457","f459","f4d5","f4e4","f4e5","f4e7","f4e8","f4e9","f4ea","f4eb","f4ec","f4ed","f4ee","f4ef","f4f0","f4f1","f4f2","f4f3","f4f4","f4f5","f4f6","f4f7","f4f8","f4f9","f50a","f50b","f50c","f50d","f50e","f50f","f510","f511","f512","f513","f514","f592","f59e","f5a3","f5a8","f5b2","f5b5","f5be","f5c6","f5cc","f5cf","f5f1","f5f7","f5fa","f60f","f612","f63f","f642","f69d","f6c9","f6ca","f6cc","f6dc","f730","f731","f75d","f77a","f77b","f785","f789","f78d","f790","f791","f797","f798","f799","f7af","f7b0","f7b1","f7b3","f7bb","f7bc","f7c6","f7d3","f7d6","f7df","f7e0","f7e1","f7e3","f834","f835","f836","f837","f838","f839","f83a","f83b","f83c","f83d","f83f","f840","f841","f842","f89e","f8a6","f8ca","f8d2","f8e1","f8e8"],"unicodeAliases":{"21":{"0":[10069,10071,61738]},"23":{"0":[62098]},"24":{"0":[128178,61781]},"25":{"0":[62101,62785]},"40":{"0":[61946]},"41":{"0":[97]},"42":{"0":[98]},"43":{"0":[99]},"44":{"0":[100]},"45":{"0":[101]},"46":{"0":[102]},"47":{"0":[103]},"48":{"0":[104]},"49":{"0":[105]},"50":{"0":[112]},"51":{"0":[113]},"52":{"0":[114]},"53":{"0":[115]},"54":{"0":[116]},"55":{"0":[117]},"56":{"0":[118]},"57":{"0":[119]},"58":{"0":[120]},"59":{"0":[121]},"2a":{"0":[10033,61545]},"2b":{"0":[10133,61543]},"3c":{"0":[62774]},"3d":{"0":[62764]},"3e":{"0":[62769]},"3f":{"0":[10067,10068,61736]},"4a":{"0":[106]},"4b":{"0":[107]},"4c":{"0":[108]},"4d":{"0":[109]},"4e":{"0":[110]},"4f":{"0":[111]},"5a":{"0":[122]},"f09a":{"0":[62000]},"f167":{"0":[61802]},"f171":{"0":[61810]},"f198":{"0":[62447]},"f23a":{"0":[62407]},"f2ab":{"0":[62124]},"f2b4":{"0":[62501,62694]},"f2c6":{"0":[62462]},"f368":{"0":[62107]},"f431":{"0":[61798]}},"usagePermissions":0}
{"unitsPerEm":512,"copyright":"Copyright (c) Font Awesome","url":"https://fontawesome.com","description":"The web's most popular icon set and toolkit.","fileType":0,"version":"6.6.0","fontFamily":"Font Awesome 6 Brands","fontStyle":"Regular","fontWeight":400,"unicodes":["0","21","23","24","25","2a","2b","30","31","32","33","34","35","36","37","38","39","3c","3d","3e","3f","40","41","42","43","44","45","46","47","48","49","4a","4b","4c","4d","4e","4f","50","51","52","53","54","55","56","57","58","59","5a","e007","e013","e01a","e01e","e049","e052","e055","e056","e057","e077","e078","e079","e07a","e07b","e07c","e07d","e07e","e07f","e080","e081","e082","e083","e084","e087","e088","e1fe","e2d0","e340","e360","e3d9","e40f","e43a","e44a","e499","e49b","e4a0","e530","e531","e570","e5ac","e5ad","e5ae","e5c6","e5c7","e60b","e60c","e618","e619","e61a","e61b","e62b","e62d","e62e","e62f","e63b","e63c","e63d","e640","e641","e65c","e663","e671","e67b","e67c","e682","e683","e684","e693","e694","f081","f082","f08c","f092","f099","f09a","f09b","f0d2","f0d3","f0d4","f0d5","f0e1","f113","f136","f13b","f13c","f15a","f167","f168","f169","f16b","f16c","f16d","f16e","f170","f171","f173","f174","f179","f17a","f17b","f17c","f17d","f17e","f180","f181","f184","f189","f18a","f18b","f18c","f18d","f194","f198","f19a","f19b","f19e","f1a0","f1a1","f1a2","f1a3","f1a4","f1a5","f1a6","f1a7","f1a8","f1a9","f1aa","f1b4","f1b5","f1b6","f1b7","f1bc","f1bd","f1be","f1ca","f1cb","f1cc","f1d0","f1d1","f1d2","f1d3","f1d4","f1d5","f1d6","f1d7","f1e7","f1e8","f1e9","f1ed","f1ee","f1f0","f1f1","f1f2","f1f3","f1f4","f1f5","f202","f203","f208","f209","f20d","f20e","f210","f211","f212","f213","f214","f215","f216","f231","f232","f237","f23a","f23b","f23c","f23d","f23e","f24b","f24c","f25e","f260","f261","f263","f264","f265","f266","f267","f268","f269","f26a","f26b","f26d","f26e","f270","f27c","f27d","f27e","f280","f281","f282","f284","f285","f286","f287","f288","f289","f28a","f293","f294","f296","f297","f298","f299","f2a5","f2a6","f2a9","f2aa","f2ab","f2ad","f2ae","f2b0","f2b1","f2b2","f2b3","f2b4","f2b8","f2c4","f2c5","f2c6","f2d5","f2d6","f2d7","f2d8","f2d9","f2da","f2dd","f2de","f2e0","f35c","f368","f369","f36a","f36b","f36c","f36d","f36e","f36f","f370","f371","f372","f373","f374","f375","f378","f379","f37a","f37b","f37c","f37d","f37f","f380","f383","f384","f385","f388","f38b","f38c","f38d","f38e","f38f","f391","f392","f393","f394","f395","f396","f397","f399","f39a","f39d","f39e","f39f","f3a1","f3a2","f3a3","f3a4","f3a6","f3a7","f3a8","f3a9","f3aa","f3ab","f3ac","f3ad","f3ae","f3af","f3b0","f3b1","f3b2","f3b4","f3b5","f3b6","f3b7","f3b8","f3b9","f3ba","f3bb","f3bc","f3bd","f3c0","f3c3","f3c4","f3c6","f3c8","f3ca","f3cb","f3cc","f3d0","f3d2","f3d3","f3d4","f3d5","f3d6","f3d7","f3d8","f3d9","f3da","f3db","f3dc","f3df","f3e1","f3e2","f3e3","f3e4","f3e6","f3e7","f3e8","f3e9","f3ea","f3eb","f3ec","f3ee","f3f3","f3f5","f3f6","f3f7","f3f8","f3f9","f402","f403","f404","f405","f407","f408","f409","f40a","f40b","f40c","f40d","f411","f412","f413","f414","f415","f416","f417","f419","f41a","f41b","f41c","f41d","f41e","f41f","f420","f421","f423","f426","f427","f428","f429","f42a","f42b","f42c","f42d","f42e","f42f","f430","f431","f44d","f452","f457","f459","f4d5","f4e4","f4e5","f4e7","f4e8","f4e9","f4ea","f4eb","f4ec","f4ed","f4ee","f4ef","f4f0","f4f1","f4f2","f4f3","f4f4","f4f5","f4f6","f4f7","f4f8","f4f9","f50a","f50b","f50c","f50d","f50e","f50f","f510","f511","f512","f513","f514","f592","f59e","f5a3","f5a8","f5b2","f5b5","f5be","f5c6","f5cc","f5cf","f5f1","f5f7","f5fa","f60f","f612","f63f","f642","f69d","f6c9","f6ca","f6cc","f6dc","f730","f731","f75d","f77a","f77b","f785","f789","f78d","f790","f791","f797","f798","f799","f7af","f7b0","f7b1","f7b3","f7bb","f7bc","f7c6","f7d3","f7d6","f7df","f7e0","f7e1","f7e3","f834","f835","f836","f837","f838","f839","f83a","f83b","f83c","f83d","f83f","f840","f841","f842","f89e","f8a6","f8ca","f8d2","f8e1","f8e8"],"unicodeAliases":{"21":{"0":[10069,10071,61738]},"23":{"0":[62098]},"24":{"0":[128178,61781]},"25":{"0":[62101,62785]},"40":{"0":[61946]},"41":{"0":[97]},"42":{"0":[98]},"43":{"0":[99]},"44":{"0":[100]},"45":{"0":[101]},"46":{"0":[102]},"47":{"0":[103]},"48":{"0":[104]},"49":{"0":[105]},"50":{"0":[112]},"51":{"0":[113]},"52":{"0":[114]},"53":{"0":[115]},"54":{"0":[116]},"55":{"0":[117]},"56":{"0":[118]},"57":{"0":[119]},"58":{"0":[120]},"59":{"0":[121]},"2a":{"0":[10033,61545]},"2b":{"0":[10133,61543]},"3c":{"0":[62774]},"3d":{"0":[62764]},"3e":{"0":[62769]},"3f":{"0":[10067,10068,61736]},"4a":{"0":[106]},"4b":{"0":[107]},"4c":{"0":[108]},"4d":{"0":[109]},"4e":{"0":[110]},"4f":{"0":[111]},"5a":{"0":[122]},"f09a":{"0":[62000]},"f167":{"0":[61802]},"f171":{"0":[61810]},"f198":{"0":[62447]},"f23a":{"0":[62407]},"f2ab":{"0":[62124]},"f2b4":{"0":[62501,62694]},"f2c6":{"0":[62462]},"f368":{"0":[62107]},"f431":{"0":[61798]}},"usagePermissions":0}

View File

@@ -1 +1 @@
{"unitsPerEm":512,"copyright":"Copyright (c) Font Awesome","url":"https://fontawesome.com","description":"The web's most popular icon set and toolkit.","fileType":2,"version":"6.4.0","fontFamily":"Font Awesome 6 Brands","fontStyle":"Regular","fontWeight":400,"unicodes":["0","21","23","24","25","2a","2b","30","31","32","33","34","35","36","37","38","39","3c","3d","3e","3f","40","41","42","43","44","45","46","47","48","49","4a","4b","4c","4d","4e","4f","50","51","52","53","54","55","56","57","58","59","5a","e007","e013","e01a","e01e","e049","e052","e055","e056","e057","e077","e078","e079","e07a","e07b","e07c","e07d","e07e","e07f","e080","e081","e082","e083","e084","e087","e088","e1fe","e2d0","e340","e360","e3d9","e40f","e43a","e44a","e499","e49b","e4a0","e530","e531","e570","e5ac","e5ad","e5ae","e5c6","e5c7","f081","f082","f08c","f092","f099","f09a","f09b","f0d2","f0d3","f0d4","f0d5","f0e1","f113","f136","f13b","f13c","f15a","f167","f168","f169","f16b","f16c","f16d","f16e","f170","f171","f173","f174","f179","f17a","f17b","f17c","f17d","f17e","f180","f181","f184","f189","f18a","f18b","f18c","f18d","f194","f198","f19a","f19b","f19e","f1a0","f1a1","f1a2","f1a3","f1a4","f1a5","f1a6","f1a7","f1a8","f1a9","f1aa","f1b4","f1b5","f1b6","f1b7","f1bc","f1bd","f1be","f1ca","f1cb","f1cc","f1d0","f1d1","f1d2","f1d3","f1d4","f1d5","f1d6","f1d7","f1e7","f1e8","f1e9","f1ed","f1ee","f1f0","f1f1","f1f2","f1f3","f1f4","f1f5","f202","f203","f208","f209","f20d","f20e","f210","f211","f212","f213","f214","f215","f216","f231","f232","f237","f23a","f23b","f23c","f23d","f23e","f24b","f24c","f25e","f260","f261","f263","f264","f265","f266","f267","f268","f269","f26a","f26b","f26d","f26e","f270","f27c","f27d","f27e","f280","f281","f282","f284","f285","f286","f287","f288","f289","f28a","f293","f294","f296","f297","f298","f299","f2a5","f2a6","f2a9","f2aa","f2ab","f2ad","f2ae","f2b0","f2b1","f2b2","f2b3","f2b4","f2b8","f2c4","f2c5","f2c6","f2d5","f2d6","f2d7","f2d8","f2d9","f2da","f2dd","f2de","f2e0","f35c","f368","f369","f36a","f36b","f36c","f36d","f36e","f36f","f370","f371","f372","f373","f374","f375","f378","f379","f37a","f37b","f37c","f37d","f37f","f380","f383","f384","f385","f388","f38b","f38c","f38d","f38e","f38f","f391","f392","f393","f394","f395","f396","f397","f399","f39a","f39d","f39e","f39f","f3a1","f3a2","f3a3","f3a4","f3a6","f3a7","f3a8","f3a9","f3aa","f3ab","f3ac","f3ad","f3ae","f3af","f3b0","f3b1","f3b2","f3b4","f3b5","f3b6","f3b7","f3b8","f3b9","f3ba","f3bb","f3bc","f3bd","f3c0","f3c3","f3c4","f3c6","f3c8","f3ca","f3cb","f3cc","f3d0","f3d2","f3d3","f3d4","f3d5","f3d6","f3d7","f3d8","f3d9","f3da","f3db","f3dc","f3df","f3e1","f3e2","f3e3","f3e4","f3e6","f3e7","f3e8","f3e9","f3ea","f3eb","f3ec","f3ee","f3f3","f3f5","f3f6","f3f7","f3f8","f3f9","f402","f403","f404","f405","f407","f408","f409","f40a","f40b","f40c","f40d","f411","f412","f413","f414","f415","f416","f417","f419","f41a","f41b","f41c","f41d","f41e","f41f","f420","f421","f423","f426","f427","f428","f429","f42a","f42b","f42c","f42d","f42e","f42f","f430","f431","f44d","f452","f457","f459","f4d5","f4e4","f4e5","f4e7","f4e8","f4e9","f4ea","f4eb","f4ec","f4ed","f4ee","f4ef","f4f0","f4f1","f4f2","f4f3","f4f4","f4f5","f4f6","f4f7","f4f8","f4f9","f50a","f50b","f50c","f50d","f50e","f50f","f510","f511","f512","f513","f514","f592","f59e","f5a3","f5a8","f5b2","f5b5","f5be","f5c6","f5cc","f5cf","f5f1","f5f7","f5fa","f60f","f612","f63f","f642","f69d","f6c9","f6ca","f6cc","f6dc","f730","f731","f75d","f77a","f77b","f785","f789","f78d","f790","f791","f797","f798","f799","f7af","f7b0","f7b1","f7b3","f7bb","f7bc","f7c6","f7d3","f7d6","f7df","f7e0","f7e1","f7e3","f834","f835","f836","f837","f838","f839","f83a","f83b","f83c","f83d","f83f","f840","f841","f842","f89e","f8a6","f8ca","f8d2","f8e1","f8e8"],"unicodeAliases":{"21":{"0":[10069,10071,61738]},"23":{"0":[62098]},"24":{"0":[128178,61781]},"25":{"0":[62101,62785]},"40":{"0":[61946]},"41":{"0":[97]},"42":{"0":[98]},"43":{"0":[99]},"44":{"0":[100]},"45":{"0":[101]},"46":{"0":[102]},"47":{"0":[103]},"48":{"0":[104]},"49":{"0":[105]},"50":{"0":[112]},"51":{"0":[113]},"52":{"0":[114]},"53":{"0":[115]},"54":{"0":[116]},"55":{"0":[117]},"56":{"0":[118]},"57":{"0":[119]},"58":{"0":[120]},"59":{"0":[121]},"2a":{"0":[10033,61545]},"2b":{"0":[10133,61543]},"3c":{"0":[62774]},"3d":{"0":[62764]},"3e":{"0":[62769]},"3f":{"0":[10067,10068,61736]},"4a":{"0":[106]},"4b":{"0":[107]},"4c":{"0":[108]},"4d":{"0":[109]},"4e":{"0":[110]},"4f":{"0":[111]},"5a":{"0":[122]},"f09a":{"0":[62000]},"f167":{"0":[61802]},"f171":{"0":[61810]},"f198":{"0":[62447]},"f23a":{"0":[62407]},"f2ab":{"0":[62124]},"f2b4":{"0":[62501,62694]},"f2c6":{"0":[62462]},"f368":{"0":[62107]},"f431":{"0":[61798]}},"usagePermissions":0}
{"unitsPerEm":512,"copyright":"Copyright (c) Font Awesome","url":"https://fontawesome.com","description":"The web's most popular icon set and toolkit.","fileType":2,"version":"6.6.0","fontFamily":"Font Awesome 6 Brands","fontStyle":"Regular","fontWeight":400,"unicodes":["0","21","23","24","25","2a","2b","30","31","32","33","34","35","36","37","38","39","3c","3d","3e","3f","40","41","42","43","44","45","46","47","48","49","4a","4b","4c","4d","4e","4f","50","51","52","53","54","55","56","57","58","59","5a","e007","e013","e01a","e01e","e049","e052","e055","e056","e057","e077","e078","e079","e07a","e07b","e07c","e07d","e07e","e07f","e080","e081","e082","e083","e084","e087","e088","e1fe","e2d0","e340","e360","e3d9","e40f","e43a","e44a","e499","e49b","e4a0","e530","e531","e570","e5ac","e5ad","e5ae","e5c6","e5c7","e60b","e60c","e618","e619","e61a","e61b","e62b","e62d","e62e","e62f","e63b","e63c","e63d","e640","e641","e65c","e663","e671","e67b","e67c","e682","e683","e684","e693","e694","f081","f082","f08c","f092","f099","f09a","f09b","f0d2","f0d3","f0d4","f0d5","f0e1","f113","f136","f13b","f13c","f15a","f167","f168","f169","f16b","f16c","f16d","f16e","f170","f171","f173","f174","f179","f17a","f17b","f17c","f17d","f17e","f180","f181","f184","f189","f18a","f18b","f18c","f18d","f194","f198","f19a","f19b","f19e","f1a0","f1a1","f1a2","f1a3","f1a4","f1a5","f1a6","f1a7","f1a8","f1a9","f1aa","f1b4","f1b5","f1b6","f1b7","f1bc","f1bd","f1be","f1ca","f1cb","f1cc","f1d0","f1d1","f1d2","f1d3","f1d4","f1d5","f1d6","f1d7","f1e7","f1e8","f1e9","f1ed","f1ee","f1f0","f1f1","f1f2","f1f3","f1f4","f1f5","f202","f203","f208","f209","f20d","f20e","f210","f211","f212","f213","f214","f215","f216","f231","f232","f237","f23a","f23b","f23c","f23d","f23e","f24b","f24c","f25e","f260","f261","f263","f264","f265","f266","f267","f268","f269","f26a","f26b","f26d","f26e","f270","f27c","f27d","f27e","f280","f281","f282","f284","f285","f286","f287","f288","f289","f28a","f293","f294","f296","f297","f298","f299","f2a5","f2a6","f2a9","f2aa","f2ab","f2ad","f2ae","f2b0","f2b1","f2b2","f2b3","f2b4","f2b8","f2c4","f2c5","f2c6","f2d5","f2d6","f2d7","f2d8","f2d9","f2da","f2dd","f2de","f2e0","f35c","f368","f369","f36a","f36b","f36c","f36d","f36e","f36f","f370","f371","f372","f373","f374","f375","f378","f379","f37a","f37b","f37c","f37d","f37f","f380","f383","f384","f385","f388","f38b","f38c","f38d","f38e","f38f","f391","f392","f393","f394","f395","f396","f397","f399","f39a","f39d","f39e","f39f","f3a1","f3a2","f3a3","f3a4","f3a6","f3a7","f3a8","f3a9","f3aa","f3ab","f3ac","f3ad","f3ae","f3af","f3b0","f3b1","f3b2","f3b4","f3b5","f3b6","f3b7","f3b8","f3b9","f3ba","f3bb","f3bc","f3bd","f3c0","f3c3","f3c4","f3c6","f3c8","f3ca","f3cb","f3cc","f3d0","f3d2","f3d3","f3d4","f3d5","f3d6","f3d7","f3d8","f3d9","f3da","f3db","f3dc","f3df","f3e1","f3e2","f3e3","f3e4","f3e6","f3e7","f3e8","f3e9","f3ea","f3eb","f3ec","f3ee","f3f3","f3f5","f3f6","f3f7","f3f8","f3f9","f402","f403","f404","f405","f407","f408","f409","f40a","f40b","f40c","f40d","f411","f412","f413","f414","f415","f416","f417","f419","f41a","f41b","f41c","f41d","f41e","f41f","f420","f421","f423","f426","f427","f428","f429","f42a","f42b","f42c","f42d","f42e","f42f","f430","f431","f44d","f452","f457","f459","f4d5","f4e4","f4e5","f4e7","f4e8","f4e9","f4ea","f4eb","f4ec","f4ed","f4ee","f4ef","f4f0","f4f1","f4f2","f4f3","f4f4","f4f5","f4f6","f4f7","f4f8","f4f9","f50a","f50b","f50c","f50d","f50e","f50f","f510","f511","f512","f513","f514","f592","f59e","f5a3","f5a8","f5b2","f5b5","f5be","f5c6","f5cc","f5cf","f5f1","f5f7","f5fa","f60f","f612","f63f","f642","f69d","f6c9","f6ca","f6cc","f6dc","f730","f731","f75d","f77a","f77b","f785","f789","f78d","f790","f791","f797","f798","f799","f7af","f7b0","f7b1","f7b3","f7bb","f7bc","f7c6","f7d3","f7d6","f7df","f7e0","f7e1","f7e3","f834","f835","f836","f837","f838","f839","f83a","f83b","f83c","f83d","f83f","f840","f841","f842","f89e","f8a6","f8ca","f8d2","f8e1","f8e8"],"unicodeAliases":{"21":{"0":[10069,10071,61738]},"23":{"0":[62098]},"24":{"0":[128178,61781]},"25":{"0":[62101,62785]},"40":{"0":[61946]},"41":{"0":[97]},"42":{"0":[98]},"43":{"0":[99]},"44":{"0":[100]},"45":{"0":[101]},"46":{"0":[102]},"47":{"0":[103]},"48":{"0":[104]},"49":{"0":[105]},"50":{"0":[112]},"51":{"0":[113]},"52":{"0":[114]},"53":{"0":[115]},"54":{"0":[116]},"55":{"0":[117]},"56":{"0":[118]},"57":{"0":[119]},"58":{"0":[120]},"59":{"0":[121]},"2a":{"0":[10033,61545]},"2b":{"0":[10133,61543]},"3c":{"0":[62774]},"3d":{"0":[62764]},"3e":{"0":[62769]},"3f":{"0":[10067,10068,61736]},"4a":{"0":[106]},"4b":{"0":[107]},"4c":{"0":[108]},"4d":{"0":[109]},"4e":{"0":[110]},"4f":{"0":[111]},"5a":{"0":[122]},"f09a":{"0":[62000]},"f167":{"0":[61802]},"f171":{"0":[61810]},"f198":{"0":[62447]},"f23a":{"0":[62407]},"f2ab":{"0":[62124]},"f2b4":{"0":[62501,62694]},"f2c6":{"0":[62462]},"f368":{"0":[62107]},"f431":{"0":[61798]}},"usagePermissions":0}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
{"unitsPerEm":512,"copyright":"Copyright (c) Font Awesome","url":"https://fontawesome.com","description":"The web's most popular icon set and toolkit.","fileType":0,"version":"6.4.0","fontFamily":"Font Awesome v4 Compatibility","fontStyle":"Regular","fontWeight":400,"unicodes":["0","f041","f047","f065","f066","f07d","f07e","f080","f08b","f08e","f090","f09a","f0ac","f0ae","f0b2","f0d0","f0d6","f0e4","f0ec","f10a","f10b","f123","f13e","f148","f149","f14c","f156","f15e","f160","f161","f163","f175","f176","f177","f178","f195","f1f8","f219","f27a"],"unicodeAliases":{},"usagePermissions":0}
{"unitsPerEm":512,"copyright":"Copyright (c) Font Awesome","url":"https://fontawesome.com","description":"The web's most popular icon set and toolkit.","fileType":0,"version":"6.6.0","fontFamily":"Font Awesome v4 Compatibility","fontStyle":"Regular","fontWeight":400,"unicodes":["0","f041","f047","f065","f066","f07d","f07e","f080","f08b","f08e","f090","f09a","f0ac","f0ae","f0b2","f0d0","f0d6","f0e4","f0ec","f10a","f10b","f123","f13e","f148","f149","f14c","f156","f15e","f160","f161","f163","f175","f176","f177","f178","f195","f1f8","f219","f27a"],"unicodeAliases":{},"usagePermissions":0}

View File

@@ -1 +1 @@
{"unitsPerEm":512,"copyright":"Copyright (c) Font Awesome","url":"https://fontawesome.com","description":"The web's most popular icon set and toolkit.","fileType":2,"version":"6.4.0","fontFamily":"Font Awesome v4 Compatibility","fontStyle":"Regular","fontWeight":400,"unicodes":["0","f041","f047","f065","f066","f07d","f07e","f080","f08b","f08e","f090","f09a","f0ac","f0ae","f0b2","f0d0","f0d6","f0e4","f0ec","f10a","f10b","f123","f13e","f148","f149","f14c","f156","f15e","f160","f161","f163","f175","f176","f177","f178","f195","f1f8","f219","f27a"],"unicodeAliases":{},"usagePermissions":0}
{"unitsPerEm":512,"copyright":"Copyright (c) Font Awesome","url":"https://fontawesome.com","description":"The web's most popular icon set and toolkit.","fileType":2,"version":"6.6.0","fontFamily":"Font Awesome v4 Compatibility","fontStyle":"Regular","fontWeight":400,"unicodes":["0","f041","f047","f065","f066","f07d","f07e","f080","f08b","f08e","f090","f09a","f0ac","f0ae","f0b2","f0d0","f0d6","f0e4","f0ec","f10a","f10b","f123","f13e","f148","f149","f14c","f156","f15e","f160","f161","f163","f175","f176","f177","f178","f195","f1f8","f219","f27a"],"unicodeAliases":{},"usagePermissions":0}