@tabler/icons-eps 2.0.0-beta.2 → 2.1.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 +6 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# Tabler Icons EPS
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/og.png" alt="Tabler Icons" width="838">
|
|
4
|
+
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-eps.png" alt="Tabler Icons" width="838">
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
|
-
A set of <!--icons-count-->
|
|
8
|
+
A set of <!--icons-count-->3222<!--/icons-count--> free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a 2px stroke.
|
|
9
9
|
<p>
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
@@ -25,10 +25,6 @@
|
|
|
25
25
|
<img src='https://raw.githubusercontent.com/tabler/static/main/sponsors.png'>
|
|
26
26
|
</a>
|
|
27
27
|
|
|
28
|
-
### Sponsor Tabler
|
|
29
|
-
|
|
30
|
-
<a href="https://github.com/sponsors/codecalm" target="_blank"><img src="https://github.com/tabler/tabler/raw/dev/src/static/sponsor-banner-readme.png?raw=true" alt="Sponsor Tabler" /></a>
|
|
31
|
-
|
|
32
28
|
## Installation
|
|
33
29
|
|
|
34
30
|
```
|
|
@@ -60,3 +56,7 @@ Caught a mistake or want to contribute to the documentation? [Edit this page on
|
|
|
60
56
|
## License
|
|
61
57
|
|
|
62
58
|
Tabler Icons is licensed under the [MIT License](https://github.com/tabler/tabler-icons/blob/master/LICENSE).
|
|
59
|
+
|
|
60
|
+
## Sponsor Tabler
|
|
61
|
+
|
|
62
|
+
<a href="https://github.com/sponsors/codecalm" target="_blank"><img src="https://github.com/tabler/tabler/raw/dev/src/static/sponsor-banner-readme.png?raw=true" alt="Sponsor Tabler" /></a>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tabler/icons-eps",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
|
|
5
5
|
"homepage": "https://tabler-icons.io",
|
|
6
6
|
"bugs": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
]
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@tabler/icons": "2.
|
|
28
|
+
"@tabler/icons": "2.1.0"
|
|
29
29
|
},
|
|
30
30
|
"keywords": [
|
|
31
31
|
"icons",
|