thesvg 3.2.16 → 3.2.18
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/dist/armonika.cjs +2 -0
- package/dist/armonika.d.ts +2 -0
- package/dist/armonika.js +2 -0
- package/package.json +3 -3
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</h3>
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
10
|
-
6,
|
|
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>
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
---
|
|
23
23
|
|
|
24
|
-
This is the convenience package for [`@thesvg/icons`](https://www.npmjs.com/package/@thesvg/icons). Both packages contain the same 6,
|
|
24
|
+
This is the convenience package for [`@thesvg/icons`](https://www.npmjs.com/package/@thesvg/icons). Both packages contain the same 6,500+ icons.
|
|
25
25
|
|
|
26
26
|
## Install
|
|
27
27
|
|
package/dist/armonika.js
ADDED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "thesvg",
|
|
3
|
-
"version": "3.2.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "3.2.18",
|
|
4
|
+
"description": "6,500+ brand SVG icons - tree-shakeable, typed, dual ESM/CJS. The one-stop brand icon library.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"license": "MIT",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"nextjs"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@thesvg/icons": "3.2.
|
|
34
|
+
"@thesvg/icons": "3.2.18"
|
|
35
35
|
},
|
|
36
36
|
"exports": {
|
|
37
37
|
".": {
|