@thesvg/react 0.4.0 → 0.4.1

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,9 @@
1
+ <p align="center">
2
+ <a href="https://github.com/GLINCKER/thesvg">
3
+ <img src="https://raw.githubusercontent.com/GLINCKER/thesvg/main/public/og-image.png" alt="theSVG - 3,847 Brand SVG Icons" width="700" />
4
+ </a>
5
+ </p>
6
+
1
7
  # @thesvg/react
2
8
 
3
9
  Typed React SVG components for all 3,800+ brand icons from [thesvg.org](https://thesvg.org).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thesvg/react",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Typed React SVG components for all 3,800+ brand icons from thesvg.org",
5
5
  "type": "module",
6
6
  "sideEffects": false,