@thesvg/icons 3.2.16 → 3.2.17
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 +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<a href="https://github.com/glincker/thesvg">
|
|
3
|
-
<img src="https://raw.githubusercontent.com/glincker/thesvg/main/public/og-image.png" alt="theSVG - 6,
|
|
3
|
+
<img src="https://raw.githubusercontent.com/glincker/thesvg/main/public/og-image.png" alt="theSVG - 6,500+ Brand SVG Icons" width="700" />
|
|
4
4
|
</a>
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
7
|
<h3 align="center">@thesvg/icons</h3>
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
10
|
-
|
|
10
|
+
6,500+ brand SVG icons for developers. Tree-shakeable, typed, open source.
|
|
11
11
|
<br />
|
|
12
12
|
<a href="https://thesvg.org"><strong>Browse all icons →</strong></a>
|
|
13
13
|
</p>
|
|
@@ -106,7 +106,7 @@ interface IconModule {
|
|
|
106
106
|
The package is marked `"sideEffects": false`. Bundlers (webpack, Vite, Rollup, esbuild) will only include icons you import.
|
|
107
107
|
|
|
108
108
|
```ts
|
|
109
|
-
// Your bundle only includes the GitHub icon (~3KB), not all
|
|
109
|
+
// Your bundle only includes the GitHub icon (~3KB), not all 6,500+
|
|
110
110
|
import github from "@thesvg/icons/github";
|
|
111
111
|
```
|
|
112
112
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thesvg/icons",
|
|
3
|
-
"version": "3.2.
|
|
4
|
-
"description": "Tree-shakeable SVG icon components and raw SVG strings from thesvg.org -
|
|
3
|
+
"version": "3.2.17",
|
|
4
|
+
"description": "Tree-shakeable SVG icon components and raw SVG strings from thesvg.org - 6,500+ brand icons",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"license": "MIT",
|