use only brands and solid icons from fontawesome and update assets

This commit is contained in:
2022-04-20 20:10:14 +00:00
parent 16f30cbd36
commit a85ef4df44
6107 changed files with 21606 additions and 9647 deletions

View File

@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.1.1 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 2022 Fonticons, Inc.
*/
@@ -363,7 +363,6 @@
function coerce(val) {
// Getting an empty string will occur if the attribute is set on the HTML tag but without a value
// We'll assume that this is an indication that it should be toggled to true
// For example <script data-search-pseudo-elements src="..."></script>
if (val === '') return true;
if (val === 'false') return false;
if (val === 'true') return true;
@@ -1677,7 +1676,7 @@
mark: noop$1,
measure: noop$1
};
var preamble = "FA \"6.0.0\"";
var preamble = "FA \"6.1.1\"";
var begin = function begin(name) {
p.mark("".concat(preamble, " ").concat(name, " begins"));