update assets

This commit is contained in:
2023-08-02 10:14:46 +00:00
parent f4991b863d
commit 51a233ce92
5165 changed files with 164691 additions and 48605 deletions

View File

@@ -0,0 +1,3 @@
{{#each icons}}
.fak.{{ @root.faCssPrefix }}-{{ @key }}::before, .{{ @root.faCssPrefix }}-kit.{{ @root.faCssPrefix }}-{{ @key }}::before { content: "\\{{ this.unicodeHex }}"; }
{{/each}}

View File

@@ -0,0 +1,517 @@
.fa {
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,
.fab,
.fa-brands {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: var(--fa-display, inline-block);
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto; }
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
font-family: 'Font Awesome 6 Free'; }
.fab,
.fa-brands {
font-family: 'Font Awesome 6 Brands'; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-2xs {
font-size: 0.625em;
line-height: 0.1em;
vertical-align: 0.225em; }
.fa-xs {
font-size: 0.75em;
line-height: 0.08333em;
vertical-align: 0.125em; }
.fa-sm {
font-size: 0.875em;
line-height: 0.07143em;
vertical-align: 0.05357em; }
.fa-lg {
font-size: 1.25em;
line-height: 0.05em;
vertical-align: -0.075em; }
.fa-xl {
font-size: 1.5em;
line-height: 0.04167em;
vertical-align: -0.125em; }
.fa-2xl {
font-size: 2em;
line-height: 0.03125em;
vertical-align: -0.1875em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: var(--fa-li-margin, 2.5em);
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: calc(var(--fa-li-width, 2em) * -1);
position: absolute;
text-align: center;
width: var(--fa-li-width, 2em);
line-height: inherit; }
.fa-border {
border-color: var(--fa-border-color, #eee);
border-radius: var(--fa-border-radius, 0.1em);
border-style: var(--fa-border-style, solid);
border-width: var(--fa-border-width, 0.08em);
padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }
.fa-pull-left {
float: left;
margin-right: var(--fa-pull-margin, 0.3em); }
.fa-pull-right {
float: right;
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); }
.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)); }
.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)); }
.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)); }
.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); }
.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); }
.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); }
.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)); }
@media (prefers-reduced-motion: reduce) {
.fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.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)); } }
@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)); } }
@-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); } }
@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); } }
@-webkit-keyframes fa-fade {
50% {
opacity: var(--fa-fade-opacity, 0.4); } }
@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); }
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)); } }
@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); } }
@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); } }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-webkit-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); }
.fa-rotate-by {
-webkit-transform: rotate(var(--fa-rotate-angle, none));
transform: rotate(var(--fa-rotate-angle, none)); }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%;
z-index: var(--fa-stack-z-index, auto); }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: var(--fa-inverse, #fff); }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
{{#each icons}}
.{{ @root.faCssPrefix }}-{{ @key }}::before { content: "\\{{ this.unicodeHex }}"; }
{{/each}}
.sr-only,
.fa-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0; }
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0; }

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,3 @@
{{#each icons}}
.{{ @root.faCssPrefix }}-{{ @key }}::before { content: "\\{{ this.unicodeHex }}"; }
{{/each}}

View File

@@ -0,0 +1,17 @@
.fak, .fa-kit {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: var(--fa-display, inline-block);
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: "Font Awesome Kit";
}
@font-face {
font-family: "Font Awesome Kit";
font-style: normal;
font-display: block;
src: {{#each fontFaceSources}}url("{{this.url}}") format("{{this.format}}"){{#unless @last}}, {{/unless}}{{/each ~}};
}

View File

@@ -0,0 +1,369 @@
(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 = {};
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/');
var _familyProxy, _familyProxy2, _familyProxy3, _familyProxy4, _familyProxy5;
var NAMESPACE_IDENTIFIER = '___FONT_AWESOME___';
var PRODUCTION = function () {
try {
return "production" === 'production';
} catch (e) {
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];
}
});
}
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'
};
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);
}));
function bunker(fn) {
try {
for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
args[_key - 1] = arguments[_key];
}
fn.apply(void 0, args);
} catch (e) {
if (!PRODUCTION) {
throw e;
}
}
}
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];
function normalizeIcons(icons) {
return Object.keys(icons).reduce(function (acc, iconName) {
var icon = icons[iconName];
var expanded = !!icon.icon;
if (expanded) {
acc[icon.iconName] = icon.icon;
} else {
acc[iconName] = icon;
}
return acc;
}, {});
}
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);
if (typeof namespace.hooks.addPack === 'function' && !skipHooks) {
namespace.hooks.addPack(prefix, normalizeIcons(icons));
} else {
namespace.styles[prefix] = _objectSpread2(_objectSpread2({}, namespace.styles[prefix] || {}), normalized);
}
/**
* Font Awesome 4 used the prefix of `fa` for all icons. With the introduction
* of new styles we needed to differentiate between them. Prefix `fa` is now an alias
* for `fas` so we'll ease the upgrade process for our users by automatically defining
* this as well.
*/
if (prefix === 'fas') {
defineIcons('fa', icons);
}
}
var icons = {
{{#each icons}}
"{{@key}}": [
{{~ this.width}},
{{~ this.height}},[
{{~#each this.ligatures}}"{{this}}"{{#unless @last}},{{/unless ~}}{{/each ~}}
],"{{this.unicodeHex}}",
{{~#if (isArray this.path) ~}}
[
{{~#each this.path}}"{{this}}"{{#unless @last}},{{/unless}}{{/each ~}}
]
{{~else~}}
"{{this.path}}"
{{~/if~}}
]{{#unless @last}},{{/unless}}
{{/each}}
};
var prefixes$1 = [null
{{~#each prefixes}}
,'{{this}}'{{#unless @last ~}},{{/unless}}
{{/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();
}
});
}());

View File

@@ -0,0 +1,23 @@
!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={
{{#each icons}}
"{{@key}}": [
{{~ this.width}},
{{~ this.height}},[
{{~#each this.ligatures}}"{{this}}"{{#unless @last}},{{/unless ~}}{{/each ~}}
],"{{this.unicodeHex}}",
{{~#if (isArray this.path) ~}}
[
{{~#each this.path}}"{{this}}"{{#unless @last}},{{/unless}}{{/each ~}}
]
{{~else~}}
"{{this.path}}"
{{~/if~}}
]{{#unless @last}},{{/unless}}
{{/each}}
},j=[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()}})}();

View File

@@ -0,0 +1,8 @@
{
"familyName": "Font Awesome Kit {{token}}",
"style": "Regular",
"fontWeight": 400,
"copyright": "Copyrights may held by the various creators of the icons in this font",
"url": "https://fontawesome.com",
"description": "custom icons from Kit token {{token}}"
}

View File

@@ -0,0 +1,8 @@
{
"familyName": "Font Awesome Kit",
"style": "Regular",
"fontWeight": 400,
"copyright": "Copyrights may held by the various creators of the icons in this font",
"url": "https://fontawesome.com",
"description": "custom icons from Kit token {{token}}"
}

View File

@@ -0,0 +1 @@
{"spaceWidth":192,"defaultFontConfigParams":{"unitsPerEm":512,"copyright":"Copyright (c) Font Awesome","url":"https://fontawesome.com","description":"The web's most popular icon set and toolkit."},"faCssPrefix":"fa"}

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 it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,29 @@
/*!
* Font Awesome Free 6.4.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.
*/
@import "_variables.less";
@font-face {
font-family: 'Font Awesome Kit';
font-style: normal;
font-weight: 400;
font-display: @fa-font-display;
src: url('@{fa-font-path}/custom-icons.woff2') format('woff2'),
url('@{fa-font-path}/custom-icons.ttf') format('truetype');
}
.fak, .fa-kit {
font-family: "Font Awesome Kit";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: ~'var(--@{fa-css-prefix}-display, @{fa-display})';
font-style: normal;
font-variant: normal;
text-rendering: auto;
}
each(.fa-custom-icons(), {
.fak.@{fa-css-prefix}-@{key}:before, .fa-kit.@{fa-css-prefix}-@{key}:before { content: @value; }
});

View File

@@ -0,0 +1,30 @@
/*!
* Font Awesome Free 6.4.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.
*/
@import 'functions';
@import 'variables';
@font-face {
font-family: 'Font Awesome Kit';
font-style: normal;
font-weight: 400;
font-display: $fa-font-display;
src: url('#{$fa-font-path}/custom-icons.woff2') format('woff2'),
url('#{$fa-font-path}/custom-icons.ttf') format('truetype');
}
.fak, .#{$fa-css-prefix}-kit {
font-family: "Font Awesome Kit";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: var(--#{$fa-css-prefix}-display, #{$fa-display});
font-style: normal;
font-variant: normal;
text-rendering: auto;
}
@each $name, $icon in $fa-custom-icons {
.fak.#{$fa-css-prefix}-#{$name}:before, .fa-kit.#{$fa-css-prefix}-#{$name}:before { content: unquote("\"#{ $icon }\""); }
}

View File

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

View File

@@ -0,0 +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}

View File

@@ -0,0 +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}

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

@@ -0,0 +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}

View File

@@ -0,0 +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}