@tabler/icons-webfont 3.44.0 → 3.46.0
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 +4 -4
- package/dist/.DS_Store +0 -0
- package/dist/fonts/tabler-icons-200.svg +158 -47
- package/dist/fonts/tabler-icons-200.ttf +0 -0
- package/dist/fonts/tabler-icons-200.woff +0 -0
- package/dist/fonts/tabler-icons-200.woff2 +0 -0
- package/dist/fonts/tabler-icons-300.svg +158 -47
- package/dist/fonts/tabler-icons-300.ttf +0 -0
- package/dist/fonts/tabler-icons-300.woff +0 -0
- package/dist/fonts/tabler-icons-300.woff2 +0 -0
- package/dist/fonts/tabler-icons-filled.svg +6 -3
- package/dist/fonts/tabler-icons-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-filled.woff +0 -0
- package/dist/fonts/tabler-icons-filled.woff2 +0 -0
- package/dist/fonts/tabler-icons.svg +158 -47
- package/dist/fonts/tabler-icons.ttf +0 -0
- package/dist/fonts/tabler-icons.woff +0 -0
- package/dist/fonts/tabler-icons.woff2 +0 -0
- package/dist/tabler-icons-200.css +199 -15
- package/dist/tabler-icons-200.html +330 -34
- package/dist/tabler-icons-200.min.css +3 -3
- package/dist/tabler-icons-200.scss +15 -6
- package/dist/tabler-icons-300.css +199 -15
- package/dist/tabler-icons-300.html +330 -34
- package/dist/tabler-icons-300.min.css +3 -3
- package/dist/tabler-icons-300.scss +15 -6
- package/dist/tabler-icons-filled.css +8 -4
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +13 -5
- package/dist/tabler-icons-filled.min.css +3 -3
- package/dist/tabler-icons-filled.min.css.map +1 -1
- package/dist/tabler-icons-filled.scss +6 -6
- package/dist/tabler-icons.css +199 -15
- package/dist/tabler-icons.html +330 -34
- package/dist/tabler-icons.min.css +3 -3
- package/dist/tabler-icons.scss +15 -6
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
<p align="center">
|
|
16
16
|
<a href="https://github.com/tabler/tabler-icons/releases"><img src="https://img.shields.io/npm/v/@tabler/icons" alt="Latest Release"></a>
|
|
17
|
-
<a href="https://github.com/tabler/tabler-icons/blob/
|
|
17
|
+
<a href="https://github.com/tabler/tabler-icons/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/@tabler/icons.svg" alt="License"></a>
|
|
18
18
|
</p>
|
|
19
19
|
|
|
20
20
|
## Sponsors
|
|
@@ -43,7 +43,7 @@ or
|
|
|
43
43
|
pnpm install @tabler/icons-webfont
|
|
44
44
|
```
|
|
45
45
|
|
|
46
|
-
or just [download from
|
|
46
|
+
or just [download from GitHub](https://github.com/tabler/tabler-icons/releases).
|
|
47
47
|
|
|
48
48
|
### CDN
|
|
49
49
|
|
|
@@ -73,11 +73,11 @@ content: $ti-icon-brand-tabler;
|
|
|
73
73
|
|
|
74
74
|
For more info on how to contribute please see the [contribution guidelines](https://github.com/tabler/tabler-icons/blob/main/CONTRIBUTING.md).
|
|
75
75
|
|
|
76
|
-
Caught a mistake or want to contribute to the documentation? [Edit this page on
|
|
76
|
+
Caught a mistake or want to contribute to the documentation? [Edit this page on GitHub](https://github.com/tabler/tabler-icons/blob/main/packages/icons-vue/README.md)
|
|
77
77
|
|
|
78
78
|
## License
|
|
79
79
|
|
|
80
|
-
Tabler Icons is licensed under the [MIT License](https://github.com/tabler/tabler-icons/blob/
|
|
80
|
+
Tabler Icons is licensed under the [MIT License](https://github.com/tabler/tabler-icons/blob/main/LICENSE).
|
|
81
81
|
|
|
82
82
|
## Sponsor Tabler
|
|
83
83
|
|
package/dist/.DS_Store
CHANGED
|
Binary file
|