@quasar/extras 1.15.5 → 1.15.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 +11 -11
- package/bootstrap-icons/bootstrap-icons.css +142 -0
- package/bootstrap-icons/bootstrap-icons.woff +0 -0
- package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
- package/bootstrap-icons/icons.json +142 -0
- package/bootstrap-icons/index.d.ts +143 -1
- package/bootstrap-icons/index.js +188 -46
- package/bootstrap-icons/index.mjs +188 -46
- 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 +13 -4
- package/fontawesome-v6/icons.json +3 -1
- package/fontawesome-v6/index.d.ts +4 -2
- package/fontawesome-v6/index.js +46 -44
- package/fontawesome-v6/index.mjs +46 -44
- package/ionicons-v6/index.d.ts +1 -1
- package/ionicons-v6/index.js +1 -1
- package/ionicons-v6/index.mjs +1 -1
- package/material-icons/index.js +9 -9
- package/material-icons/index.mjs +9 -9
- package/material-icons-outlined/index.js +9 -9
- package/material-icons-outlined/index.mjs +9 -9
- package/material-icons-round/index.js +12 -12
- package/material-icons-round/index.mjs +12 -12
- package/material-icons-sharp/index.js +10 -10
- package/material-icons-sharp/index.mjs +10 -10
- package/material-symbols-outlined/icons.json +51 -2
- package/material-symbols-outlined/index.d.ts +51 -2
- package/material-symbols-outlined/index.js +97 -48
- package/material-symbols-outlined/index.mjs +97 -48
- 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 +51 -2
- package/material-symbols-rounded/index.d.ts +51 -2
- package/material-symbols-rounded/index.js +76 -27
- package/material-symbols-rounded/index.mjs +76 -27
- 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 +51 -2
- package/material-symbols-sharp/index.d.ts +51 -2
- package/material-symbols-sharp/index.js +103 -54
- package/material-symbols-sharp/index.mjs +103 -54
- 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 +5 -5
package/README.md
CHANGED
|
@@ -27,21 +27,21 @@ Please make sure you have latest `@quasar/extras` npm package version installed
|
|
|
27
27
|
| [Material Icons Outlined](https://material.io/tools/icons/?style=outline) | CDN v108 | `material-icons-outlined` | Material icons outlined font | Requires: @quasar/extras 1.2+ | [License](material-icons-outlined/LICENSE) |
|
|
28
28
|
| [Material Icons Round](https://material.io/tools/icons/?style=round) | CDN v107 | `material-icons-round` | Material icons round font | Requires: @quasar/extras 1.2+ | [License](material-icons-round/LICENSE) |
|
|
29
29
|
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) | CDN v108 | `material-icons-sharp` | Material icons sharp font | Requires: @quasar/extras 1.2+ | [License](material-icons-sharp/LICENSE) |
|
|
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) | CDN
|
|
32
|
-
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) | CDN
|
|
30
|
+
| [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) | CDN v71 | `material-symbols-outlined` | Material symbols outlined font | Requires: @quasar/extras 1.14+ | [License](material-symbols-outlined/LICENSE) |
|
|
31
|
+
| [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) | CDN v71 | `material-symbols-rounded` | Material symbols rounded font | Requires: @quasar/extras 1.14+ | [License](material-symbols-round/LICENSE) |
|
|
32
|
+
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) | CDN v70 | `material-symbols-sharp` | Material symbols sharp font | Requires: @quasar/extras 1.14+ | [License](material-symbols-sharp/LICENSE) |
|
|
33
33
|
| [MDI v7](https://materialdesignicons.com/) (Material Design Icons) | 7.0.96 | `mdi-v7` | Extended Material Design icons font | Requires: @quasar/extras 1.15+ | [License](mdi-v7/LICENSE) |
|
|
34
34
|
| MDI v6 (Material Design Icons) | 6.9.96 | `mdi-v6` | Extended Material Design icons font | | [License](mdi-v6/LICENSE) |
|
|
35
35
|
| MDI v5 (Material Design Icons) | 5.9.55 | `mdi-v5` | Extended Material Design icons font | | [License](mdi-v5/LICENSE) |
|
|
36
36
|
| MDI v4 (Material Design Icons) | 4.9.95 | `mdi-v4` | Extended Material Design icons font | | [License](mdi-v4/license.md) |
|
|
37
37
|
| MDI v3 (Material Design Icons) | 3.6.95 | `mdi-v3` | Extended Material Design icons font | | [License](mdi-v3/LICENSE) |
|
|
38
|
-
| [Font Awesome v6](https://fontawesome.com/icons) | 6.2.
|
|
38
|
+
| [Font Awesome v6](https://fontawesome.com/icons) | 6.2.1 | `fontawesome-v6` | Fontawesome icons font | Requires: @quasar/extras 1.13+| [License](fontawesome-v6/LICENSE.txt) |
|
|
39
39
|
| Font Awesome v5 | 5.15.4 | `fontawesome-v5` | Fontawesome icons font | | [License](fontawesome-v5/LICENSE.txt) |
|
|
40
40
|
| [Ionicons](https://ionicons.com/v4) | 4.6.3 | `ionicons-v4` | Ionicons font | | [License](ionicons-v4/LICENSE) |
|
|
41
41
|
| [Eva Icons](https://akveo.github.io/eva-icons) | 1.1.3 | `eva-icons` | Eva Icons font | | [License](eva-icons/LICENSE) |
|
|
42
42
|
| [Themify Icons](https://themify.me/themify-icons) | 1.0.1 | `themify` | Themify Icons font | | [License](themify/LICENSE) |
|
|
43
43
|
| [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) |
|
|
44
|
-
| [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.
|
|
44
|
+
| [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.10.2 | `bootstrap-icons` | Bootstrap Icons font | Requires: @quasar/extras 1.10+ | [License](bootstrap-icons/LICENSE.md) |
|
|
45
45
|
| [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
46
|
|
|
47
47
|
> Install one of MDI v5, MDI v4 or MDI v3, but never together at the same time.
|
|
@@ -57,22 +57,22 @@ Please make sure you have latest `@quasar/extras` npm package version installed
|
|
|
57
57
|
| [Material Icons Outlined](https://material.io/tools/icons/?style=outlined) (Google) | CDN v108 | `svg-material-icons-outlined` | `@quasar/extras/material-icons-outlined` | Requires: @quasar/extras 1.9+ | [License](material-icons-outlined/LICENSE) |
|
|
58
58
|
| [Material Icons Round](https://material.io/tools/icons/?style=round) (Google) | CDN v107 | `svg-material-icons-round` | `@quasar/extras/material-icons-round` | Requires: @quasar/extras 1.9+ | [License](material-icons-round/LICENSE) |
|
|
59
59
|
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) (Google) | CDN v108 | `svg-material-icons-sharp` | `@quasar/extras/material-icons-sharp` | Requires: @quasar/extras 1.9+ | [License](material-icons-sharp/LICENSE) |
|
|
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) | CDN
|
|
62
|
-
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) (Google) | CDN
|
|
60
|
+
| [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) (Google) | CDN v71 | `svg-material-symbols-outlined` | `@quasar/extras/material-symbols-outlined` | Requires: @quasar/extras 1.14+ | [License](material-symbols-outlined/LICENSE) |
|
|
61
|
+
| [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) (Google) | CDN v71 | `svg-material-symbols-rounded` | `@quasar/extras/material-symbols-rounded` | Requires: @quasar/extras 1.14+ | [License](material-symbols-round/LICENSE) |
|
|
62
|
+
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) (Google) | CDN v70 | `svg-material-symbols-sharp` | `@quasar/extras/material-symbols-sharp` | Requires: @quasar/extras 1.14+ | [License](material-symbols-sharp/LICENSE) |
|
|
63
63
|
| [MDI v7](https://materialdesignicons.com/) (Material Design Icons) | 7.0.96 | `svg-mdi-v7` | `@quasar/extras/mdi-v7` | | [License](mdi-v7/LICENSE) |
|
|
64
64
|
| MDI v6 (Material Design Icons) | 6.9.96 | `svg-mdi-v6` | `@quasar/extras/mdi-v6` | | [License](mdi-v6/LICENSE) |
|
|
65
65
|
| MDI v5 (Material Design Icons) | 5.9.55 | `svg-mdi-v5` | `@quasar/extras/mdi-v5` | | [License](mdi-v5/LICENSE) |
|
|
66
66
|
| MDI v4 (Material Design Icons) | 4.9.95 | `svg-mdi-v4` | `@quasar/extras/mdi-v4` | | [License](mdi-v4/license.md) |
|
|
67
|
-
| [Font Awesome v6](https://fontawesome.com/icons) | 6.2.
|
|
67
|
+
| [Font Awesome v6](https://fontawesome.com/icons) | 6.2.1 | `svg-fontawesome-v6` | `@quasar/extras/fontawesome-v6` | Requires: @quasar/extras 1.13+ | [License](fontawesome-v5/LICENSE.txt) |
|
|
68
68
|
| Font Awesome v5 | 5.15.4 | `svg-fontawesome-v5` | `@quasar/extras/fontawesome-v5` | | [License](fontawesome-v5/LICENSE.txt) |
|
|
69
|
-
| [Ionicons v6](https://ionicons.com/) | 6.0.
|
|
69
|
+
| [Ionicons v6](https://ionicons.com/) | 6.0.4 | `svg-ionicons-v6` | `@quasar/extras/ionicons-v6` | Requires: @quasar/extras 1.12+ | [Icon License](ionicons-v6/LICENSE) |
|
|
70
70
|
| [Ionicons v5](https://ionicons.com/) | 5.5.4 | `svg-ionicons-v5` | `@quasar/extras/ionicons-v5` | Requires: @quasar/extras 1.7+ | [Icon License](ionicons-v5/LICENSE) |
|
|
71
71
|
| [Ionicons v4](https://ionicons.com/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) |
|
|
72
72
|
| [Eva Icons](https://akveo.github.io/eva-icons) | 1.1.3 | `svg-eva-icons` | `@quasar/extras/eva-icons` | | [License](eva-icons/LICENSE) |
|
|
73
73
|
| [Themify Icons](https://themify.me/themify-icons) | 1.0.1 | `svg-themify` | `@quasar/extras/themify` | | [License](themify/LICENSE) |
|
|
74
74
|
| [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) |
|
|
75
|
-
| [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.
|
|
75
|
+
| [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.10.2 | `svg-bootstrap-icons` | `@quasar/extras/bootstrap-icons` | Requires: @quasar/extras 1.10+ | [License](bootstrap-icons/LICENSE.md) |
|
|
76
76
|
|
|
77
77
|
Example:
|
|
78
78
|
|
|
@@ -1878,3 +1878,145 @@
|
|
|
1878
1878
|
.bi-fuel-pump-diesel::before { content: "\f83c"; }
|
|
1879
1879
|
.bi-fuel-pump-fill::before { content: "\f83d"; }
|
|
1880
1880
|
.bi-fuel-pump::before { content: "\f83e"; }
|
|
1881
|
+
.bi-0-circle-fill::before { content: "\f83f"; }
|
|
1882
|
+
.bi-0-circle::before { content: "\f840"; }
|
|
1883
|
+
.bi-0-square-fill::before { content: "\f841"; }
|
|
1884
|
+
.bi-0-square::before { content: "\f842"; }
|
|
1885
|
+
.bi-rocket-fill::before { content: "\f843"; }
|
|
1886
|
+
.bi-rocket-takeoff-fill::before { content: "\f844"; }
|
|
1887
|
+
.bi-rocket-takeoff::before { content: "\f845"; }
|
|
1888
|
+
.bi-rocket::before { content: "\f846"; }
|
|
1889
|
+
.bi-stripe::before { content: "\f847"; }
|
|
1890
|
+
.bi-subscript::before { content: "\f848"; }
|
|
1891
|
+
.bi-superscript::before { content: "\f849"; }
|
|
1892
|
+
.bi-trello::before { content: "\f84a"; }
|
|
1893
|
+
.bi-envelope-at-fill::before { content: "\f84b"; }
|
|
1894
|
+
.bi-envelope-at::before { content: "\f84c"; }
|
|
1895
|
+
.bi-regex::before { content: "\f84d"; }
|
|
1896
|
+
.bi-text-wrap::before { content: "\f84e"; }
|
|
1897
|
+
.bi-sign-dead-end-fill::before { content: "\f84f"; }
|
|
1898
|
+
.bi-sign-dead-end::before { content: "\f850"; }
|
|
1899
|
+
.bi-sign-do-not-enter-fill::before { content: "\f851"; }
|
|
1900
|
+
.bi-sign-do-not-enter::before { content: "\f852"; }
|
|
1901
|
+
.bi-sign-intersection-fill::before { content: "\f853"; }
|
|
1902
|
+
.bi-sign-intersection-side-fill::before { content: "\f854"; }
|
|
1903
|
+
.bi-sign-intersection-side::before { content: "\f855"; }
|
|
1904
|
+
.bi-sign-intersection-t-fill::before { content: "\f856"; }
|
|
1905
|
+
.bi-sign-intersection-t::before { content: "\f857"; }
|
|
1906
|
+
.bi-sign-intersection-y-fill::before { content: "\f858"; }
|
|
1907
|
+
.bi-sign-intersection-y::before { content: "\f859"; }
|
|
1908
|
+
.bi-sign-intersection::before { content: "\f85a"; }
|
|
1909
|
+
.bi-sign-merge-left-fill::before { content: "\f85b"; }
|
|
1910
|
+
.bi-sign-merge-left::before { content: "\f85c"; }
|
|
1911
|
+
.bi-sign-merge-right-fill::before { content: "\f85d"; }
|
|
1912
|
+
.bi-sign-merge-right::before { content: "\f85e"; }
|
|
1913
|
+
.bi-sign-no-left-turn-fill::before { content: "\f85f"; }
|
|
1914
|
+
.bi-sign-no-left-turn::before { content: "\f860"; }
|
|
1915
|
+
.bi-sign-no-parking-fill::before { content: "\f861"; }
|
|
1916
|
+
.bi-sign-no-parking::before { content: "\f862"; }
|
|
1917
|
+
.bi-sign-no-right-turn-fill::before { content: "\f863"; }
|
|
1918
|
+
.bi-sign-no-right-turn::before { content: "\f864"; }
|
|
1919
|
+
.bi-sign-railroad-fill::before { content: "\f865"; }
|
|
1920
|
+
.bi-sign-railroad::before { content: "\f866"; }
|
|
1921
|
+
.bi-building-add::before { content: "\f867"; }
|
|
1922
|
+
.bi-building-check::before { content: "\f868"; }
|
|
1923
|
+
.bi-building-dash::before { content: "\f869"; }
|
|
1924
|
+
.bi-building-down::before { content: "\f86a"; }
|
|
1925
|
+
.bi-building-exclamation::before { content: "\f86b"; }
|
|
1926
|
+
.bi-building-fill-add::before { content: "\f86c"; }
|
|
1927
|
+
.bi-building-fill-check::before { content: "\f86d"; }
|
|
1928
|
+
.bi-building-fill-dash::before { content: "\f86e"; }
|
|
1929
|
+
.bi-building-fill-down::before { content: "\f86f"; }
|
|
1930
|
+
.bi-building-fill-exclamation::before { content: "\f870"; }
|
|
1931
|
+
.bi-building-fill-gear::before { content: "\f871"; }
|
|
1932
|
+
.bi-building-fill-lock::before { content: "\f872"; }
|
|
1933
|
+
.bi-building-fill-slash::before { content: "\f873"; }
|
|
1934
|
+
.bi-building-fill-up::before { content: "\f874"; }
|
|
1935
|
+
.bi-building-fill-x::before { content: "\f875"; }
|
|
1936
|
+
.bi-building-fill::before { content: "\f876"; }
|
|
1937
|
+
.bi-building-gear::before { content: "\f877"; }
|
|
1938
|
+
.bi-building-lock::before { content: "\f878"; }
|
|
1939
|
+
.bi-building-slash::before { content: "\f879"; }
|
|
1940
|
+
.bi-building-up::before { content: "\f87a"; }
|
|
1941
|
+
.bi-building-x::before { content: "\f87b"; }
|
|
1942
|
+
.bi-buildings-fill::before { content: "\f87c"; }
|
|
1943
|
+
.bi-buildings::before { content: "\f87d"; }
|
|
1944
|
+
.bi-bus-front-fill::before { content: "\f87e"; }
|
|
1945
|
+
.bi-bus-front::before { content: "\f87f"; }
|
|
1946
|
+
.bi-ev-front-fill::before { content: "\f880"; }
|
|
1947
|
+
.bi-ev-front::before { content: "\f881"; }
|
|
1948
|
+
.bi-globe-americas::before { content: "\f882"; }
|
|
1949
|
+
.bi-globe-asia-australia::before { content: "\f883"; }
|
|
1950
|
+
.bi-globe-central-south-asia::before { content: "\f884"; }
|
|
1951
|
+
.bi-globe-europe-africa::before { content: "\f885"; }
|
|
1952
|
+
.bi-house-add-fill::before { content: "\f886"; }
|
|
1953
|
+
.bi-house-add::before { content: "\f887"; }
|
|
1954
|
+
.bi-house-check-fill::before { content: "\f888"; }
|
|
1955
|
+
.bi-house-check::before { content: "\f889"; }
|
|
1956
|
+
.bi-house-dash-fill::before { content: "\f88a"; }
|
|
1957
|
+
.bi-house-dash::before { content: "\f88b"; }
|
|
1958
|
+
.bi-house-down-fill::before { content: "\f88c"; }
|
|
1959
|
+
.bi-house-down::before { content: "\f88d"; }
|
|
1960
|
+
.bi-house-exclamation-fill::before { content: "\f88e"; }
|
|
1961
|
+
.bi-house-exclamation::before { content: "\f88f"; }
|
|
1962
|
+
.bi-house-gear-fill::before { content: "\f890"; }
|
|
1963
|
+
.bi-house-gear::before { content: "\f891"; }
|
|
1964
|
+
.bi-house-lock-fill::before { content: "\f892"; }
|
|
1965
|
+
.bi-house-lock::before { content: "\f893"; }
|
|
1966
|
+
.bi-house-slash-fill::before { content: "\f894"; }
|
|
1967
|
+
.bi-house-slash::before { content: "\f895"; }
|
|
1968
|
+
.bi-house-up-fill::before { content: "\f896"; }
|
|
1969
|
+
.bi-house-up::before { content: "\f897"; }
|
|
1970
|
+
.bi-house-x-fill::before { content: "\f898"; }
|
|
1971
|
+
.bi-house-x::before { content: "\f899"; }
|
|
1972
|
+
.bi-person-add::before { content: "\f89a"; }
|
|
1973
|
+
.bi-person-down::before { content: "\f89b"; }
|
|
1974
|
+
.bi-person-exclamation::before { content: "\f89c"; }
|
|
1975
|
+
.bi-person-fill-add::before { content: "\f89d"; }
|
|
1976
|
+
.bi-person-fill-check::before { content: "\f89e"; }
|
|
1977
|
+
.bi-person-fill-dash::before { content: "\f89f"; }
|
|
1978
|
+
.bi-person-fill-down::before { content: "\f8a0"; }
|
|
1979
|
+
.bi-person-fill-exclamation::before { content: "\f8a1"; }
|
|
1980
|
+
.bi-person-fill-gear::before { content: "\f8a2"; }
|
|
1981
|
+
.bi-person-fill-lock::before { content: "\f8a3"; }
|
|
1982
|
+
.bi-person-fill-slash::before { content: "\f8a4"; }
|
|
1983
|
+
.bi-person-fill-up::before { content: "\f8a5"; }
|
|
1984
|
+
.bi-person-fill-x::before { content: "\f8a6"; }
|
|
1985
|
+
.bi-person-gear::before { content: "\f8a7"; }
|
|
1986
|
+
.bi-person-lock::before { content: "\f8a8"; }
|
|
1987
|
+
.bi-person-slash::before { content: "\f8a9"; }
|
|
1988
|
+
.bi-person-up::before { content: "\f8aa"; }
|
|
1989
|
+
.bi-scooter::before { content: "\f8ab"; }
|
|
1990
|
+
.bi-taxi-front-fill::before { content: "\f8ac"; }
|
|
1991
|
+
.bi-taxi-front::before { content: "\f8ad"; }
|
|
1992
|
+
.bi-amd::before { content: "\f8ae"; }
|
|
1993
|
+
.bi-database-add::before { content: "\f8af"; }
|
|
1994
|
+
.bi-database-check::before { content: "\f8b0"; }
|
|
1995
|
+
.bi-database-dash::before { content: "\f8b1"; }
|
|
1996
|
+
.bi-database-down::before { content: "\f8b2"; }
|
|
1997
|
+
.bi-database-exclamation::before { content: "\f8b3"; }
|
|
1998
|
+
.bi-database-fill-add::before { content: "\f8b4"; }
|
|
1999
|
+
.bi-database-fill-check::before { content: "\f8b5"; }
|
|
2000
|
+
.bi-database-fill-dash::before { content: "\f8b6"; }
|
|
2001
|
+
.bi-database-fill-down::before { content: "\f8b7"; }
|
|
2002
|
+
.bi-database-fill-exclamation::before { content: "\f8b8"; }
|
|
2003
|
+
.bi-database-fill-gear::before { content: "\f8b9"; }
|
|
2004
|
+
.bi-database-fill-lock::before { content: "\f8ba"; }
|
|
2005
|
+
.bi-database-fill-slash::before { content: "\f8bb"; }
|
|
2006
|
+
.bi-database-fill-up::before { content: "\f8bc"; }
|
|
2007
|
+
.bi-database-fill-x::before { content: "\f8bd"; }
|
|
2008
|
+
.bi-database-fill::before { content: "\f8be"; }
|
|
2009
|
+
.bi-database-gear::before { content: "\f8bf"; }
|
|
2010
|
+
.bi-database-lock::before { content: "\f8c0"; }
|
|
2011
|
+
.bi-database-slash::before { content: "\f8c1"; }
|
|
2012
|
+
.bi-database-up::before { content: "\f8c2"; }
|
|
2013
|
+
.bi-database-x::before { content: "\f8c3"; }
|
|
2014
|
+
.bi-database::before { content: "\f8c4"; }
|
|
2015
|
+
.bi-houses-fill::before { content: "\f8c5"; }
|
|
2016
|
+
.bi-houses::before { content: "\f8c6"; }
|
|
2017
|
+
.bi-nvidia::before { content: "\f8c7"; }
|
|
2018
|
+
.bi-person-vcard-fill::before { content: "\f8c8"; }
|
|
2019
|
+
.bi-person-vcard::before { content: "\f8c9"; }
|
|
2020
|
+
.bi-sina-weibo::before { content: "\f8ca"; }
|
|
2021
|
+
.bi-tencent-qq::before { content: "\f8cb"; }
|
|
2022
|
+
.bi-wikipedia::before { content: "\f8cc"; }
|
|
Binary file
|
|
Binary file
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
[
|
|
2
|
+
"bi0Circle",
|
|
3
|
+
"bi0CircleFill",
|
|
4
|
+
"bi0Square",
|
|
5
|
+
"bi0SquareFill",
|
|
2
6
|
"bi123",
|
|
3
7
|
"bi1Circle",
|
|
4
8
|
"bi1CircleFill",
|
|
@@ -52,6 +56,7 @@
|
|
|
52
56
|
"biAlignTop",
|
|
53
57
|
"biAlipay",
|
|
54
58
|
"biAlt",
|
|
59
|
+
"biAmd",
|
|
55
60
|
"biAndroid",
|
|
56
61
|
"biAndroid2",
|
|
57
62
|
"biApp",
|
|
@@ -300,7 +305,32 @@
|
|
|
300
305
|
"biBug",
|
|
301
306
|
"biBugFill",
|
|
302
307
|
"biBuilding",
|
|
308
|
+
"biBuildingAdd",
|
|
309
|
+
"biBuildingCheck",
|
|
310
|
+
"biBuildingDash",
|
|
311
|
+
"biBuildingDown",
|
|
312
|
+
"biBuildingExclamation",
|
|
313
|
+
"biBuildingFill",
|
|
314
|
+
"biBuildingFillAdd",
|
|
315
|
+
"biBuildingFillCheck",
|
|
316
|
+
"biBuildingFillDash",
|
|
317
|
+
"biBuildingFillDown",
|
|
318
|
+
"biBuildingFillExclamation",
|
|
319
|
+
"biBuildingFillGear",
|
|
320
|
+
"biBuildingFillLock",
|
|
321
|
+
"biBuildingFillSlash",
|
|
322
|
+
"biBuildingFillUp",
|
|
323
|
+
"biBuildingFillX",
|
|
324
|
+
"biBuildingGear",
|
|
325
|
+
"biBuildingLock",
|
|
326
|
+
"biBuildingSlash",
|
|
327
|
+
"biBuildingUp",
|
|
328
|
+
"biBuildingX",
|
|
329
|
+
"biBuildings",
|
|
330
|
+
"biBuildingsFill",
|
|
303
331
|
"biBullseye",
|
|
332
|
+
"biBusFront",
|
|
333
|
+
"biBusFrontFill",
|
|
304
334
|
"biCCircle",
|
|
305
335
|
"biCCircleFill",
|
|
306
336
|
"biCSquare",
|
|
@@ -633,6 +663,28 @@
|
|
|
633
663
|
"biDashSquare",
|
|
634
664
|
"biDashSquareDotted",
|
|
635
665
|
"biDashSquareFill",
|
|
666
|
+
"biDatabase",
|
|
667
|
+
"biDatabaseAdd",
|
|
668
|
+
"biDatabaseCheck",
|
|
669
|
+
"biDatabaseDash",
|
|
670
|
+
"biDatabaseDown",
|
|
671
|
+
"biDatabaseExclamation",
|
|
672
|
+
"biDatabaseFill",
|
|
673
|
+
"biDatabaseFillAdd",
|
|
674
|
+
"biDatabaseFillCheck",
|
|
675
|
+
"biDatabaseFillDash",
|
|
676
|
+
"biDatabaseFillDown",
|
|
677
|
+
"biDatabaseFillExclamation",
|
|
678
|
+
"biDatabaseFillGear",
|
|
679
|
+
"biDatabaseFillLock",
|
|
680
|
+
"biDatabaseFillSlash",
|
|
681
|
+
"biDatabaseFillUp",
|
|
682
|
+
"biDatabaseFillX",
|
|
683
|
+
"biDatabaseGear",
|
|
684
|
+
"biDatabaseLock",
|
|
685
|
+
"biDatabaseSlash",
|
|
686
|
+
"biDatabaseUp",
|
|
687
|
+
"biDatabaseX",
|
|
636
688
|
"biDeviceHdd",
|
|
637
689
|
"biDeviceHddFill",
|
|
638
690
|
"biDeviceSsd",
|
|
@@ -717,6 +769,8 @@
|
|
|
717
769
|
"biEmojiWink",
|
|
718
770
|
"biEmojiWinkFill",
|
|
719
771
|
"biEnvelope",
|
|
772
|
+
"biEnvelopeAt",
|
|
773
|
+
"biEnvelopeAtFill",
|
|
720
774
|
"biEnvelopeCheck",
|
|
721
775
|
"biEnvelopeCheckFill",
|
|
722
776
|
"biEnvelopeDash",
|
|
@@ -744,6 +798,8 @@
|
|
|
744
798
|
"biEraserFill",
|
|
745
799
|
"biEscape",
|
|
746
800
|
"biEthernet",
|
|
801
|
+
"biEvFront",
|
|
802
|
+
"biEvFrontFill",
|
|
747
803
|
"biEvStation",
|
|
748
804
|
"biEvStationFill",
|
|
749
805
|
"biExclamation",
|
|
@@ -1010,6 +1066,10 @@
|
|
|
1010
1066
|
"biGithub",
|
|
1011
1067
|
"biGlobe",
|
|
1012
1068
|
"biGlobe2",
|
|
1069
|
+
"biGlobeAmericas",
|
|
1070
|
+
"biGlobeAsiaAustralia",
|
|
1071
|
+
"biGlobeCentralSouthAsia",
|
|
1072
|
+
"biGlobeEuropeAfrica",
|
|
1013
1073
|
"biGoogle",
|
|
1014
1074
|
"biGooglePlay",
|
|
1015
1075
|
"biGpuCard",
|
|
@@ -1080,11 +1140,33 @@
|
|
|
1080
1140
|
"biHourglassSplit",
|
|
1081
1141
|
"biHourglassTop",
|
|
1082
1142
|
"biHouse",
|
|
1143
|
+
"biHouseAdd",
|
|
1144
|
+
"biHouseAddFill",
|
|
1145
|
+
"biHouseCheck",
|
|
1146
|
+
"biHouseCheckFill",
|
|
1147
|
+
"biHouseDash",
|
|
1148
|
+
"biHouseDashFill",
|
|
1083
1149
|
"biHouseDoor",
|
|
1084
1150
|
"biHouseDoorFill",
|
|
1151
|
+
"biHouseDown",
|
|
1152
|
+
"biHouseDownFill",
|
|
1153
|
+
"biHouseExclamation",
|
|
1154
|
+
"biHouseExclamationFill",
|
|
1085
1155
|
"biHouseFill",
|
|
1156
|
+
"biHouseGear",
|
|
1157
|
+
"biHouseGearFill",
|
|
1086
1158
|
"biHouseHeart",
|
|
1087
1159
|
"biHouseHeartFill",
|
|
1160
|
+
"biHouseLock",
|
|
1161
|
+
"biHouseLockFill",
|
|
1162
|
+
"biHouseSlash",
|
|
1163
|
+
"biHouseSlashFill",
|
|
1164
|
+
"biHouseUp",
|
|
1165
|
+
"biHouseUpFill",
|
|
1166
|
+
"biHouseX",
|
|
1167
|
+
"biHouseXFill",
|
|
1168
|
+
"biHouses",
|
|
1169
|
+
"biHousesFill",
|
|
1088
1170
|
"biHr",
|
|
1089
1171
|
"biHurricane",
|
|
1090
1172
|
"biHypnotize",
|
|
@@ -1244,6 +1326,7 @@
|
|
|
1244
1326
|
"biNodePlusFill",
|
|
1245
1327
|
"biNut",
|
|
1246
1328
|
"biNutFill",
|
|
1329
|
+
"biNvidia",
|
|
1247
1330
|
"biOctagon",
|
|
1248
1331
|
"biOctagonFill",
|
|
1249
1332
|
"biOctagonHalf",
|
|
@@ -1299,6 +1382,7 @@
|
|
|
1299
1382
|
"biPeopleFill",
|
|
1300
1383
|
"biPercent",
|
|
1301
1384
|
"biPerson",
|
|
1385
|
+
"biPersonAdd",
|
|
1302
1386
|
"biPersonBadge",
|
|
1303
1387
|
"biPersonBadgeFill",
|
|
1304
1388
|
"biPersonBoundingBox",
|
|
@@ -1307,14 +1391,32 @@
|
|
|
1307
1391
|
"biPersonCircle",
|
|
1308
1392
|
"biPersonDash",
|
|
1309
1393
|
"biPersonDashFill",
|
|
1394
|
+
"biPersonDown",
|
|
1395
|
+
"biPersonExclamation",
|
|
1310
1396
|
"biPersonFill",
|
|
1397
|
+
"biPersonFillAdd",
|
|
1398
|
+
"biPersonFillCheck",
|
|
1399
|
+
"biPersonFillDash",
|
|
1400
|
+
"biPersonFillDown",
|
|
1401
|
+
"biPersonFillExclamation",
|
|
1402
|
+
"biPersonFillGear",
|
|
1403
|
+
"biPersonFillLock",
|
|
1404
|
+
"biPersonFillSlash",
|
|
1405
|
+
"biPersonFillUp",
|
|
1406
|
+
"biPersonFillX",
|
|
1407
|
+
"biPersonGear",
|
|
1311
1408
|
"biPersonHeart",
|
|
1312
1409
|
"biPersonHearts",
|
|
1313
1410
|
"biPersonLinesFill",
|
|
1411
|
+
"biPersonLock",
|
|
1314
1412
|
"biPersonPlus",
|
|
1315
1413
|
"biPersonPlusFill",
|
|
1316
1414
|
"biPersonRolodex",
|
|
1415
|
+
"biPersonSlash",
|
|
1317
1416
|
"biPersonSquare",
|
|
1417
|
+
"biPersonUp",
|
|
1418
|
+
"biPersonVcard",
|
|
1419
|
+
"biPersonVcardFill",
|
|
1318
1420
|
"biPersonVideo",
|
|
1319
1421
|
"biPersonVideo2",
|
|
1320
1422
|
"biPersonVideo3",
|
|
@@ -1414,6 +1516,7 @@
|
|
|
1414
1516
|
"biRecordFill",
|
|
1415
1517
|
"biRecycle",
|
|
1416
1518
|
"biReddit",
|
|
1519
|
+
"biRegex",
|
|
1417
1520
|
"biRepeat",
|
|
1418
1521
|
"biRepeat1",
|
|
1419
1522
|
"biReply",
|
|
@@ -1427,6 +1530,10 @@
|
|
|
1427
1530
|
"biRewindCircleFill",
|
|
1428
1531
|
"biRewindFill",
|
|
1429
1532
|
"biRobot",
|
|
1533
|
+
"biRocket",
|
|
1534
|
+
"biRocketFill",
|
|
1535
|
+
"biRocketTakeoff",
|
|
1536
|
+
"biRocketTakeoffFill",
|
|
1430
1537
|
"biRouter",
|
|
1431
1538
|
"biRouterFill",
|
|
1432
1539
|
"biRss",
|
|
@@ -1441,6 +1548,7 @@
|
|
|
1441
1548
|
"biSave2Fill",
|
|
1442
1549
|
"biSaveFill",
|
|
1443
1550
|
"biScissors",
|
|
1551
|
+
"biScooter",
|
|
1444
1552
|
"biScrewdriver",
|
|
1445
1553
|
"biSdCard",
|
|
1446
1554
|
"biSdCardFill",
|
|
@@ -1487,6 +1595,30 @@
|
|
|
1487
1595
|
"biShop",
|
|
1488
1596
|
"biShopWindow",
|
|
1489
1597
|
"biShuffle",
|
|
1598
|
+
"biSignDeadEnd",
|
|
1599
|
+
"biSignDeadEndFill",
|
|
1600
|
+
"biSignDoNotEnter",
|
|
1601
|
+
"biSignDoNotEnterFill",
|
|
1602
|
+
"biSignIntersection",
|
|
1603
|
+
"biSignIntersectionFill",
|
|
1604
|
+
"biSignIntersectionSide",
|
|
1605
|
+
"biSignIntersectionSideFill",
|
|
1606
|
+
"biSignIntersectionT",
|
|
1607
|
+
"biSignIntersectionTFill",
|
|
1608
|
+
"biSignIntersectionY",
|
|
1609
|
+
"biSignIntersectionYFill",
|
|
1610
|
+
"biSignMergeLeft",
|
|
1611
|
+
"biSignMergeLeftFill",
|
|
1612
|
+
"biSignMergeRight",
|
|
1613
|
+
"biSignMergeRightFill",
|
|
1614
|
+
"biSignNoLeftTurn",
|
|
1615
|
+
"biSignNoLeftTurnFill",
|
|
1616
|
+
"biSignNoParking",
|
|
1617
|
+
"biSignNoParkingFill",
|
|
1618
|
+
"biSignNoRightTurn",
|
|
1619
|
+
"biSignNoRightTurnFill",
|
|
1620
|
+
"biSignRailroad",
|
|
1621
|
+
"biSignRailroadFill",
|
|
1490
1622
|
"biSignStop",
|
|
1491
1623
|
"biSignStopFill",
|
|
1492
1624
|
"biSignStopLights",
|
|
@@ -1510,6 +1642,7 @@
|
|
|
1510
1642
|
"biSignpostSplitFill",
|
|
1511
1643
|
"biSim",
|
|
1512
1644
|
"biSimFill",
|
|
1645
|
+
"biSinaWeibo",
|
|
1513
1646
|
"biSkipBackward",
|
|
1514
1647
|
"biSkipBackwardBtn",
|
|
1515
1648
|
"biSkipBackwardBtnFill",
|
|
@@ -1594,6 +1727,8 @@
|
|
|
1594
1727
|
"biStopwatch",
|
|
1595
1728
|
"biStopwatchFill",
|
|
1596
1729
|
"biStrava",
|
|
1730
|
+
"biStripe",
|
|
1731
|
+
"biSubscript",
|
|
1597
1732
|
"biSubtract",
|
|
1598
1733
|
"biSuitClub",
|
|
1599
1734
|
"biSuitClubFill",
|
|
@@ -1610,6 +1745,7 @@
|
|
|
1610
1745
|
"biSunriseFill",
|
|
1611
1746
|
"biSunset",
|
|
1612
1747
|
"biSunsetFill",
|
|
1748
|
+
"biSuperscript",
|
|
1613
1749
|
"biSymmetryHorizontal",
|
|
1614
1750
|
"biSymmetryVertical",
|
|
1615
1751
|
"biTable",
|
|
@@ -1621,6 +1757,8 @@
|
|
|
1621
1757
|
"biTagFill",
|
|
1622
1758
|
"biTags",
|
|
1623
1759
|
"biTagsFill",
|
|
1760
|
+
"biTaxiFront",
|
|
1761
|
+
"biTaxiFrontFill",
|
|
1624
1762
|
"biTelegram",
|
|
1625
1763
|
"biTelephone",
|
|
1626
1764
|
"biTelephoneFill",
|
|
@@ -1636,6 +1774,7 @@
|
|
|
1636
1774
|
"biTelephonePlusFill",
|
|
1637
1775
|
"biTelephoneX",
|
|
1638
1776
|
"biTelephoneXFill",
|
|
1777
|
+
"biTencentQq",
|
|
1639
1778
|
"biTerminal",
|
|
1640
1779
|
"biTerminalDash",
|
|
1641
1780
|
"biTerminalFill",
|
|
@@ -1648,6 +1787,7 @@
|
|
|
1648
1787
|
"biTextLeft",
|
|
1649
1788
|
"biTextParagraph",
|
|
1650
1789
|
"biTextRight",
|
|
1790
|
+
"biTextWrap",
|
|
1651
1791
|
"biTextarea",
|
|
1652
1792
|
"biTextareaResize",
|
|
1653
1793
|
"biTextareaT",
|
|
@@ -1691,6 +1831,7 @@
|
|
|
1691
1831
|
"biTrashFill",
|
|
1692
1832
|
"biTree",
|
|
1693
1833
|
"biTreeFill",
|
|
1834
|
+
"biTrello",
|
|
1694
1835
|
"biTriangle",
|
|
1695
1836
|
"biTriangleFill",
|
|
1696
1837
|
"biTriangleHalf",
|
|
@@ -1777,6 +1918,7 @@
|
|
|
1777
1918
|
"biWifi1",
|
|
1778
1919
|
"biWifi2",
|
|
1779
1920
|
"biWifiOff",
|
|
1921
|
+
"biWikipedia",
|
|
1780
1922
|
"biWind",
|
|
1781
1923
|
"biWindow",
|
|
1782
1924
|
"biWindowDash",
|