@nr1e/qwik-icons 0.0.5 → 0.0.7
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-brain-freeze-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-brain-freeze-outline.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-brain-freeze-outline.d.ts +2 -0
- package/lib-types/index.d.ts +17 -0
- package/package.json +2 -2
package/lib-types/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ export * from './components/icons/mdi-alert-box-outline';
|
|
|
6
6
|
export * from './components/icons/mdi-arrow-back-circle';
|
|
7
7
|
export * from './components/icons/mdi-arrow-forward-circle';
|
|
8
8
|
export * from './components/icons/mdi-brain';
|
|
9
|
+
export * from './components/icons/mdi-brain-freeze-outline';
|
|
9
10
|
export * from './components/icons/mdi-check-circle';
|
|
10
11
|
export * from './components/icons/mdi-check-circle-outline';
|
|
11
12
|
export * from './components/icons/mdi-chevron-down';
|
|
@@ -58,3 +59,19 @@ export * from './components/icons/mdi-user';
|
|
|
58
59
|
export * from './components/icons/mdi-user-outline';
|
|
59
60
|
export * from './components/icons/mdi-users-outline';
|
|
60
61
|
export * from './components/icons/mdi-wrench-outline';
|
|
62
|
+
export * from './components/icons/logos-google-icon';
|
|
63
|
+
export * from './components/icons/logos-microsoft-icon';
|
|
64
|
+
export * from './components/icons/flag-ae-1x1';
|
|
65
|
+
export * from './components/icons/flag-ae-4x3';
|
|
66
|
+
export * from './components/icons/flag-au-1x1';
|
|
67
|
+
export * from './components/icons/flag-au-4x3';
|
|
68
|
+
export * from './components/icons/flag-de-1x1';
|
|
69
|
+
export * from './components/icons/flag-de-4x3';
|
|
70
|
+
export * from './components/icons/flag-fr-1x1';
|
|
71
|
+
export * from './components/icons/flag-fr-4x3';
|
|
72
|
+
export * from './components/icons/flag-ie-1x1';
|
|
73
|
+
export * from './components/icons/flag-ie-4x3';
|
|
74
|
+
export * from './components/icons/flag-us-1x1';
|
|
75
|
+
export * from './components/icons/flag-us-4x3';
|
|
76
|
+
export * from './components/icons/flag-za-1x1';
|
|
77
|
+
export * from './components/icons/flag-za-4x3';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nr1e/qwik-icons",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "NR1E Qwik Icons Library",
|
|
5
5
|
"author": "NR1E, Inc.",
|
|
6
6
|
"publishConfig": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@builder.io/qwik": "1.18.0",
|
|
36
36
|
"@eslint/js": "latest",
|
|
37
|
-
"@types/node": "20.19.0",
|
|
37
|
+
"@types/node": "^20.19.0",
|
|
38
38
|
"eslint": "9.32.0",
|
|
39
39
|
"eslint-plugin-qwik": "1.18.0",
|
|
40
40
|
"globals": "16.4.0",
|