@quasar/extras 1.16.4 → 1.16.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +65 -60
- package/fontawesome-v6/fa-brands-400.ttf +0 -0
- package/fontawesome-v6/fa-brands-400.woff2 +0 -0
- package/fontawesome-v6/fa-regular-400.ttf +0 -0
- package/fontawesome-v6/fa-regular-400.woff2 +0 -0
- package/fontawesome-v6/fa-solid-900.ttf +0 -0
- package/fontawesome-v6/fa-solid-900.woff2 +0 -0
- package/fontawesome-v6/fa-v4compatibility.ttf +0 -0
- package/fontawesome-v6/fa-v4compatibility.woff2 +0 -0
- package/fontawesome-v6/fontawesome-v6.css +17 -2
- package/fontawesome-v6/icons.json +5 -0
- package/fontawesome-v6/index.d.ts +6 -1
- package/fontawesome-v6/index.js +22 -17
- package/fontawesome-v6/index.mjs +22 -17
- package/ionicons-v7/index.d.ts +1 -1
- package/ionicons-v7/index.js +1 -1
- package/ionicons-v7/index.mjs +1 -1
- package/material-icons/index.js +7 -7
- package/material-icons/index.mjs +7 -7
- package/material-icons-outlined/index.js +8 -8
- package/material-icons-outlined/index.mjs +8 -8
- package/material-icons-round/index.js +10 -10
- package/material-icons-round/index.mjs +10 -10
- package/material-icons-sharp/index.js +9 -9
- package/material-icons-sharp/index.mjs +9 -9
- package/material-symbols-outlined/icons.json +210 -54
- package/material-symbols-outlined/index.d.ts +210 -54
- package/material-symbols-outlined/index.js +3031 -2875
- package/material-symbols-outlined/index.mjs +3031 -2875
- package/material-symbols-outlined/web-font/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2 +0 -0
- package/material-symbols-outlined/web-font/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1p-p_4MrImHCIJIZrDCvHeel.woff +0 -0
- package/material-symbols-rounded/icons.json +210 -54
- package/material-symbols-rounded/index.d.ts +210 -54
- package/material-symbols-rounded/index.js +3031 -2875
- package/material-symbols-rounded/index.mjs +3031 -2875
- package/material-symbols-rounded/web-font/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2 +0 -0
- package/material-symbols-rounded/web-font/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcDTCVpeRL2w5rwZu2rIekXxE.woff +0 -0
- package/material-symbols-sharp/icons.json +210 -54
- package/material-symbols-sharp/index.d.ts +210 -54
- package/material-symbols-sharp/index.js +3031 -2875
- package/material-symbols-sharp/index.mjs +3031 -2875
- package/material-symbols-sharp/web-font/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWHSSmlN.woff2 +0 -0
- package/material-symbols-sharp/web-font/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H_OdzEL3sVTgJtfbYxOLozCN.woff +0 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
[](https://good-labs.github.io/greater-good-affirmation)
|
|
12
12
|
|
|
13
13
|
## Why?
|
|
14
|
+
|
|
14
15
|
Why this package? Because it strips down unnecessary package files (so faster download times), all in one place, tested and ready to use with Quasar. One other reason is that the material icons npm package sometimes fails to be downloaded by NPM.
|
|
15
16
|
|
|
16
17
|
## Contents
|
|
@@ -19,61 +20,62 @@ Please make sure you have latest `@quasar/extras` npm package version installed
|
|
|
19
20
|
|
|
20
21
|
### Webfonts
|
|
21
22
|
|
|
22
|
-
| Vendor
|
|
23
|
-
|
|
|
24
|
-
| Roboto Font
|
|
25
|
-
| Roboto Font Latin Extended
|
|
26
|
-
| [Material Icons](https://material.io/tools/icons/?style=baseline) (Google)
|
|
27
|
-
| [Material Icons Outlined](https://material.io/tools/icons/?style=outline)
|
|
28
|
-
| [Material Icons Round](https://material.io/tools/icons/?style=round)
|
|
29
|
-
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp)
|
|
30
|
-
| [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) | CDN
|
|
31
|
-
| [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded)
|
|
32
|
-
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp)
|
|
33
|
-
| [MDI v7](https://materialdesignicons.com/) (Material Design Icons)
|
|
34
|
-
| MDI v6 (Material Design Icons)
|
|
35
|
-
| MDI v5 (Material Design Icons)
|
|
36
|
-
| MDI v4 (Material Design Icons)
|
|
37
|
-
| MDI v3 (Material Design Icons)
|
|
38
|
-
| [Font Awesome v6](https://fontawesome.com/icons)
|
|
39
|
-
| Font Awesome v5
|
|
40
|
-
| [Ionicons](https://ionicons.com/v4)
|
|
41
|
-
| [Eva Icons](https://akveo.github.io/eva-icons)
|
|
42
|
-
| [Themify Icons](https://themify.me/themify-icons)
|
|
43
|
-
| [Line Awesome](https://icons8.com/line-awesome)
|
|
44
|
-
| [Bootstrap Icons](https://icons.getbootstrap.com/)
|
|
45
|
-
| [Animate.css](https://animate.style/)
|
|
23
|
+
| Vendor | Version | quasar.conf.js extras name | Description | Notes | License |
|
|
24
|
+
| ------------------------------------------------------------------------------- | -------- | --------------------------- | ---------------------------------------------------- | ------------------------------ | -------------------------------------------- |
|
|
25
|
+
| Roboto Font | CDN v30 | `roboto-font` | Recommended font along Material theme | | [License](roboto-font/LICENSE) |
|
|
26
|
+
| Roboto Font Latin Extended | CDN v30 | `roboto-font-latin-ext` | Recommended font along Material theme | | [License](roboto-font-latin-ext/LICENSE) |
|
|
27
|
+
| [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN v140 | `material-icons` | Material icons font | Requires: @quasar/extras 1.2+ | [License](material-icons/LICENSE) |
|
|
28
|
+
| [Material Icons Outlined](https://material.io/tools/icons/?style=outline) | CDN v109 | `material-icons-outlined` | Material icons outlined font | Requires: @quasar/extras 1.2+ | [License](material-icons-outlined/LICENSE) |
|
|
29
|
+
| [Material Icons Round](https://material.io/tools/icons/?style=round) | CDN v108 | `material-icons-round` | Material icons round font | Requires: @quasar/extras 1.2+ | [License](material-icons-round/LICENSE) |
|
|
30
|
+
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) | CDN v109 | `material-icons-sharp` | Material icons sharp font | Requires: @quasar/extras 1.2+ | [License](material-icons-sharp/LICENSE) |
|
|
31
|
+
| [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) | CDN v134 | `material-symbols-outlined` | Material symbols outlined font | Requires: @quasar/extras 1.14+ | [License](material-symbols-outlined/LICENSE) |
|
|
32
|
+
| [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) | CDN v133 | `material-symbols-rounded` | Material symbols rounded font | Requires: @quasar/extras 1.14+ | [License](material-symbols-round/LICENSE) |
|
|
33
|
+
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) | CDN v130 | `material-symbols-sharp` | Material symbols sharp font | Requires: @quasar/extras 1.14+ | [License](material-symbols-sharp/LICENSE) |
|
|
34
|
+
| [MDI v7](https://materialdesignicons.com/) (Material Design Icons) | 7.2.96 | `mdi-v7` | Extended Material Design icons font | Requires: @quasar/extras 1.15+ | [License](mdi-v7/LICENSE) |
|
|
35
|
+
| MDI v6 (Material Design Icons) | 6.9.96 | `mdi-v6` | Extended Material Design icons font | | [License](mdi-v6/LICENSE) |
|
|
36
|
+
| MDI v5 (Material Design Icons) | 5.9.55 | `mdi-v5` | Extended Material Design icons font | | [License](mdi-v5/LICENSE) |
|
|
37
|
+
| MDI v4 (Material Design Icons) | 4.9.95 | `mdi-v4` | Extended Material Design icons font | | [License](mdi-v4/license.md) |
|
|
38
|
+
| MDI v3 (Material Design Icons) | 3.6.95 | `mdi-v3` | Extended Material Design icons font | | [License](mdi-v3/LICENSE) |
|
|
39
|
+
| [Font Awesome v6](https://fontawesome.com/icons) | 6.4.2 | `fontawesome-v6` | Fontawesome icons font | Requires: @quasar/extras 1.13+ | [License](fontawesome-v6/LICENSE.txt) |
|
|
40
|
+
| Font Awesome v5 | 5.15.4 | `fontawesome-v5` | Fontawesome icons font | | [License](fontawesome-v5/LICENSE.txt) |
|
|
41
|
+
| [Ionicons](https://ionicons.com/v4) | 4.6.3 | `ionicons-v4` | Ionicons font | | [License](ionicons-v4/LICENSE) |
|
|
42
|
+
| [Eva Icons](https://akveo.github.io/eva-icons) | 1.1.3 | `eva-icons` | Eva Icons font | | [License](eva-icons/LICENSE) |
|
|
43
|
+
| [Themify Icons](https://themify.me/themify-icons) | 1.0.1 | `themify` | Themify Icons font | | [License](themify/LICENSE) |
|
|
44
|
+
| [Line Awesome](https://icons8.com/line-awesome) | 1.3.0 | `line-awesome` | Line Awesome font | Requires: @quasar/extras 1.5+ | [License](line-awesome/LICENSE.md) |
|
|
45
|
+
| [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.10.5 | `bootstrap-icons` | Bootstrap Icons font | Requires: @quasar/extras 1.10+ | [License](bootstrap-icons/LICENSE.md) |
|
|
46
|
+
| [Animate.css](https://animate.style/) | 4.1.1 | Use `animations` prop | Bundle of animations you can use in your website/app | | [License](animate/LICENSE) |
|
|
46
47
|
|
|
47
48
|
> Install one of MDI v6, MDI v5, MDI v4 or MDI v3, but never together at the same time.
|
|
48
49
|
|
|
49
50
|
> Note that ionicons v5+ no longer comes with a webfont.
|
|
51
|
+
|
|
50
52
|
### SVG
|
|
51
53
|
|
|
52
54
|
> Quasar v1.7+ required for svg Quasar Icon Sets.
|
|
53
55
|
|
|
54
|
-
| Vendor
|
|
55
|
-
|
|
|
56
|
-
| [Material Icons](https://material.io/tools/icons/?style=baseline) (Google)
|
|
57
|
-
| [Material Icons Outlined](https://material.io/tools/icons/?style=outlined) (Google)
|
|
58
|
-
| [Material Icons Round](https://material.io/tools/icons/?style=round) (Google)
|
|
59
|
-
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) (Google)
|
|
60
|
-
| [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) (Google) | CDN
|
|
61
|
-
| [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) (Google)
|
|
62
|
-
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) (Google)
|
|
63
|
-
| [MDI v7](https://materialdesignicons.com/) (Material Design Icons)
|
|
64
|
-
| MDI v6 (Material Design Icons)
|
|
65
|
-
| MDI v5 (Material Design Icons)
|
|
66
|
-
| MDI v4 (Material Design Icons)
|
|
67
|
-
| [Font Awesome v6](https://fontawesome.com/icons)
|
|
68
|
-
| Font Awesome v5
|
|
69
|
-
| [Ionicons v7](https://ionicons.com/)
|
|
70
|
-
| Ionicons v6
|
|
71
|
-
| Ionicons v5
|
|
72
|
-
| Ionicons v4
|
|
73
|
-
| [Eva Icons](https://akveo.github.io/eva-icons)
|
|
74
|
-
| [Themify Icons](https://themify.me/themify-icons)
|
|
75
|
-
| [Line Awesome](https://icons8.com/line-awesome)
|
|
76
|
-
| [Bootstrap Icons](https://icons.getbootstrap.com/)
|
|
56
|
+
| Vendor | Version | Quasar IconSet name | Import Icons from | Notes | License |
|
|
57
|
+
| ---------------------------------------------------------------------------------------- | -------- | ------------------------------- | ------------------------------------------ | --------------------------------------------------- | -------------------------------------------- |
|
|
58
|
+
| [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN v140 | `svg-material-icons` | `@quasar/extras/material-icons` | | [License](material-icons/LICENSE) |
|
|
59
|
+
| [Material Icons Outlined](https://material.io/tools/icons/?style=outlined) (Google) | CDN v109 | `svg-material-icons-outlined` | `@quasar/extras/material-icons-outlined` | Requires: @quasar/extras 1.9+ | [License](material-icons-outlined/LICENSE) |
|
|
60
|
+
| [Material Icons Round](https://material.io/tools/icons/?style=round) (Google) | CDN v108 | `svg-material-icons-round` | `@quasar/extras/material-icons-round` | Requires: @quasar/extras 1.9+ | [License](material-icons-round/LICENSE) |
|
|
61
|
+
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) (Google) | CDN v109 | `svg-material-icons-sharp` | `@quasar/extras/material-icons-sharp` | Requires: @quasar/extras 1.9+ | [License](material-icons-sharp/LICENSE) |
|
|
62
|
+
| [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) (Google) | CDN v134 | `svg-material-symbols-outlined` | `@quasar/extras/material-symbols-outlined` | Requires: @quasar/extras 1.14+ | [License](material-symbols-outlined/LICENSE) |
|
|
63
|
+
| [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) (Google) | CDN v133 | `svg-material-symbols-rounded` | `@quasar/extras/material-symbols-rounded` | Requires: @quasar/extras 1.14+ | [License](material-symbols-round/LICENSE) |
|
|
64
|
+
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) (Google) | CDN v130 | `svg-material-symbols-sharp` | `@quasar/extras/material-symbols-sharp` | Requires: @quasar/extras 1.14+ | [License](material-symbols-sharp/LICENSE) |
|
|
65
|
+
| [MDI v7](https://materialdesignicons.com/) (Material Design Icons) | 7.2.96 | `svg-mdi-v7` | `@quasar/extras/mdi-v7` | | [License](mdi-v7/LICENSE) |
|
|
66
|
+
| MDI v6 (Material Design Icons) | 6.9.96 | `svg-mdi-v6` | `@quasar/extras/mdi-v6` | | [License](mdi-v6/LICENSE) |
|
|
67
|
+
| MDI v5 (Material Design Icons) | 5.9.55 | `svg-mdi-v5` | `@quasar/extras/mdi-v5` | | [License](mdi-v5/LICENSE) |
|
|
68
|
+
| MDI v4 (Material Design Icons) | 4.9.95 | `svg-mdi-v4` | `@quasar/extras/mdi-v4` | | [License](mdi-v4/license.md) |
|
|
69
|
+
| [Font Awesome v6](https://fontawesome.com/icons) | 6.4.2 | `svg-fontawesome-v6` | `@quasar/extras/fontawesome-v6` | Requires: @quasar/extras 1.13+ | [License](fontawesome-v5/LICENSE.txt) |
|
|
70
|
+
| Font Awesome v5 | 5.15.4 | `svg-fontawesome-v5` | `@quasar/extras/fontawesome-v5` | | [License](fontawesome-v5/LICENSE.txt) |
|
|
71
|
+
| [Ionicons v7](https://ionicons.com/) | 7.1.2 | `svg-ionicons-v7` | `@quasar/extras/ionicons-v7` | Requires: @quasar/extras 1.16+ | [Icon License](ionicons-v7/LICENSE) |
|
|
72
|
+
| Ionicons v6 | 6.1.3 | `svg-ionicons-v6` | `@quasar/extras/ionicons-v6` | Requires: @quasar/extras 1.12+ | [Icon License](ionicons-v6/LICENSE) |
|
|
73
|
+
| Ionicons v5 | 5.5.4 | `svg-ionicons-v5` | `@quasar/extras/ionicons-v5` | Requires: @quasar/extras 1.7+ | [Icon License](ionicons-v5/LICENSE) |
|
|
74
|
+
| Ionicons v4 | 4.6.3 | `svg-ionicons-v4` | `@quasar/extras/ionicons-v4` | No icon font (woof) files for Ionicons since v4.6.3 | [Icon License](ionicons-v4/LICENSE) |
|
|
75
|
+
| [Eva Icons](https://akveo.github.io/eva-icons) | 1.1.3 | `svg-eva-icons` | `@quasar/extras/eva-icons` | | [License](eva-icons/LICENSE) |
|
|
76
|
+
| [Themify Icons](https://themify.me/themify-icons) | 1.0.1 | `svg-themify` | `@quasar/extras/themify` | | [License](themify/LICENSE) |
|
|
77
|
+
| [Line Awesome](https://icons8.com/line-awesome) | 1.3.0 | `svg-line-awesome` | `@quasar/extras/line-awesome` | Requires: @quasar/extras 1.5+ | [License](line-awesome/LICENSE.md) |
|
|
78
|
+
| [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.10.5 | `svg-bootstrap-icons` | `@quasar/extras/bootstrap-icons` | Requires: @quasar/extras 1.10+ | [License](bootstrap-icons/LICENSE.md) |
|
|
77
79
|
|
|
78
80
|
Example:
|
|
79
81
|
|
|
@@ -105,21 +107,22 @@ export default {
|
|
|
105
107
|
<q-icon name="..." />
|
|
106
108
|
```
|
|
107
109
|
|
|
108
|
-
| Name
|
|
109
|
-
|
|
|
110
|
-
| material-icons
|
|
111
|
-
| material-icons-outlined |
|
|
112
|
-
| material-icons-round
|
|
113
|
-
| material-icons-sharp
|
|
114
|
-
| ionicons-v4
|
|
115
|
-
| fontawesome-v5
|
|
116
|
-
| mdi-v5
|
|
117
|
-
| eva-icons
|
|
118
|
-
| themify
|
|
119
|
-
| line-awesome
|
|
120
|
-
| bootstrap-icons
|
|
110
|
+
| Name | Prefix | Examples | Notes | License |
|
|
111
|
+
| ----------------------- | ---------------------------------- | ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------- |
|
|
112
|
+
| material-icons | _None_ | thumb_up | Notice the underline character instead of dash or space | |
|
|
113
|
+
| material-icons-outlined | o\_ | o_thumb_up | Notice the underline character instead of dash or space | |
|
|
114
|
+
| material-icons-round | r\_ | r_thumb_up | Notice the underline character instead of dash or space | |
|
|
115
|
+
| material-icons-sharp | s\_ | s_thumb_up | Notice the underline character instead of dash or space | |
|
|
116
|
+
| ionicons-v4 | ion-, ion-md-, ion-ios-, ion-logo- | ion-heart, ion-logo-npm, ion-md-airplane | Use QIcon instead of `<ion-icon>` component; Logo icons require 'ion-logo-' prefix | |
|
|
117
|
+
| fontawesome-v5 | fa[s,r,l,b,d] fa- | "fas fa-ambulance" | QIcon "name" property is same as "class" attribute value in Fontawesome docs examples (where they show `<i>` tags) | |
|
|
118
|
+
| mdi-v5 | mdi- | mdi-alert-circle-outline | Notice the use of dash characters | |
|
|
119
|
+
| eva-icons | eva- | eva-shield-outline, eva-activity-outline | Notice the use of dash characters | |
|
|
120
|
+
| themify | ti- | ti-hand-point-up | Notice the use of dash characters | |
|
|
121
|
+
| line-awesome | la[s,r,l,b,d] la- | "las la-atom" | QIcon "name" property is same as "class" attribute value in Line Awesome docs examples (where they show `<i>` tags) | |
|
|
122
|
+
| bootstrap-icons | bi- | bi-bug-fill | Notice the use of dash characters | |
|
|
121
123
|
|
|
122
124
|
### SVG name format
|
|
125
|
+
|
|
123
126
|
Svg icons will be defined as String with the following syntax:
|
|
124
127
|
|
|
125
128
|
```
|
|
@@ -130,6 +133,7 @@ Examples:
|
|
|
130
133
|
```
|
|
131
134
|
|
|
132
135
|
## Supporting Quasar
|
|
136
|
+
|
|
133
137
|
Quasar Framework is an MIT-licensed open source project. Its ongoing development is made possible thanks to the support by these awesome [backers](https://github.com/quasarframework/quasar/blob/dev/backers.md).
|
|
134
138
|
|
|
135
139
|
**Please read our manifest on [Why donations are important](https://quasar.dev/why-donate)**. If you'd like to become a donator, check out [Quasar Framework's Donator campaign](https://donate.quasar.dev).
|
|
@@ -151,6 +155,7 @@ Ask questions at the official community Discord server: [https://chat.quasar.dev
|
|
|
151
155
|
Head on to the official community forum: [https://forum.quasar.dev](https://forum.quasar.dev)
|
|
152
156
|
|
|
153
157
|
## Semver
|
|
158
|
+
|
|
154
159
|
Using [semver 2.0](http://semver.org/) notation for '@quasar/extras' package.
|
|
155
160
|
|
|
156
161
|
## License
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Font Awesome Free 6.4.
|
|
2
|
+
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
|
|
3
3
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
4
|
* Copyright 2023 Fonticons, Inc.
|
|
5
5
|
*/
|
|
6
|
-
|
|
6
|
+
.fa {
|
|
7
7
|
font-family: var(--fa-style-family, "Font Awesome 6 Free");
|
|
8
8
|
font-weight: var(--fa-style, 900); }
|
|
9
9
|
|
|
@@ -6550,6 +6550,9 @@ readers do not read off random characters that represent icons */
|
|
|
6550
6550
|
.fa-edge:before {
|
|
6551
6551
|
content: "\f282"; }
|
|
6552
6552
|
|
|
6553
|
+
.fa-threads:before {
|
|
6554
|
+
content: "\e618"; }
|
|
6555
|
+
|
|
6553
6556
|
.fa-napster:before {
|
|
6554
6557
|
content: "\f3d2"; }
|
|
6555
6558
|
|
|
@@ -6718,6 +6721,9 @@ readers do not read off random characters that represent icons */
|
|
|
6718
6721
|
.fa-scribd:before {
|
|
6719
6722
|
content: "\f28a"; }
|
|
6720
6723
|
|
|
6724
|
+
.fa-debian:before {
|
|
6725
|
+
content: "\e60b"; }
|
|
6726
|
+
|
|
6721
6727
|
.fa-openid:before {
|
|
6722
6728
|
content: "\f19b"; }
|
|
6723
6729
|
|
|
@@ -6958,6 +6964,9 @@ readers do not read off random characters that represent icons */
|
|
|
6958
6964
|
.fa-neos:before {
|
|
6959
6965
|
content: "\f612"; }
|
|
6960
6966
|
|
|
6967
|
+
.fa-square-threads:before {
|
|
6968
|
+
content: "\e619"; }
|
|
6969
|
+
|
|
6961
6970
|
.fa-hackerrank:before {
|
|
6962
6971
|
content: "\f5f7"; }
|
|
6963
6972
|
|
|
@@ -7300,6 +7309,9 @@ readers do not read off random characters that represent icons */
|
|
|
7300
7309
|
.fa-erlang:before {
|
|
7301
7310
|
content: "\f39d"; }
|
|
7302
7311
|
|
|
7312
|
+
.fa-x-twitter:before {
|
|
7313
|
+
content: "\e61b"; }
|
|
7314
|
+
|
|
7303
7315
|
.fa-cotton-bureau:before {
|
|
7304
7316
|
content: "\f89e"; }
|
|
7305
7317
|
|
|
@@ -7795,6 +7807,9 @@ readers do not read off random characters that represent icons */
|
|
|
7795
7807
|
.fa-quora:before {
|
|
7796
7808
|
content: "\f2c4"; }
|
|
7797
7809
|
|
|
7810
|
+
.fa-square-x-twitter:before {
|
|
7811
|
+
content: "\e61a"; }
|
|
7812
|
+
|
|
7798
7813
|
.fa-reacteurope:before {
|
|
7799
7814
|
content: "\f75d"; }
|
|
7800
7815
|
|
|
@@ -99,6 +99,7 @@
|
|
|
99
99
|
"fabDAndDBeyond",
|
|
100
100
|
"fabDailymotion",
|
|
101
101
|
"fabDashcube",
|
|
102
|
+
"fabDebian",
|
|
102
103
|
"fabDeezer",
|
|
103
104
|
"fabDelicious",
|
|
104
105
|
"fabDeploydog",
|
|
@@ -370,11 +371,13 @@
|
|
|
370
371
|
"fabSquareReddit",
|
|
371
372
|
"fabSquareSnapchat",
|
|
372
373
|
"fabSquareSteam",
|
|
374
|
+
"fabSquareThreads",
|
|
373
375
|
"fabSquareTumblr",
|
|
374
376
|
"fabSquareTwitter",
|
|
375
377
|
"fabSquareViadeo",
|
|
376
378
|
"fabSquareVimeo",
|
|
377
379
|
"fabSquareWhatsapp",
|
|
380
|
+
"fabSquareXTwitter",
|
|
378
381
|
"fabSquareXing",
|
|
379
382
|
"fabSquareYoutube",
|
|
380
383
|
"fabSquarespace",
|
|
@@ -404,6 +407,7 @@
|
|
|
404
407
|
"fabThemeco",
|
|
405
408
|
"fabThemeisle",
|
|
406
409
|
"fabThinkPeaks",
|
|
410
|
+
"fabThreads",
|
|
407
411
|
"fabTiktok",
|
|
408
412
|
"fabTradeFederation",
|
|
409
413
|
"fabTrello",
|
|
@@ -454,6 +458,7 @@
|
|
|
454
458
|
"fabWpexplorer",
|
|
455
459
|
"fabWpforms",
|
|
456
460
|
"fabWpressr",
|
|
461
|
+
"fabXTwitter",
|
|
457
462
|
"fabXbox",
|
|
458
463
|
"fabXing",
|
|
459
464
|
"fabYCombinator",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* Fontawesome Free v6.4.
|
|
1
|
+
/* Fontawesome Free v6.4.2 */
|
|
2
2
|
|
|
3
3
|
export declare const fab42Group: string;
|
|
4
4
|
export declare const fab500px: string;
|
|
@@ -100,6 +100,7 @@ export declare const fabDAndD: string;
|
|
|
100
100
|
export declare const fabDAndDBeyond: string;
|
|
101
101
|
export declare const fabDailymotion: string;
|
|
102
102
|
export declare const fabDashcube: string;
|
|
103
|
+
export declare const fabDebian: string;
|
|
103
104
|
export declare const fabDeezer: string;
|
|
104
105
|
export declare const fabDelicious: string;
|
|
105
106
|
export declare const fabDeploydog: string;
|
|
@@ -371,11 +372,13 @@ export declare const fabSquarePinterest: string;
|
|
|
371
372
|
export declare const fabSquareReddit: string;
|
|
372
373
|
export declare const fabSquareSnapchat: string;
|
|
373
374
|
export declare const fabSquareSteam: string;
|
|
375
|
+
export declare const fabSquareThreads: string;
|
|
374
376
|
export declare const fabSquareTumblr: string;
|
|
375
377
|
export declare const fabSquareTwitter: string;
|
|
376
378
|
export declare const fabSquareViadeo: string;
|
|
377
379
|
export declare const fabSquareVimeo: string;
|
|
378
380
|
export declare const fabSquareWhatsapp: string;
|
|
381
|
+
export declare const fabSquareXTwitter: string;
|
|
379
382
|
export declare const fabSquareXing: string;
|
|
380
383
|
export declare const fabSquareYoutube: string;
|
|
381
384
|
export declare const fabSquarespace: string;
|
|
@@ -405,6 +408,7 @@ export declare const fabTheRedYeti: string;
|
|
|
405
408
|
export declare const fabThemeco: string;
|
|
406
409
|
export declare const fabThemeisle: string;
|
|
407
410
|
export declare const fabThinkPeaks: string;
|
|
411
|
+
export declare const fabThreads: string;
|
|
408
412
|
export declare const fabTiktok: string;
|
|
409
413
|
export declare const fabTradeFederation: string;
|
|
410
414
|
export declare const fabTrello: string;
|
|
@@ -455,6 +459,7 @@ export declare const fabWpbeginner: string;
|
|
|
455
459
|
export declare const fabWpexplorer: string;
|
|
456
460
|
export declare const fabWpforms: string;
|
|
457
461
|
export declare const fabWpressr: string;
|
|
462
|
+
export declare const fabXTwitter: string;
|
|
458
463
|
export declare const fabXbox: string;
|
|
459
464
|
export declare const fabXing: string;
|
|
460
465
|
export declare const fabYCombinator: string;
|