@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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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,400+ Brand SVG Icons" width="700" />
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,400+ brand icons from [thesvg.org](https://thesvg.org).
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,400 brand icons are available. Browse the full list at
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thesvg/vue",
3
- "version": "3.2.16",
3
+ "version": "3.2.17",
4
4
  "description": "Typed Vue 3 SVG components for all 4000+ brand icons from thesvg.org",
5
5
  "type": "module",
6
6
  "sideEffects": false,