@tabler/icons-eps 2.0.0-alpha3 → 2.0.0-beta.2

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 (2) hide show
  1. package/README.md +62 -0
  2. package/package.json +3 -4
package/README.md ADDED
@@ -0,0 +1,62 @@
1
+ # Tabler Icons EPS
2
+
3
+ <p align="center">
4
+ <img src="https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/og.png" alt="Tabler Icons" width="838">
5
+ </p>
6
+
7
+ <p align="center">
8
+ A set of <!--icons-count-->3204<!--/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
+ <p>
10
+
11
+ <p align="center">
12
+ <a href="https://tabler-icons.io/"><strong>Browse all icons at tabler-icons.io &rarr;</strong></a>
13
+ </p>
14
+
15
+ <p align="center">
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/master/LICENSE"><img src="https://img.shields.io/npm/l/@tabler/icons.svg" alt="License"></a>
18
+ </p>
19
+
20
+ ## Sponsors
21
+
22
+ **If you want to support my project and help me grow it, you can [become a sponsor on GitHub](https://github.com/sponsors/codecalm) or just [donate on PayPal](https://paypal.me/codecalm) :)**
23
+
24
+ <a href="https://github.com/sponsors/codecalm">
25
+ <img src='https://raw.githubusercontent.com/tabler/static/main/sponsors.png'>
26
+ </a>
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
+ ## Installation
33
+
34
+ ```
35
+ yarn add @tabler/icons-eps
36
+ ```
37
+
38
+ or
39
+
40
+ ```
41
+ npm install @tabler/icons-eps
42
+ ```
43
+
44
+ or
45
+
46
+ ```
47
+ pnpm install @tabler/icons-eps
48
+ ```
49
+
50
+ or just [download from Github](https://github.com/tabler/tabler-icons/releases).
51
+
52
+ All EPS files are stored in `icons` subdirectory.
53
+
54
+ ## Contributing
55
+
56
+ For more info on how to contribute please see the [contribution guidelines](https://github.com/tabler/tabler-icons/blob/main/CONTRIBUTING.md).
57
+
58
+ 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-eps/README.md)
59
+
60
+ ## License
61
+
62
+ Tabler Icons is licensed under the [MIT License](https://github.com/tabler/tabler-icons/blob/master/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tabler/icons-eps",
3
- "version": "2.0.0-alpha3",
3
+ "version": "2.0.0-beta.2",
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": {
@@ -14,8 +14,7 @@
14
14
  "build": "pnpm run clean && pnpm run copy:license && pnpm run build:icons",
15
15
  "build:icons": "node build.mjs",
16
16
  "clean": "rm -rf dist && mkdir dist",
17
- "copy:license": "cp ../../LICENSE ./LICENSE",
18
- "test": "echo 'ok'"
17
+ "copy:license": "cp ../../LICENSE ./LICENSE"
19
18
  },
20
19
  "files": [
21
20
  "icons/*.eps"
@@ -26,7 +25,7 @@
26
25
  ]
27
26
  },
28
27
  "dependencies": {
29
- "@tabler/icons": "2.0.0-alpha3"
28
+ "@tabler/icons": "2.0.0-beta.2"
30
29
  },
31
30
  "keywords": [
32
31
  "icons",