@quasar/extras 1.16.6 → 1.16.7

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.
Files changed (26) hide show
  1. package/README.md +8 -8
  2. package/bootstrap-icons/bootstrap-icons.css +97 -0
  3. package/bootstrap-icons/bootstrap-icons.woff +0 -0
  4. package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
  5. package/bootstrap-icons/index.d.ts +98 -1
  6. package/bootstrap-icons/index.js +102 -5
  7. package/bootstrap-icons/index.mjs +102 -5
  8. package/material-symbols-outlined/icons.json +33 -2
  9. package/material-symbols-outlined/index.d.ts +33 -2
  10. package/material-symbols-outlined/index.js +90 -59
  11. package/material-symbols-outlined/index.mjs +90 -59
  12. package/material-symbols-outlined/web-font/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2 +0 -0
  13. package/material-symbols-outlined/web-font/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1p-p_4MrImHCIJIZrDCvHeel.woff +0 -0
  14. package/material-symbols-rounded/icons.json +33 -2
  15. package/material-symbols-rounded/index.d.ts +33 -2
  16. package/material-symbols-rounded/index.js +287 -256
  17. package/material-symbols-rounded/index.mjs +287 -256
  18. package/material-symbols-rounded/web-font/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2 +0 -0
  19. package/material-symbols-rounded/web-font/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcDTCVpeRL2w5rwZu2rIekXxE.woff +0 -0
  20. package/material-symbols-sharp/icons.json +33 -2
  21. package/material-symbols-sharp/index.d.ts +33 -2
  22. package/material-symbols-sharp/index.js +146 -115
  23. package/material-symbols-sharp/index.mjs +146 -115
  24. package/material-symbols-sharp/web-font/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWHSSmlN.woff2 +0 -0
  25. package/material-symbols-sharp/web-font/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H_OdzEL3sVTgJtfbYxOLozCN.woff +0 -0
  26. package/package.json +3 -3
package/README.md CHANGED
@@ -28,9 +28,9 @@ Please make sure you have latest `@quasar/extras` npm package version installed
28
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
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
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) |
31
+ | [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) | CDN v138 | `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 v138 | `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 v135 | `material-symbols-sharp` | Material symbols sharp font | Requires: @quasar/extras 1.14+ | [License](material-symbols-sharp/LICENSE) |
34
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
35
  | MDI v6 (Material Design Icons) | 6.9.96 | `mdi-v6` | Extended Material Design icons font | | [License](mdi-v6/LICENSE) |
36
36
  | MDI v5 (Material Design Icons) | 5.9.55 | `mdi-v5` | Extended Material Design icons font | | [License](mdi-v5/LICENSE) |
