@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.
Files changed (55) hide show
  1. package/lib/components/icons/flag-ae-1x1.qwik.cjs +30 -0
  2. package/lib/components/icons/flag-ae-1x1.qwik.mjs +30 -0
  3. package/lib/components/icons/flag-ae-4x3.qwik.cjs +30 -0
  4. package/lib/components/icons/flag-ae-4x3.qwik.mjs +30 -0
  5. package/lib/components/icons/flag-au-1x1.qwik.cjs +38 -0
  6. package/lib/components/icons/flag-au-1x1.qwik.mjs +38 -0
  7. package/lib/components/icons/flag-au-4x3.qwik.cjs +38 -0
  8. package/lib/components/icons/flag-au-4x3.qwik.mjs +38 -0
  9. package/lib/components/icons/flag-de-1x1.qwik.cjs +26 -0
  10. package/lib/components/icons/flag-de-1x1.qwik.mjs +26 -0
  11. package/lib/components/icons/flag-de-4x3.qwik.cjs +26 -0
  12. package/lib/components/icons/flag-de-4x3.qwik.mjs +26 -0
  13. package/lib/components/icons/flag-fr-1x1.qwik.cjs +26 -0
  14. package/lib/components/icons/flag-fr-1x1.qwik.mjs +26 -0
  15. package/lib/components/icons/flag-fr-4x3.qwik.cjs +26 -0
  16. package/lib/components/icons/flag-fr-4x3.qwik.mjs +26 -0
  17. package/lib/components/icons/flag-ie-1x1.qwik.cjs +30 -0
  18. package/lib/components/icons/flag-ie-1x1.qwik.mjs +30 -0
  19. package/lib/components/icons/flag-ie-4x3.qwik.cjs +30 -0
  20. package/lib/components/icons/flag-ie-4x3.qwik.mjs +30 -0
  21. package/lib/components/icons/flag-us-1x1.qwik.cjs +41 -0
  22. package/lib/components/icons/flag-us-1x1.qwik.mjs +41 -0
  23. package/lib/components/icons/flag-us-4x3.qwik.cjs +41 -0
  24. package/lib/components/icons/flag-us-4x3.qwik.mjs +41 -0
  25. package/lib/components/icons/flag-za-1x1.qwik.cjs +57 -0
  26. package/lib/components/icons/flag-za-1x1.qwik.mjs +57 -0
  27. package/lib/components/icons/flag-za-4x3.qwik.cjs +57 -0
  28. package/lib/components/icons/flag-za-4x3.qwik.mjs +57 -0
  29. package/lib/components/icons/logos-google-icon.qwik.cjs +30 -0
  30. package/lib/components/icons/logos-google-icon.qwik.mjs +30 -0
  31. package/lib/components/icons/logos-microsoft-icon.qwik.cjs +30 -0
  32. package/lib/components/icons/logos-microsoft-icon.qwik.mjs +30 -0
  33. package/lib/components/icons/mdi-microsoft-github.qwik.cjs +16 -0
  34. package/lib/components/icons/mdi-microsoft-github.qwik.mjs +16 -0
  35. package/lib/index.qwik.cjs +34 -0
  36. package/lib/index.qwik.mjs +34 -0
  37. package/lib-types/components/icons/flag-ae-1x1.d.ts +2 -0
  38. package/lib-types/components/icons/flag-ae-4x3.d.ts +2 -0
  39. package/lib-types/components/icons/flag-au-1x1.d.ts +2 -0
  40. package/lib-types/components/icons/flag-au-4x3.d.ts +2 -0
  41. package/lib-types/components/icons/flag-de-1x1.d.ts +2 -0
  42. package/lib-types/components/icons/flag-de-4x3.d.ts +2 -0
  43. package/lib-types/components/icons/flag-fr-1x1.d.ts +2 -0
  44. package/lib-types/components/icons/flag-fr-4x3.d.ts +2 -0
  45. package/lib-types/components/icons/flag-ie-1x1.d.ts +2 -0
  46. package/lib-types/components/icons/flag-ie-4x3.d.ts +2 -0
  47. package/lib-types/components/icons/flag-us-1x1.d.ts +2 -0
  48. package/lib-types/components/icons/flag-us-4x3.d.ts +2 -0
  49. package/lib-types/components/icons/flag-za-1x1.d.ts +2 -0
  50. package/lib-types/components/icons/flag-za-4x3.d.ts +2 -0
  51. package/lib-types/components/icons/logos-google-icon.d.ts +2 -0
  52. package/lib-types/components/icons/logos-microsoft-icon.d.ts +2 -0
  53. package/lib-types/components/icons/mdi-microsoft-github.d.ts +2 -0
  54. package/lib-types/index.d.ts +17 -0
  55. package/package.json +3 -2
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const FlagFr1x1: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const FlagFr4x3: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const FlagIe1x1: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const FlagIe4x3: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const FlagUs1x1: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const FlagUs4x3: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const FlagZa1x1: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const FlagZa4x3: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const LogosGoogleIcon: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const LogosMicrosoftIcon: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiMicrosoftGithub: import("@builder.io/qwik").Component<IconProps>;
@@ -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.4",
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",