@thesvg/vue 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 +1 -1
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
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
|
# @thesvg/vue
|
|
8
8
|
|
|
9
|
-
Typed Vue 3 SVG components for all 6,
|
|
9
|
+
Typed Vue 3 SVG components for all 6,500+ brand icons from [thesvg.org](https://thesvg.org).
|
|
10
10
|
|
|
11
11
|
- Zero runtime dependencies (Vue is a peer dep)
|
|
12
12
|
- TypeScript strict mode - full `SVGAttributes` support
|
|
@@ -128,7 +128,7 @@ import Github from "@thesvg/vue/github";
|
|
|
128
128
|
|
|
129
129
|
## Available icons
|
|
130
130
|
|
|
131
|
-
Over 6,
|
|
131
|
+
Over 6,500 brand icons are available. Browse the full list at
|
|
132
132
|
[thesvg.org](https://thesvg.org).
|
|
133
133
|
|
|
134
134
|
## License
|