@nr1e/qwik-icons 0.0.4 → 0.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/lib/components/icons/flag-ae-1x1.qwik.cjs +30 -0
- package/lib/components/icons/flag-ae-1x1.qwik.mjs +30 -0
- package/lib/components/icons/flag-ae-4x3.qwik.cjs +30 -0
- package/lib/components/icons/flag-ae-4x3.qwik.mjs +30 -0
- package/lib/components/icons/flag-au-1x1.qwik.cjs +38 -0
- package/lib/components/icons/flag-au-1x1.qwik.mjs +38 -0
- package/lib/components/icons/flag-au-4x3.qwik.cjs +38 -0
- package/lib/components/icons/flag-au-4x3.qwik.mjs +38 -0
- package/lib/components/icons/flag-de-1x1.qwik.cjs +26 -0
- package/lib/components/icons/flag-de-1x1.qwik.mjs +26 -0
- package/lib/components/icons/flag-de-4x3.qwik.cjs +26 -0
- package/lib/components/icons/flag-de-4x3.qwik.mjs +26 -0
- package/lib/components/icons/flag-fr-1x1.qwik.cjs +26 -0
- package/lib/components/icons/flag-fr-1x1.qwik.mjs +26 -0
- package/lib/components/icons/flag-fr-4x3.qwik.cjs +26 -0
- package/lib/components/icons/flag-fr-4x3.qwik.mjs +26 -0
- package/lib/components/icons/flag-ie-1x1.qwik.cjs +30 -0
- package/lib/components/icons/flag-ie-1x1.qwik.mjs +30 -0
- package/lib/components/icons/flag-ie-4x3.qwik.cjs +30 -0
- package/lib/components/icons/flag-ie-4x3.qwik.mjs +30 -0
- package/lib/components/icons/flag-us-1x1.qwik.cjs +41 -0
- package/lib/components/icons/flag-us-1x1.qwik.mjs +41 -0
- package/lib/components/icons/flag-us-4x3.qwik.cjs +41 -0
- package/lib/components/icons/flag-us-4x3.qwik.mjs +41 -0
- package/lib/components/icons/flag-za-1x1.qwik.cjs +57 -0
- package/lib/components/icons/flag-za-1x1.qwik.mjs +57 -0
- package/lib/components/icons/flag-za-4x3.qwik.cjs +57 -0
- package/lib/components/icons/flag-za-4x3.qwik.mjs +57 -0
- package/lib/components/icons/logos-google-icon.qwik.cjs +30 -0
- package/lib/components/icons/logos-google-icon.qwik.mjs +30 -0
- package/lib/components/icons/logos-microsoft-icon.qwik.cjs +30 -0
- package/lib/components/icons/logos-microsoft-icon.qwik.mjs +30 -0
- package/lib/components/icons/mdi-microsoft-github.qwik.cjs +16 -0
- package/lib/components/icons/mdi-microsoft-github.qwik.mjs +16 -0
- package/lib/index.qwik.cjs +34 -0
- package/lib/index.qwik.mjs +34 -0
- package/lib-types/components/icons/flag-ae-1x1.d.ts +2 -0
- package/lib-types/components/icons/flag-ae-4x3.d.ts +2 -0
- package/lib-types/components/icons/flag-au-1x1.d.ts +2 -0
- package/lib-types/components/icons/flag-au-4x3.d.ts +2 -0
- package/lib-types/components/icons/flag-de-1x1.d.ts +2 -0
- package/lib-types/components/icons/flag-de-4x3.d.ts +2 -0
- package/lib-types/components/icons/flag-fr-1x1.d.ts +2 -0
- package/lib-types/components/icons/flag-fr-4x3.d.ts +2 -0
- package/lib-types/components/icons/flag-ie-1x1.d.ts +2 -0
- package/lib-types/components/icons/flag-ie-4x3.d.ts +2 -0
- package/lib-types/components/icons/flag-us-1x1.d.ts +2 -0
- package/lib-types/components/icons/flag-us-4x3.d.ts +2 -0
- package/lib-types/components/icons/flag-za-1x1.d.ts +2 -0
- package/lib-types/components/icons/flag-za-4x3.d.ts +2 -0
- package/lib-types/components/icons/logos-google-icon.d.ts +2 -0
- package/lib-types/components/icons/logos-microsoft-icon.d.ts +2 -0
- package/lib-types/components/icons/mdi-microsoft-github.d.ts +2 -0
- package/lib-types/index.d.ts +17 -0
- package/package.json +3 -2
package/lib-types/index.d.ts
CHANGED
|
@@ -42,6 +42,7 @@ export * from './components/icons/mdi-lock';
|
|
|
42
42
|
export * from './components/icons/mdi-login';
|
|
43
43
|
export * from './components/icons/mdi-logout';
|
|
44
44
|
export * from './components/icons/mdi-microsoft';
|
|
45
|
+
export * from './components/icons/mdi-microsoft-github';
|
|
45
46
|
export * from './components/icons/mdi-navigate-before';
|
|
46
47
|
export * from './components/icons/mdi-navigate-next';
|
|
47
48
|
export * from './components/icons/mdi-network-outline';
|
|
@@ -57,3 +58,19 @@ export * from './components/icons/mdi-user';
|
|
|
57
58
|
export * from './components/icons/mdi-user-outline';
|
|
58
59
|
export * from './components/icons/mdi-users-outline';
|
|
59
60
|
export * from './components/icons/mdi-wrench-outline';
|
|
61
|
+
export * from './components/icons/logos-google-icon';
|
|
62
|
+
export * from './components/icons/logos-microsoft-icon';
|
|
63
|
+
export * from './components/icons/flag-ae-1x1';
|
|
64
|
+
export * from './components/icons/flag-ae-4x3';
|
|
65
|
+
export * from './components/icons/flag-au-1x1';
|
|
66
|
+
export * from './components/icons/flag-au-4x3';
|
|
67
|
+
export * from './components/icons/flag-de-1x1';
|
|
68
|
+
export * from './components/icons/flag-de-4x3';
|
|
69
|
+
export * from './components/icons/flag-fr-1x1';
|
|
70
|
+
export * from './components/icons/flag-fr-4x3';
|
|
71
|
+
export * from './components/icons/flag-ie-1x1';
|
|
72
|
+
export * from './components/icons/flag-ie-4x3';
|
|
73
|
+
export * from './components/icons/flag-us-1x1';
|
|
74
|
+
export * from './components/icons/flag-us-4x3';
|
|
75
|
+
export * from './components/icons/flag-za-1x1';
|
|
76
|
+
export * from './components/icons/flag-za-4x3';
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nr1e/qwik-icons",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"description": "NR1E Qwik Icons Library",
|
|
5
|
+
"author": "NR1E, Inc.",
|
|
5
6
|
"publishConfig": {
|
|
6
7
|
"access": "public"
|
|
7
8
|
},
|
|
@@ -33,7 +34,7 @@
|
|
|
33
34
|
"devDependencies": {
|
|
34
35
|
"@builder.io/qwik": "1.18.0",
|
|
35
36
|
"@eslint/js": "latest",
|
|
36
|
-
"@types/node": "20.19.0",
|
|
37
|
+
"@types/node": "^20.19.0",
|
|
37
38
|
"eslint": "9.32.0",
|
|
38
39
|
"eslint-plugin-qwik": "1.18.0",
|
|
39
40
|
"globals": "16.4.0",
|