Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWANG Chucheng <me@wangchucheng.com>2022-02-03 08:12:39 +0300
committerWANG Chucheng <me@wangchucheng.com>2022-02-03 08:12:39 +0300
commit89c48bd92b34b165770069b01aa9e2511d0448ca (patch)
tree37a7633d768f79cc9ac0fff66253a505a8467354 /_vendor/github.com/FortAwesome/Font-Awesome/js-packages/@fortawesome/free-solid-svg-icons/faWeightHanging.js
parent72c35bec01c80baf75bcaf61b363ffe337ee7f2d (diff)
refactor: reduce Font Awesome size with tree shaking
Diffstat (limited to '_vendor/github.com/FortAwesome/Font-Awesome/js-packages/@fortawesome/free-solid-svg-icons/faWeightHanging.js')
-rw-r--r--_vendor/github.com/FortAwesome/Font-Awesome/js-packages/@fortawesome/free-solid-svg-icons/faWeightHanging.js29
1 files changed, 29 insertions, 0 deletions
diff --git a/_vendor/github.com/FortAwesome/Font-Awesome/js-packages/@fortawesome/free-solid-svg-icons/faWeightHanging.js b/_vendor/github.com/FortAwesome/Font-Awesome/js-packages/@fortawesome/free-solid-svg-icons/faWeightHanging.js
new file mode 100644
index 0000000..aaf02c9
--- /dev/null
+++ b/_vendor/github.com/FortAwesome/Font-Awesome/js-packages/@fortawesome/free-solid-svg-icons/faWeightHanging.js
@@ -0,0 +1,29 @@
+'use strict';
+Object.defineProperty(exports, '__esModule', { value: true });
+var prefix = 'fas';
+var iconName = 'weight-hanging';
+var width = 512;
+var height = 512;
+var ligatures = [];
+var unicode = 'f5cd';
+var svgPathData = 'M510.28 445.86l-73.03-292.13c-3.8-15.19-16.44-25.72-30.87-25.72h-60.25c3.57-10.05 5.88-20.72 5.88-32 0-53.02-42.98-96-96-96s-96 42.98-96 96c0 11.28 2.3 21.95 5.88 32h-60.25c-14.43 0-27.08 10.54-30.87 25.72L1.72 445.86C-6.61 479.17 16.38 512 48.03 512h415.95c31.64 0 54.63-32.83 46.3-66.14zM256 128c-17.64 0-32-14.36-32-32s14.36-32 32-32 32 14.36 32 32-14.36 32-32 32z';
+
+exports.definition = {
+ prefix: prefix,
+ iconName: iconName,
+ icon: [
+ width,
+ height,
+ ligatures,
+ unicode,
+ svgPathData
+ ]};
+
+exports.faWeightHanging = exports.definition;
+exports.prefix = prefix;
+exports.iconName = iconName;
+exports.width = width;
+exports.height = height;
+exports.ligatures = ligatures;
+exports.unicode = unicode;
+exports.svgPathData = svgPathData; \ No newline at end of file