thesvg 1.0.2 → 1.0.6

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 CHANGED
@@ -1,6 +1,6 @@
1
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" />
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
4
  </a>
5
5
  </p>
6
6
 
@@ -15,8 +15,8 @@
15
15
  <p align="center">
16
16
  <a href="https://www.npmjs.com/package/thesvg"><img src="https://img.shields.io/npm/v/thesvg?color=F97316&label=npm" alt="npm version" /></a>
17
17
  <a href="https://www.npmjs.com/package/thesvg"><img src="https://img.shields.io/npm/dm/thesvg?color=F97316" alt="npm downloads" /></a>
18
- <a href="https://github.com/GLINCKER/thesvg/blob/main/packages/thesvg/LICENSE"><img src="https://img.shields.io/npm/l/thesvg?color=F97316" alt="license" /></a>
19
- <a href="https://github.com/GLINCKER/thesvg"><img src="https://img.shields.io/github/stars/GLINCKER/thesvg?style=social" alt="GitHub stars" /></a>
18
+ <a href="https://github.com/glincker/thesvg/blob/main/packages/thesvg/LICENSE"><img src="https://img.shields.io/npm/l/thesvg?color=F97316" alt="license" /></a>
19
+ <a href="https://github.com/glincker/thesvg"><img src="https://img.shields.io/github/stars/glincker/thesvg?style=social" alt="GitHub stars" /></a>
20
20
  </p>
21
21
 
22
22
  ---
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ module.exports = require("@thesvg/icons/british-council");
@@ -0,0 +1,2 @@
1
+ export * from "@thesvg/icons/british-council";
2
+ export { default } from "@thesvg/icons/british-council";
@@ -0,0 +1,2 @@
1
+ export * from "@thesvg/icons/british-council";
2
+ export { default } from "@thesvg/icons/british-council";
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ module.exports = require("@thesvg/icons/mimiclaw");
@@ -0,0 +1,2 @@
1
+ export * from "@thesvg/icons/mimiclaw";
2
+ export { default } from "@thesvg/icons/mimiclaw";
@@ -0,0 +1,2 @@
1
+ export * from "@thesvg/icons/mimiclaw";
2
+ export { default } from "@thesvg/icons/mimiclaw";
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ module.exports = require("@thesvg/icons/picoclaw");
@@ -0,0 +1,2 @@
1
+ export * from "@thesvg/icons/picoclaw";
2
+ export { default } from "@thesvg/icons/picoclaw";
@@ -0,0 +1,2 @@
1
+ export * from "@thesvg/icons/picoclaw";
2
+ export { default } from "@thesvg/icons/picoclaw";
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ module.exports = require("@thesvg/icons/profclaw");
@@ -0,0 +1,2 @@
1
+ export * from "@thesvg/icons/profclaw";
2
+ export { default } from "@thesvg/icons/profclaw";
@@ -0,0 +1,2 @@
1
+ export * from "@thesvg/icons/profclaw";
2
+ export { default } from "@thesvg/icons/profclaw";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thesvg",
3
- "version": "1.0.2",
3
+ "version": "1.0.6",
4
4
  "description": "3,800+ brand SVG icons - tree-shakeable, typed, dual ESM/CJS. The one-stop brand icon library.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -9,11 +9,11 @@
9
9
  "homepage": "https://thesvg.org",
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "https://github.com/GLINCKER/thesvg.git",
12
+ "url": "https://github.com/glincker/thesvg.git",
13
13
  "directory": "packages/thesvg"
14
14
  },
15
15
  "bugs": {
16
- "url": "https://github.com/GLINCKER/thesvg/issues"
16
+ "url": "https://github.com/glincker/thesvg/issues"
17
17
  },
18
18
  "keywords": [
19
19
  "svg",
@@ -31,7 +31,7 @@
31
31
  "nextjs"
32
32
  ],
33
33
  "dependencies": {
34
- "@thesvg/icons": "1.0.2"
34
+ "@thesvg/icons": "1.0.6"
35
35
  },
36
36
  "exports": {
37
37
  ".": {