@@ -42,7 +42,7 @@ Please make sure you have latest `@quasar/extras` npm package version installed
42
42
  | [Eva Icons](https://akveo.github.io/eva-icons) | 1.1.3 | `eva-icons` | Eva Icons font | | [License](eva-icons/LICENSE) |
43
43
  | [Themify Icons](https://themify.me/themify-icons) | 1.0.1 | `themify` | Themify Icons font | | [License](themify/LICENSE) |
44
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) |
45
+ | [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.11.1 | `bootstrap-icons` | Bootstrap Icons font | Requires: @quasar/extras 1.10+ | [License](bootstrap-icons/LICENSE.md) |
46
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) |
47
47
 
48
48
  > Install one of MDI v6, MDI v5, MDI v4 or MDI v3, but never together at the same time.
@@ -59,9 +59,9 @@ Please make sure you have latest `@quasar/extras` npm package version installed
59
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
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
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) |
62
+ | [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) (Google) | CDN v138 | `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 v138 | `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 v135 | `svg-material-symbols-sharp` | `@quasar/extras/material-symbols-sharp` | Requires: @quasar/extras 1.14+ | [License](material-symbols-sharp/LICENSE) |
65
65
  | [MDI v7](https://materialdesignicons.com/) (Material Design Icons) | 7.2.96 | `svg-mdi-v7` | `@quasar/extras/mdi-v7` | | [License](mdi-v7/LICENSE) |
66
66
  | MDI v6 (Material Design Icons) | 6.9.96 | `svg-mdi-v6` | `@quasar/extras/mdi-v6` | | [License](mdi-v6/LICENSE) |
67
67
  | MDI v5 (Material Design Icons) | 5.9.55 | `svg-mdi-v5` | `@quasar/extras/mdi-v5` | | [License](mdi-v5/LICENSE) |
@@ -75,7 +75,7 @@ Please make sure you have latest `@quasar/extras` npm package version installed
75
75
  | [Eva Icons](https://akveo.github.io/eva-icons) | 1.1.3 | `svg-eva-icons` | `@quasar/extras/eva-icons` | | [License](eva-icons/LICENSE) |
76
76
  | [Themify Icons](https://themify.me/themify-icons) | 1.0.1 | `svg-themify` | `@quasar/extras/themify` | | [License](themify/LICENSE) |
77
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) |
78
+ | [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.11.1 | `svg-bootstrap-icons` | `@quasar/extras/bootstrap-icons` | Requires: @quasar/extras 1.10+ | [License](bootstrap-icons/LICENSE.md) |
79
79
 
80
80
  Example:
81
81
 
@@ -1976,3 +1976,100 @@
1976
1976
  .bi-sina-weibo::before { content: "\f8ca"; }
1977
1977
  .bi-tencent-qq::before { content: "\f8cb"; }
1978
1978
  .bi-wikipedia::before { content: "\f8cc"; }
1979
+ .bi-alphabet-uppercase::before { content: "\f2a5"; }
1980
+ .bi-alphabet::before { content: "\f68a"; }
1981
+ .bi-amazon::before { content: "\f68d"; }
1982
+ .bi-arrows-collapse-vertical::before { content: "\f690"; }
1983
+ .bi-arrows-expand-vertical::before { content: "\f695"; }
1984
+ .bi-arrows-vertical::before { content: "\f698"; }
1985
+ .bi-arrows::before { content: "\f6a2"; }
1986
+ .bi-ban-fill::before { content: "\f6a3"; }
1987
+ .bi-ban::before { content: "\f6b6"; }
1988
+ .bi-bing::before { content: "\f6c2"; }
1989
+ .bi-cake::before { content: "\f6e0"; }
1990
+ .bi-cake2::before { content: "\f6ed"; }
1991
+ .bi-cookie::before { content: "\f6ee"; }
1992
+ .bi-copy::before { content: "\f759"; }
1993
+ .bi-crosshair::before { content: "\f769"; }
1994
+ .bi-crosshair2::before { content: "\f794"; }
1995
+ .bi-emoji-astonished-fill::before { content: "\f795"; }
1996
+ .bi-emoji-astonished::before { content: "\f79a"; }
1997
+ .bi-emoji-grimace-fill::before { content: "\f79b"; }
1998
+ .bi-emoji-grimace::before { content: "\f7a0"; }
1999
+ .bi-emoji-grin-fill::before { content: "\f7a1"; }
2000
+ .bi-emoji-grin::before { content: "\f7a6"; }
2001
+ .bi-emoji-surprise-fill::before { content: "\f7a7"; }
2002
+ .bi-emoji-surprise::before { content: "\f7ac"; }
2003
+ .bi-emoji-tear-fill::before { content: "\f7ad"; }
2004
+ .bi-emoji-tear::before { content: "\f7b2"; }
2005
+ .bi-envelope-arrow-down-fill::before { content: "\f7b3"; }
2006
+ .bi-envelope-arrow-down::before { content: "\f7b8"; }
2007
+ .bi-envelope-arrow-up-fill::before { content: "\f7b9"; }
2008
+ .bi-envelope-arrow-up::before { content: "\f7be"; }
2009
+ .bi-feather::before { content: "\f7bf"; }
2010
+ .bi-feather2::before { content: "\f7c4"; }
2011
+ .bi-floppy-fill::before { content: "\f7c5"; }
2012
+ .bi-floppy::before { content: "\f7d8"; }
2013
+ .bi-floppy2-fill::before { content: "\f7d9"; }
2014
+ .bi-floppy2::before { content: "\f7e4"; }
2015
+ .bi-gitlab::before { content: "\f7e5"; }
2016
+ .bi-highlighter::before { content: "\f7f8"; }
2017
+ .bi-marker-tip::before { content: "\f802"; }
2018
+ .bi-nvme-fill::before { content: "\f803"; }
2019
+ .bi-nvme::before { content: "\f80c"; }
2020
+ .bi-opencollective::before { content: "\f80d"; }
2021
+ .bi-pci-card-network::before { content: "\f8cd"; }
2022
+ .bi-pci-card-sound::before { content: "\f8ce"; }
2023
+ .bi-radar::before { content: "\f8cf"; }
2024
+ .bi-send-arrow-down-fill::before { content: "\f8d0"; }
2025
+ .bi-send-arrow-down::before { content: "\f8d1"; }
2026
+ .bi-send-arrow-up-fill::before { content: "\f8d2"; }
2027
+ .bi-send-arrow-up::before { content: "\f8d3"; }
2028
+ .bi-sim-slash-fill::before { content: "\f8d4"; }
2029
+ .bi-sim-slash::before { content: "\f8d5"; }
2030
+ .bi-sourceforge::before { content: "\f8d6"; }
2031
+ .bi-substack::before { content: "\f8d7"; }
2032
+ .bi-threads-fill::before { content: "\f8d8"; }
2033
+ .bi-threads::before { content: "\f8d9"; }
2034
+ .bi-transparency::before { content: "\f8da"; }
2035
+ .bi-twitter-x::before { content: "\f8db"; }
2036
+ .bi-type-h4::before { content: "\f8dc"; }
2037
+ .bi-type-h5::before { content: "\f8dd"; }
2038
+ .bi-type-h6::before { content: "\f8de"; }
2039
+ .bi-backpack-fill::before { content: "\f8df"; }
2040
+ .bi-backpack::before { content: "\f8e0"; }
2041
+ .bi-backpack2-fill::before { content: "\f8e1"; }
2042
+ .bi-backpack2::before { content: "\f8e2"; }
2043
+ .bi-backpack3-fill::before { content: "\f8e3"; }
2044
+ .bi-backpack3::before { content: "\f8e4"; }
2045
+ .bi-backpack4-fill::before { content: "\f8e5"; }
2046
+ .bi-backpack4::before { content: "\f8e6"; }
2047
+ .bi-brilliance::before { content: "\f8e7"; }
2048
+ .bi-cake-fill::before { content: "\f8e8"; }
2049
+ .bi-cake2-fill::before { content: "\f8e9"; }
2050
+ .bi-duffle-fill::before { content: "\f8ea"; }
2051
+ .bi-duffle::before { content: "\f8eb"; }
2052
+ .bi-exposure::before { content: "\f8ec"; }
2053
+ .bi-gender-neuter::before { content: "\f8ed"; }
2054
+ .bi-highlights::before { content: "\f8ee"; }
2055
+ .bi-luggage-fill::before { content: "\f8ef"; }
2056
+ .bi-luggage::before { content: "\f8f0"; }
2057
+ .bi-mailbox-flag::before { content: "\f8f1"; }
2058
+ .bi-mailbox2-flag::before { content: "\f8f2"; }
2059
+ .bi-noise-reduction::before { content: "\f8f3"; }
2060
+ .bi-passport-fill::before { content: "\f8f4"; }
2061
+ .bi-passport::before { content: "\f8f5"; }
2062
+ .bi-person-arms-up::before { content: "\f8f6"; }
2063
+ .bi-person-raised-hand::before { content: "\f8f7"; }
2064
+ .bi-person-standing-dress::before { content: "\f8f8"; }
2065
+ .bi-person-standing::before { content: "\f8f9"; }
2066
+ .bi-person-walking::before { content: "\f8fa"; }
2067
+ .bi-person-wheelchair::before { content: "\f8fb"; }
2068
+ .bi-shadows::before { content: "\f8fc"; }
2069
+ .bi-suitcase-fill::before { content: "\f8fd"; }
2070
+ .bi-suitcase-lg-fill::before { content: "\f8fe"; }
2071
+ .bi-suitcase-lg::before { content: "\f8ff"; }
2072
+ .bi-suitcase::before { content: "\f900"; }
2073
+ .bi-suitcase2-fill::before { content: "\f901"; }
2074
+ .bi-suitcase2::before { content: "\f902"; }
2075
+ .bi-vignette::before { content: "\f903"; }
@@ -1,4 +1,4 @@
1
- /* Bootstrap v1.10.5 */
1
+ /* Bootstrap v1.11.1 */
2
2
 
3
3
  export declare const bi0Circle: string;
4
4
  export declare const bi0CircleFill: string;
@@ -56,7 +56,10 @@ export declare const biAlignMiddle: string;
56
56
  export declare const biAlignStart: string;
57
57
  export declare const biAlignTop: string;
58
58
  export declare const biAlipay: string;
59
+ export declare const biAlphabet: string;
60
+ export declare const biAlphabetUppercase: string;
59
61
  export declare const biAlt: string;
62
+ export declare const biAmazon: string;
60
63
  export declare const biAmd: string;
61
64
  export declare const biAndroid2: string;
62
65
  export declare const biAndroid: string;
@@ -126,12 +129,16 @@ export declare const biArrowUpRightSquareFill: string;
126
129
  export declare const biArrowUpShort: string;
127
130
  export declare const biArrowUpSquare: string;
128
131
  export declare const biArrowUpSquareFill: string;
132
+ export declare const biArrows: string;
129
133
  export declare const biArrowsAngleContract: string;
130
134
  export declare const biArrowsAngleExpand: string;
131
135
  export declare const biArrowsCollapse: string;
136
+ export declare const biArrowsCollapseVertical: string;
132
137
  export declare const biArrowsExpand: string;
138
+ export declare const biArrowsExpandVertical: string;
133
139
  export declare const biArrowsFullscreen: string;
134
140
  export declare const biArrowsMove: string;
141
+ export declare const biArrowsVertical: string;
135
142
  export declare const biAspectRatio: string;
136
143
  export declare const biAspectRatioFill: string;
137
144
  export declare const biAsterisk: string;
@@ -139,6 +146,14 @@ export declare const biAt: string;
139
146
  export declare const biAward: string;
140
147
  export declare const biAwardFill: string;
141
148
  export declare const biBack: string;
149
+ export declare const biBackpack2: string;
150
+ export declare const biBackpack2Fill: string;
151
+ export declare const biBackpack3: string;
152
+ export declare const biBackpack3Fill: string;
153
+ export declare const biBackpack4: string;
154
+ export declare const biBackpack4Fill: string;
155
+ export declare const biBackpack: string;
156
+ export declare const biBackpackFill: string;
142
157
  export declare const biBackspace: string;
143
158
  export declare const biBackspaceFill: string;
144
159
  export declare const biBackspaceReverse: string;
@@ -183,6 +198,8 @@ export declare const biBalloon: string;
183
198
  export declare const biBalloonFill: string;
184
199
  export declare const biBalloonHeart: string;
185
200
  export declare const biBalloonHeartFill: string;
201
+ export declare const biBan: string;
202
+ export declare const biBanFill: string;
186
203
  export declare const biBandaid: string;
187
204
  export declare const biBandaidFill: string;
188
205
  export declare const biBank2: string;
@@ -210,6 +227,7 @@ export declare const biBellSlashFill: string;
210
227
  export declare const biBezier2: string;
211
228
  export declare const biBezier: string;
212
229
  export declare const biBicycle: string;
230
+ export declare const biBing: string;
213
231
  export declare const biBinoculars: string;
214
232
  export declare const biBinocularsFill: string;
215
233
  export declare const biBlockquoteLeft: string;
@@ -293,6 +311,7 @@ export declare const biBrightnessHigh: string;
293
311
  export declare const biBrightnessHighFill: string;
294
312
  export declare const biBrightnessLow: string;
295
313
  export declare const biBrightnessLowFill: string;
314
+ export declare const biBrilliance: string;
296
315
  export declare const biBroadcast: string;
297
316
  export declare const biBroadcastPin: string;
298
317
  export declare const biBrowserChrome: string;
@@ -336,6 +355,10 @@ export declare const biCCircle: string;
336
355
  export declare const biCCircleFill: string;
337
356
  export declare const biCSquare: string;
338
357
  export declare const biCSquareFill: string;
358
+ export declare const biCake2: string;
359
+ export declare const biCake2Fill: string;
360
+ export declare const biCake: string;
361
+ export declare const biCakeFill: string;
339
362
  export declare const biCalculator: string;
340
363
  export declare const biCalculatorFill: string;
341
364
  export declare const biCalendar2: string;
@@ -632,6 +655,8 @@ export declare const biCompassFill: string;
632
655
  export declare const biCone: string;
633
656
  export declare const biConeStriped: string;
634
657
  export declare const biController: string;
658
+ export declare const biCookie: string;
659
+ export declare const biCopy: string;
635
660
  export declare const biCpu: string;
636
661
  export declare const biCpuFill: string;
637
662
  export declare const biCreditCard2Back: string;
@@ -641,6 +666,8 @@ export declare const biCreditCard2FrontFill: string;
641
666
  export declare const biCreditCard: string;
642
667
  export declare const biCreditCardFill: string;
643
668
  export declare const biCrop: string;
669
+ export declare const biCrosshair2: string;
670
+ export declare const biCrosshair: string;
644
671
  export declare const biCup: string;
645
672
  export declare const biCupFill: string;
646
673
  export declare const biCupHot: string;
@@ -731,6 +758,8 @@ export declare const biDropbox: string;
731
758
  export declare const biDroplet: string;
732
759
  export declare const biDropletFill: string;
733
760
  export declare const biDropletHalf: string;
761
+ export declare const biDuffle: string;
762
+ export declare const biDuffleFill: string;
734
763
  export declare const biEar: string;
735
764
  export declare const biEarFill: string;
736
765
  export declare const biEarbuds: string;
@@ -747,12 +776,18 @@ export declare const biEject: string;
747
776
  export declare const biEjectFill: string;
748
777
  export declare const biEmojiAngry: string;
749
778
  export declare const biEmojiAngryFill: string;
779
+ export declare const biEmojiAstonished: string;
780
+ export declare const biEmojiAstonishedFill: string;
750
781
  export declare const biEmojiDizzy: string;
751
782
  export declare const biEmojiDizzyFill: string;
752
783
  export declare const biEmojiExpressionless: string;
753
784
  export declare const biEmojiExpressionlessFill: string;
754
785
  export declare const biEmojiFrown: string;
755
786
  export declare const biEmojiFrownFill: string;
787
+ export declare const biEmojiGrimace: string;
788
+ export declare const biEmojiGrimaceFill: string;
789
+ export declare const biEmojiGrin: string;
790
+ export declare const biEmojiGrinFill: string;
756
791
  export declare const biEmojiHeartEyes: string;
757
792
  export declare const biEmojiHeartEyesFill: string;
758
793
  export declare const biEmojiKiss: string;
@@ -767,9 +802,17 @@ export declare const biEmojiSmileUpsideDown: string;
767
802
  export declare const biEmojiSmileUpsideDownFill: string;
768
803
  export declare const biEmojiSunglasses: string;
769
804
  export declare const biEmojiSunglassesFill: string;
805
+ export declare const biEmojiSurprise: string;
806
+ export declare const biEmojiSurpriseFill: string;
807
+ export declare const biEmojiTear: string;
808
+ export declare const biEmojiTearFill: string;
770
809
  export declare const biEmojiWink: string;
771
810
  export declare const biEmojiWinkFill: string;
772
811
  export declare const biEnvelope: string;
812
+ export declare const biEnvelopeArrowDown: string;
813
+ export declare const biEnvelopeArrowDownFill: string;
814
+ export declare const biEnvelopeArrowUp: string;
815
+ export declare const biEnvelopeArrowUpFill: string;
773
816
  export declare const biEnvelopeAt: string;
774
817
  export declare const biEnvelopeAtFill: string;
775
818
  export declare const biEnvelopeCheck: string;
@@ -818,6 +861,7 @@ export declare const biExclamationTriangleFill: string;
818
861
  export declare const biExclude: string;
819
862
  export declare const biExplicit: string;
820
863
  export declare const biExplicitFill: string;
864
+ export declare const biExposure: string;
821
865
  export declare const biEye: string;
822
866
  export declare const biEyeFill: string;
823
867
  export declare const biEyeSlash: string;
@@ -832,6 +876,8 @@ export declare const biFastForwardBtnFill: string;
832
876
  export declare const biFastForwardCircle: string;
833
877
  export declare const biFastForwardCircleFill: string;
834
878
  export declare const biFastForwardFill: string;
879
+ export declare const biFeather2: string;
880
+ export declare const biFeather: string;
835
881
  export declare const biFile: string;
836
882
  export declare const biFileArrowDown: string;
837
883
  export declare const biFileArrowDownFill: string;
@@ -1023,6 +1069,10 @@ export declare const biFingerprint: string;
1023
1069
  export declare const biFire: string;
1024
1070
  export declare const biFlag: string;
1025
1071
  export declare const biFlagFill: string;
1072
+ export declare const biFloppy2: string;
1073
+ export declare const biFloppy2Fill: string;
1074
+ export declare const biFloppy: string;
1075
+ export declare const biFloppyFill: string;
1026
1076
  export declare const biFlower1: string;
1027
1077
  export declare const biFlower2: string;
1028
1078
  export declare const biFlower3: string;
@@ -1056,6 +1106,7 @@ export declare const biGem: string;
1056
1106
  export declare const biGenderAmbiguous: string;
1057
1107
  export declare const biGenderFemale: string;
1058
1108
  export declare const biGenderMale: string;
1109
+ export declare const biGenderNeuter: string;
1059
1110
  export declare const biGenderTrans: string;
1060
1111
  export declare const biGeo: string;
1061
1112
  export declare const biGeoAlt: string;
@@ -1065,6 +1116,7 @@ export declare const biGift: string;
1065
1116
  export declare const biGiftFill: string;
1066
1117
  export declare const biGit: string;
1067
1118
  export declare const biGithub: string;
1119
+ export declare const biGitlab: string;
1068
1120
  export declare const biGlobe2: string;
1069
1121
  export declare const biGlobe: string;
1070
1122
  export declare const biGlobeAmericas: string;
@@ -1134,6 +1186,8 @@ export declare const biHeptagonHalf: string;
1134
1186
  export declare const biHexagon: string;
1135
1187
  export declare const biHexagonFill: string;
1136
1188
  export declare const biHexagonHalf: string;
1189
+ export declare const biHighlighter: string;
1190
+ export declare const biHighlights: string;
1137
1191
  export declare const biHospital: string;
1138
1192
  export declare const biHospitalFill: string;
1139
1193
  export declare const biHourglass: string;
@@ -1262,17 +1316,22 @@ export declare const biListTask: string;
1262
1316
  export declare const biListUl: string;
1263
1317
  export declare const biLock: string;
1264
1318
  export declare const biLockFill: string;
1319
+ export declare const biLuggage: string;
1320
+ export declare const biLuggageFill: string;
1265
1321
  export declare const biLungs: string;
1266
1322
  export declare const biLungsFill: string;
1267
1323
  export declare const biMagic: string;
1268
1324
  export declare const biMagnet: string;
1269
1325
  export declare const biMagnetFill: string;
1270
1326
  export declare const biMailbox2: string;
1327
+ export declare const biMailbox2Flag: string;
1271
1328
  export declare const biMailbox: string;
1329
+ export declare const biMailboxFlag: string;
1272
1330
  export declare const biMap: string;
1273
1331
  export declare const biMapFill: string;
1274
1332
  export declare const biMarkdown: string;
1275
1333
  export declare const biMarkdownFill: string;
1334
+ export declare const biMarkerTip: string;
1276
1335
  export declare const biMask: string;
1277
1336
  export declare const biMastodon: string;
1278
1337
  export declare const biMedium: string;
@@ -1325,12 +1384,16 @@ export declare const biNodeMinus: string;
1325
1384
  export declare const biNodeMinusFill: string;
1326
1385
  export declare const biNodePlus: string;
1327
1386
  export declare const biNodePlusFill: string;
1387
+ export declare const biNoiseReduction: string;
1328
1388
  export declare const biNut: string;
1329
1389
  export declare const biNutFill: string;
1330
1390
  export declare const biNvidia: string;
1391
+ export declare const biNvme: string;
1392
+ export declare const biNvmeFill: string;
1331
1393
  export declare const biOctagon: string;
1332
1394
  export declare const biOctagonFill: string;
1333
1395
  export declare const biOctagonHalf: string;
1396
+ export declare const biOpencollective: string;
1334
1397
  export declare const biOpticalAudio: string;
1335
1398
  export declare const biOpticalAudioFill: string;
1336
1399
  export declare const biOption: string;
@@ -1347,6 +1410,8 @@ export declare const biPaperclip: string;
1347
1410
  export declare const biParagraph: string;
1348
1411
  export declare const biPass: string;
1349
1412
  export declare const biPassFill: string;
1413
+ export declare const biPassport: string;
1414
+ export declare const biPassportFill: string;
1350
1415
  export declare const biPatchCheck: string;
1351
1416
  export declare const biPatchCheckFill: string;
1352
1417
  export declare const biPatchExclamation: string;
@@ -1369,6 +1434,8 @@ export declare const biPcDisplay: string;
1369
1434
  export declare const biPcDisplayHorizontal: string;
1370
1435
  export declare const biPcHorizontal: string;
1371
1436
  export declare const biPciCard: string;
1437
+ export declare const biPciCardNetwork: string;
1438
+ export declare const biPciCardSound: string;
1372
1439
  export declare const biPeace: string;
1373
1440
  export declare const biPeaceFill: string;
1374
1441
  export declare const biPen: string;
@@ -1384,6 +1451,7 @@ export declare const biPeopleFill: string;
1384
1451
  export declare const biPercent: string;
1385
1452
  export declare const biPerson: string;
1386
1453
  export declare const biPersonAdd: string;
1454
+ export declare const biPersonArmsUp: string;
1387
1455
  export declare const biPersonBadge: string;
1388
1456
  export declare const biPersonBadgeFill: string;
1389
1457
  export declare const biPersonBoundingBox: string;
@@ -1412,15 +1480,20 @@ export declare const biPersonLinesFill: string;
1412
1480
  export declare const biPersonLock: string;
1413
1481
  export declare const biPersonPlus: string;
1414
1482
  export declare const biPersonPlusFill: string;
1483
+ export declare const biPersonRaisedHand: string;
1415
1484
  export declare const biPersonRolodex: string;
1416
1485
  export declare const biPersonSlash: string;
1417
1486
  export declare const biPersonSquare: string;
1487
+ export declare const biPersonStanding: string;
1488
+ export declare const biPersonStandingDress: string;
1418
1489
  export declare const biPersonUp: string;
1419
1490
  export declare const biPersonVcard: string;
1420
1491
  export declare const biPersonVcardFill: string;
1421
1492
  export declare const biPersonVideo2: string;
1422
1493
  export declare const biPersonVideo3: string;
1423
1494
  export declare const biPersonVideo: string;
1495
+ export declare const biPersonWalking: string;
1496
+ export declare const biPersonWheelchair: string;
1424
1497
  export declare const biPersonWorkspace: string;
1425
1498
  export declare const biPersonX: string;
1426
1499
  export declare const biPersonXFill: string;
@@ -1498,6 +1571,7 @@ export declare const biRCircle: string;
1498
1571
  export declare const biRCircleFill: string;
1499
1572
  export declare const biRSquare: string;
1500
1573
  export declare const biRSquareFill: string;
1574
+ export declare const biRadar: string;
1501
1575
  export declare const biRadioactive: string;
1502
1576
  export declare const biRainbow: string;
1503
1577
  export declare const biReceipt: string;
@@ -1558,6 +1632,10 @@ export declare const biSearchHeart: string;
1558
1632
  export declare const biSearchHeartFill: string;
1559
1633
  export declare const biSegmentedNav: string;
1560
1634
  export declare const biSend: string;
1635
+ export declare const biSendArrowDown: string;
1636
+ export declare const biSendArrowDownFill: string;
1637
+ export declare const biSendArrowUp: string;
1638
+ export declare const biSendArrowUpFill: string;
1561
1639
  export declare const biSendCheck: string;
1562
1640
  export declare const biSendCheckFill: string;
1563
1641
  export declare const biSendDash: string;
@@ -1572,6 +1650,7 @@ export declare const biSendSlashFill: string;
1572
1650
  export declare const biSendX: string;
1573
1651
  export declare const biSendXFill: string;
1574
1652
  export declare const biServer: string;
1653
+ export declare const biShadows: string;
1575
1654
  export declare const biShare: string;
1576
1655
  export declare const biShareFill: string;
1577
1656
  export declare const biShield: string;
@@ -1643,6 +1722,8 @@ export declare const biSignpostSplit: string;
1643
1722
  export declare const biSignpostSplitFill: string;
1644
1723
  export declare const biSim: string;
1645
1724
  export declare const biSimFill: string;
1725
+ export declare const biSimSlash: string;
1726
+ export declare const biSimSlashFill: string;
1646
1727
  export declare const biSinaWeibo: string;
1647
1728
  export declare const biSkipBackward: string;
1648
1729
  export declare const biSkipBackwardBtn: string;
@@ -1697,6 +1778,7 @@ export declare const biSortNumericUpAlt: string;
1697
1778
  export declare const biSortUp: string;
1698
1779
  export declare const biSortUpAlt: string;
1699
1780
  export declare const biSoundwave: string;
1781
+ export declare const biSourceforge: string;
1700
1782
  export declare const biSpeaker: string;
1701
1783
  export declare const biSpeakerFill: string;
1702
1784
  export declare const biSpeedometer2: string;
@@ -1730,6 +1812,7 @@ export declare const biStopwatchFill: string;
1730
1812
  export declare const biStrava: string;
1731
1813
  export declare const biStripe: string;
1732
1814
  export declare const biSubscript: string;
1815
+ export declare const biSubstack: string;
1733
1816
  export declare const biSubtract: string;
1734
1817
  export declare const biSuitClub: string;
1735
1818
  export declare const biSuitClubFill: string;
@@ -1739,6 +1822,12 @@ export declare const biSuitHeart: string;
1739
1822
  export declare const biSuitHeartFill: string;
1740
1823
  export declare const biSuitSpade: string;
1741
1824
  export declare const biSuitSpadeFill: string;
1825
+ export declare const biSuitcase2: string;
1826
+ export declare const biSuitcase2Fill: string;
1827
+ export declare const biSuitcase: string;
1828
+ export declare const biSuitcaseFill: string;
1829
+ export declare const biSuitcaseLg: string;
1830
+ export declare const biSuitcaseLgFill: string;
1742
1831
  export declare const biSun: string;
1743
1832
  export declare const biSunFill: string;
1744
1833
  export declare const biSunglasses: string;
@@ -1798,6 +1887,8 @@ export declare const biThermometerHigh: string;
1798
1887
  export declare const biThermometerLow: string;
1799
1888
  export declare const biThermometerSnow: string;
1800
1889
  export declare const biThermometerSun: string;
1890
+ export declare const biThreads: string;
1891
+ export declare const biThreadsFill: string;
1801
1892
  export declare const biThreeDots: string;
1802
1893
  export declare const biThreeDotsVertical: string;
1803
1894
  export declare const biThunderbolt: string;
@@ -1824,6 +1915,7 @@ export declare const biTrainFrontFill: string;
1824
1915
  export declare const biTrainLightrailFront: string;
1825
1916
  export declare const biTrainLightrailFrontFill: string;
1826
1917
  export declare const biTranslate: string;
1918
+ export declare const biTransparency: string;
1827
1919
  export declare const biTrash2: string;
1828
1920
  export declare const biTrash2Fill: string;
1829
1921
  export declare const biTrash3: string;
@@ -1848,11 +1940,15 @@ export declare const biTv: string;
1848
1940
  export declare const biTvFill: string;
1849
1941
  export declare const biTwitch: string;
1850
1942
  export declare const biTwitter: string;
1943
+ export declare const biTwitterX: string;
1851
1944
  export declare const biType: string;
1852
1945
  export declare const biTypeBold: string;
1853
1946
  export declare const biTypeH1: string;
1854
1947
  export declare const biTypeH2: string;
1855
1948
  export declare const biTypeH3: string;
1949
+ export declare const biTypeH4: string;
1950
+ export declare const biTypeH5: string;
1951
+ export declare const biTypeH6: string;
1856
1952
  export declare const biTypeItalic: string;
1857
1953
  export declare const biTypeStrikethrough: string;
1858
1954
  export declare const biTypeUnderline: string;
@@ -1891,6 +1987,7 @@ export declare const biValentine: string;
1891
1987
  export declare const biVectorPen: string;
1892
1988
  export declare const biViewList: string;
1893
1989
  export declare const biViewStacked: string;
1990
+ export declare const biVignette: string;
1894
1991
  export declare const biVimeo: string;
1895
1992
  export declare const biVinyl: string;
1896
1993
  export declare const biVinylFill: string;