@thesvg/icons 2.0.1 → 2.1.1

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 (173) hide show
  1. package/dist/azure-blob.cjs +2 -2
  2. package/dist/azure-blob.js +2 -2
  3. package/dist/bolt.cjs +1 -1
  4. package/dist/bolt.js +1 -1
  5. package/dist/developer-student-club.cjs +2 -16
  6. package/dist/developer-student-club.js +2 -16
  7. package/dist/eshopos-logo.cjs +75 -0
  8. package/dist/eshopos-logo.d.ts +17 -0
  9. package/dist/eshopos-logo.js +63 -0
  10. package/dist/gemini-cli.cjs +69 -0
  11. package/dist/gemini-cli.d.ts +17 -0
  12. package/dist/gemini-cli.js +57 -0
  13. package/dist/iflow.cjs +81 -0
  14. package/dist/iflow.d.ts +17 -0
  15. package/dist/iflow.js +69 -0
  16. package/dist/index.cjs +90 -0
  17. package/dist/index.d.ts +45 -0
  18. package/dist/index.js +45 -0
  19. package/dist/k8s-api-server.cjs +221 -0
  20. package/dist/k8s-api-server.d.ts +17 -0
  21. package/dist/k8s-api-server.js +209 -0
  22. package/dist/k8s-cloud-controller-manager.cjs +221 -0
  23. package/dist/k8s-cloud-controller-manager.d.ts +17 -0
  24. package/dist/k8s-cloud-controller-manager.js +209 -0
  25. package/dist/k8s-clusterrole.cjs +231 -0
  26. package/dist/k8s-clusterrole.d.ts +17 -0
  27. package/dist/k8s-clusterrole.js +219 -0
  28. package/dist/k8s-clusterrolebinding.cjs +193 -0
  29. package/dist/k8s-clusterrolebinding.d.ts +17 -0
  30. package/dist/k8s-clusterrolebinding.js +181 -0
  31. package/dist/k8s-configmap.cjs +309 -0
  32. package/dist/k8s-configmap.d.ts +17 -0
  33. package/dist/k8s-configmap.js +297 -0
  34. package/dist/k8s-controller-manager.cjs +221 -0
  35. package/dist/k8s-controller-manager.d.ts +17 -0
  36. package/dist/k8s-controller-manager.js +209 -0
  37. package/dist/k8s-cronjob.cjs +213 -0
  38. package/dist/k8s-cronjob.d.ts +17 -0
  39. package/dist/k8s-cronjob.js +201 -0
  40. package/dist/k8s-customresourcedefinition.cjs +193 -0
  41. package/dist/k8s-customresourcedefinition.d.ts +17 -0
  42. package/dist/k8s-customresourcedefinition.js +181 -0
  43. package/dist/k8s-daemonset.cjs +241 -0
  44. package/dist/k8s-daemonset.d.ts +17 -0
  45. package/dist/k8s-daemonset.js +229 -0
  46. package/dist/k8s-deployment.cjs +211 -0
  47. package/dist/k8s-deployment.d.ts +17 -0
  48. package/dist/k8s-deployment.js +199 -0
  49. package/dist/k8s-endpoints.cjs +405 -0
  50. package/dist/k8s-endpoints.d.ts +17 -0
  51. package/dist/k8s-endpoints.js +393 -0
  52. package/dist/k8s-etcd-cluster.cjs +205 -0
  53. package/dist/k8s-etcd-cluster.d.ts +17 -0
  54. package/dist/k8s-etcd-cluster.js +193 -0
  55. package/dist/k8s-group.cjs +193 -0
  56. package/dist/k8s-group.d.ts +17 -0
  57. package/dist/k8s-group.js +181 -0
  58. package/dist/k8s-horizontalpodautoscaler.cjs +233 -0
  59. package/dist/k8s-horizontalpodautoscaler.d.ts +17 -0
  60. package/dist/k8s-horizontalpodautoscaler.js +221 -0
  61. package/dist/k8s-ingress.cjs +195 -0
  62. package/dist/k8s-ingress.d.ts +17 -0
  63. package/dist/k8s-ingress.js +183 -0
  64. package/dist/k8s-job.cjs +289 -0
  65. package/dist/k8s-job.d.ts +17 -0
  66. package/dist/k8s-job.js +277 -0
  67. package/dist/k8s-kube-proxy.cjs +221 -0
  68. package/dist/k8s-kube-proxy.d.ts +17 -0
  69. package/dist/k8s-kube-proxy.js +209 -0
  70. package/dist/k8s-kubelet.cjs +221 -0
  71. package/dist/k8s-kubelet.d.ts +17 -0
  72. package/dist/k8s-kubelet.js +209 -0
  73. package/dist/k8s-limitrange.cjs +219 -0
  74. package/dist/k8s-limitrange.d.ts +17 -0
  75. package/dist/k8s-limitrange.js +207 -0
  76. package/dist/k8s-namespace.cjs +197 -0
  77. package/dist/k8s-namespace.d.ts +17 -0
  78. package/dist/k8s-namespace.js +185 -0
  79. package/dist/k8s-networkpolicy.cjs +195 -0
  80. package/dist/k8s-networkpolicy.d.ts +17 -0
  81. package/dist/k8s-networkpolicy.js +183 -0
  82. package/dist/k8s-persistentvolume.cjs +221 -0
  83. package/dist/k8s-persistentvolume.d.ts +17 -0
  84. package/dist/k8s-persistentvolume.js +209 -0
  85. package/dist/k8s-persistentvolumeclaim.cjs +193 -0
  86. package/dist/k8s-persistentvolumeclaim.d.ts +17 -0
  87. package/dist/k8s-persistentvolumeclaim.js +181 -0
  88. package/dist/k8s-pod.cjs +233 -0
  89. package/dist/k8s-pod.d.ts +17 -0
  90. package/dist/k8s-pod.js +221 -0
  91. package/dist/k8s-podsecuritypolicy.cjs +243 -0
  92. package/dist/k8s-podsecuritypolicy.d.ts +17 -0
  93. package/dist/k8s-podsecuritypolicy.js +231 -0
  94. package/dist/k8s-replicaset.cjs +231 -0
  95. package/dist/k8s-replicaset.d.ts +17 -0
  96. package/dist/k8s-replicaset.js +219 -0
  97. package/dist/k8s-resourcequota.cjs +215 -0
  98. package/dist/k8s-resourcequota.d.ts +17 -0
  99. package/dist/k8s-resourcequota.js +203 -0
  100. package/dist/k8s-role.cjs +245 -0
  101. package/dist/k8s-role.d.ts +17 -0
  102. package/dist/k8s-role.js +233 -0
  103. package/dist/k8s-rolebinding.cjs +215 -0
  104. package/dist/k8s-rolebinding.d.ts +17 -0
  105. package/dist/k8s-rolebinding.js +203 -0
  106. package/dist/k8s-scheduler.cjs +221 -0
  107. package/dist/k8s-scheduler.d.ts +17 -0
  108. package/dist/k8s-scheduler.js +209 -0
  109. package/dist/k8s-secret.cjs +283 -0
  110. package/dist/k8s-secret.d.ts +17 -0
  111. package/dist/k8s-secret.js +271 -0
  112. package/dist/k8s-service.cjs +261 -0
  113. package/dist/k8s-service.d.ts +17 -0
  114. package/dist/k8s-service.js +249 -0
  115. package/dist/k8s-serviceaccount.cjs +195 -0
  116. package/dist/k8s-serviceaccount.d.ts +17 -0
  117. package/dist/k8s-serviceaccount.js +183 -0
  118. package/dist/k8s-statefulset.cjs +267 -0
  119. package/dist/k8s-statefulset.d.ts +17 -0
  120. package/dist/k8s-statefulset.js +255 -0
  121. package/dist/k8s-storageclass.cjs +287 -0
  122. package/dist/k8s-storageclass.d.ts +17 -0
  123. package/dist/k8s-storageclass.js +275 -0
  124. package/dist/k8s-user.cjs +193 -0
  125. package/dist/k8s-user.d.ts +17 -0
  126. package/dist/k8s-user.js +181 -0
  127. package/dist/k8s-volume.cjs +221 -0
  128. package/dist/k8s-volume.d.ts +17 -0
  129. package/dist/k8s-volume.js +209 -0
  130. package/dist/k8s-worker-node.cjs +195 -0
  131. package/dist/k8s-worker-node.d.ts +17 -0
  132. package/dist/k8s-worker-node.js +183 -0
  133. package/dist/kiro.cjs +41 -0
  134. package/dist/kiro.d.ts +17 -0
  135. package/dist/kiro.js +29 -0
  136. package/dist/monistic-logo.cjs +37 -0
  137. package/dist/monistic-logo.d.ts +17 -0
  138. package/dist/monistic-logo.js +25 -0
  139. package/dist/mypy.cjs +2 -2
  140. package/dist/mypy.js +2 -2
  141. package/dist/neovim.cjs +0 -2
  142. package/dist/neovim.js +0 -2
  143. package/dist/nimoxis.cjs +39 -0
  144. package/dist/nimoxis.d.ts +17 -0
  145. package/dist/nimoxis.js +27 -0
  146. package/dist/open-webui.cjs +2 -6
  147. package/dist/open-webui.js +2 -6
  148. package/dist/openrouter.cjs +2 -2
  149. package/dist/openrouter.js +2 -2
  150. package/dist/oracle.cjs +2 -2
  151. package/dist/oracle.js +2 -2
  152. package/dist/paramount.cjs +3 -3
  153. package/dist/paramount.js +3 -3
  154. package/dist/paypal.cjs +2 -2
  155. package/dist/paypal.js +2 -2
  156. package/dist/powertoys.cjs +2 -2
  157. package/dist/powertoys.js +2 -2
  158. package/dist/qt.cjs +2 -14
  159. package/dist/qt.js +2 -14
  160. package/dist/shopline.cjs +29 -0
  161. package/dist/shopline.d.ts +17 -0
  162. package/dist/shopline.js +17 -0
  163. package/dist/styled-components.cjs +2 -2
  164. package/dist/styled-components.js +2 -2
  165. package/dist/svgl.cjs +2 -2
  166. package/dist/svgl.js +2 -2
  167. package/dist/upsales.cjs +2 -2
  168. package/dist/upsales.js +2 -2
  169. package/dist/volta.cjs +4 -4
  170. package/dist/volta.js +4 -4
  171. package/dist/web-components.cjs +2 -2
  172. package/dist/web-components.js +2 -2
  173. package/package.json +1 -1
package/dist/iflow.cjs ADDED
@@ -0,0 +1,81 @@
1
+ "use strict";
2
+ // @thesvg/icons -iFlow
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ exports.slug = "iflow";
8
+ exports.title = "iFlow";
9
+ exports.hex = "2A4AF4";
10
+ exports.categories = ["AI", "Software"];
11
+ exports.aliases = [];
12
+ exports.svg = `<svg xmlns="http://www.w3.org/2000/svg" width="256" height="260" fill="none" viewBox="0 0 256 260">
13
+ <!-- SVG created with Arrow, by QuiverAI (https://quiver.ai) -->
14
+ <path d="m128.3 0.1c-54.34 0-99 31.01-120.8 79.79-1.78 4.53-3.55 9.82-3.55 16.15 0 12.87 11.1 23.97 23.73 23.97 11.09 0 19.27-7.02 22.53-17.22 13.6-36.62 43.73-71.68 97.34-71.68 52.92 0 93.28 32.8 108.2 88.9h0.27c-1.78-62.59-53.96-119.9-127.7-119.9z" fill="url(#paint0_linear_1327_117283)"/>
15
+ <path d="m229.7 209.4c9.26-12.16 15.95-24.58 20.75-38.46 5.65-14.67-6.37-30.34-22.39-30.34-11.1 0-18.26 6.59-21.65 15.94-13.32 36.35-42.06 72.38-98.51 72.38-50.67 0-87.79-26.71-107.9-88.32 2.98 60.3 54.57 119.2 126.2 119.1 28.19 0 52.02-8.93 72.37-21.09l44.02 7.56-12.87-36.77z" fill="url(#paint1_linear_1327_117283)"/>
16
+ <path d="m91.98 100.3h-16.5c-2.41 0-3.28 1.88-3.28 4.13v38.83c0 2.41 0.96 4.15 3.28 4.15h15.76c2.1 0 2.97-1.78 2.97-4.15v-39.39c0-1.78-0.78-3.57-2.23-3.57z" fill="url(#paint2_linear_1327_117283)"/>
17
+ <path d="m156.9 100.3h-14.76c-3.26 0-4.4 1.51-4.4 5.75v37.21c0 2.46 1.14 4.15 3.46 4.15h15.57c2.24 0 3.07-1.92 3.07-4.7v-37.58c0-2.55-0.83-4.83-2.94-4.83z" fill="url(#paint3_linear_1327_117283)"/>
18
+ <defs>
19
+ <linearGradient id="paint0_linear_1327_117283" x1="24.27" x2="170.1" y1="129.6" y2="-22.62" gradientUnits="userSpaceOnUse">
20
+ <stop stop-color="#2A4AF4" offset="0"/>
21
+ <stop stop-color="#7856F6" offset=".5"/>
22
+ <stop stop-color="#B657FF" offset="1"/>
23
+ </linearGradient>
24
+ <linearGradient id="paint1_linear_1327_117283" x1="24.83" x2="227" y1="260.2" y2="132.1" gradientUnits="userSpaceOnUse">
25
+ <stop stop-color="#0D4FF4" offset="0"/>
26
+ <stop stop-color="#6259F7" offset=".5"/>
27
+ <stop stop-color="#9E57FC" offset="1"/>
28
+ </linearGradient>
29
+ <linearGradient id="paint2_linear_1327_117283" x1="70.11" x2="98.08" y1="148" y2="99.96" gradientUnits="userSpaceOnUse">
30
+ <stop stop-color="#564AF4" offset="0"/>
31
+ <stop stop-color="#8A57F8" offset="1"/>
32
+ </linearGradient>
33
+ <linearGradient id="paint3_linear_1327_117283" x1="136.1" x2="165.9" y1="148" y2="99.17" gradientUnits="userSpaceOnUse">
34
+ <stop stop-color="#664AF4" offset="0"/>
35
+ <stop stop-color="#9557F9" offset="1"/>
36
+ </linearGradient>
37
+ </defs>
38
+ </svg>`;
39
+ exports.variants = {
40
+ "default": `<svg xmlns="http://www.w3.org/2000/svg" width="256" height="260" fill="none" viewBox="0 0 256 260">
41
+ <!-- SVG created with Arrow, by QuiverAI (https://quiver.ai) -->
42
+ <path d="m128.3 0.1c-54.34 0-99 31.01-120.8 79.79-1.78 4.53-3.55 9.82-3.55 16.15 0 12.87 11.1 23.97 23.73 23.97 11.09 0 19.27-7.02 22.53-17.22 13.6-36.62 43.73-71.68 97.34-71.68 52.92 0 93.28 32.8 108.2 88.9h0.27c-1.78-62.59-53.96-119.9-127.7-119.9z" fill="url(#paint0_linear_1327_117283)"/>
43
+ <path d="m229.7 209.4c9.26-12.16 15.95-24.58 20.75-38.46 5.65-14.67-6.37-30.34-22.39-30.34-11.1 0-18.26 6.59-21.65 15.94-13.32 36.35-42.06 72.38-98.51 72.38-50.67 0-87.79-26.71-107.9-88.32 2.98 60.3 54.57 119.2 126.2 119.1 28.19 0 52.02-8.93 72.37-21.09l44.02 7.56-12.87-36.77z" fill="url(#paint1_linear_1327_117283)"/>
44
+ <path d="m91.98 100.3h-16.5c-2.41 0-3.28 1.88-3.28 4.13v38.83c0 2.41 0.96 4.15 3.28 4.15h15.76c2.1 0 2.97-1.78 2.97-4.15v-39.39c0-1.78-0.78-3.57-2.23-3.57z" fill="url(#paint2_linear_1327_117283)"/>
45
+ <path d="m156.9 100.3h-14.76c-3.26 0-4.4 1.51-4.4 5.75v37.21c0 2.46 1.14 4.15 3.46 4.15h15.57c2.24 0 3.07-1.92 3.07-4.7v-37.58c0-2.55-0.83-4.83-2.94-4.83z" fill="url(#paint3_linear_1327_117283)"/>
46
+ <defs>
47
+ <linearGradient id="paint0_linear_1327_117283" x1="24.27" x2="170.1" y1="129.6" y2="-22.62" gradientUnits="userSpaceOnUse">
48
+ <stop stop-color="#2A4AF4" offset="0"/>
49
+ <stop stop-color="#7856F6" offset=".5"/>
50
+ <stop stop-color="#B657FF" offset="1"/>
51
+ </linearGradient>
52
+ <linearGradient id="paint1_linear_1327_117283" x1="24.83" x2="227" y1="260.2" y2="132.1" gradientUnits="userSpaceOnUse">
53
+ <stop stop-color="#0D4FF4" offset="0"/>
54
+ <stop stop-color="#6259F7" offset=".5"/>
55
+ <stop stop-color="#9E57FC" offset="1"/>
56
+ </linearGradient>
57
+ <linearGradient id="paint2_linear_1327_117283" x1="70.11" x2="98.08" y1="148" y2="99.96" gradientUnits="userSpaceOnUse">
58
+ <stop stop-color="#564AF4" offset="0"/>
59
+ <stop stop-color="#8A57F8" offset="1"/>
60
+ </linearGradient>
61
+ <linearGradient id="paint3_linear_1327_117283" x1="136.1" x2="165.9" y1="148" y2="99.17" gradientUnits="userSpaceOnUse">
62
+ <stop stop-color="#664AF4" offset="0"/>
63
+ <stop stop-color="#9557F9" offset="1"/>
64
+ </linearGradient>
65
+ </defs>
66
+ </svg>`
67
+ };
68
+ exports.license = "Unknown";
69
+ exports.url = "https://iflow.cn";
70
+
71
+ exports.default = {
72
+ slug: exports.slug,
73
+ title: exports.title,
74
+ hex: exports.hex,
75
+ categories: exports.categories,
76
+ aliases: exports.aliases,
77
+ svg: exports.svg,
78
+ variants: exports.variants,
79
+ license: exports.license,
80
+ url: exports.url,
81
+ };
@@ -0,0 +1,17 @@
1
+ // @thesvg/icons - iFlow
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { IconModule } from "./index.js";
5
+
6
+ export declare const slug: string;
7
+ export declare const title: string;
8
+ export declare const hex: string;
9
+ export declare const categories: string[];
10
+ export declare const aliases: string[];
11
+ export declare const svg: string;
12
+ export declare const variants: Record<string, string>;
13
+ export declare const license: string;
14
+ export declare const url: string;
15
+
16
+ declare const iflow: IconModule;
17
+ export default iflow;
package/dist/iflow.js ADDED
@@ -0,0 +1,69 @@
1
+ // @thesvg/icons - iFlow
2
+ // Auto-generated. Do not edit.
3
+
4
+ export const slug = "iflow";
5
+ export const title = "iFlow";
6
+ export const hex = "2A4AF4";
7
+ export const categories = ["AI", "Software"];
8
+ export const aliases = [];
9
+ export const svg = `<svg xmlns="http://www.w3.org/2000/svg" width="256" height="260" fill="none" viewBox="0 0 256 260">
10
+ <!-- SVG created with Arrow, by QuiverAI (https://quiver.ai) -->
11
+ <path d="m128.3 0.1c-54.34 0-99 31.01-120.8 79.79-1.78 4.53-3.55 9.82-3.55 16.15 0 12.87 11.1 23.97 23.73 23.97 11.09 0 19.27-7.02 22.53-17.22 13.6-36.62 43.73-71.68 97.34-71.68 52.92 0 93.28 32.8 108.2 88.9h0.27c-1.78-62.59-53.96-119.9-127.7-119.9z" fill="url(#paint0_linear_1327_117283)"/>
12
+ <path d="m229.7 209.4c9.26-12.16 15.95-24.58 20.75-38.46 5.65-14.67-6.37-30.34-22.39-30.34-11.1 0-18.26 6.59-21.65 15.94-13.32 36.35-42.06 72.38-98.51 72.38-50.67 0-87.79-26.71-107.9-88.32 2.98 60.3 54.57 119.2 126.2 119.1 28.19 0 52.02-8.93 72.37-21.09l44.02 7.56-12.87-36.77z" fill="url(#paint1_linear_1327_117283)"/>
13
+ <path d="m91.98 100.3h-16.5c-2.41 0-3.28 1.88-3.28 4.13v38.83c0 2.41 0.96 4.15 3.28 4.15h15.76c2.1 0 2.97-1.78 2.97-4.15v-39.39c0-1.78-0.78-3.57-2.23-3.57z" fill="url(#paint2_linear_1327_117283)"/>
14
+ <path d="m156.9 100.3h-14.76c-3.26 0-4.4 1.51-4.4 5.75v37.21c0 2.46 1.14 4.15 3.46 4.15h15.57c2.24 0 3.07-1.92 3.07-4.7v-37.58c0-2.55-0.83-4.83-2.94-4.83z" fill="url(#paint3_linear_1327_117283)"/>
15
+ <defs>
16
+ <linearGradient id="paint0_linear_1327_117283" x1="24.27" x2="170.1" y1="129.6" y2="-22.62" gradientUnits="userSpaceOnUse">
17
+ <stop stop-color="#2A4AF4" offset="0"/>
18
+ <stop stop-color="#7856F6" offset=".5"/>
19
+ <stop stop-color="#B657FF" offset="1"/>
20
+ </linearGradient>
21
+ <linearGradient id="paint1_linear_1327_117283" x1="24.83" x2="227" y1="260.2" y2="132.1" gradientUnits="userSpaceOnUse">
22
+ <stop stop-color="#0D4FF4" offset="0"/>
23
+ <stop stop-color="#6259F7" offset=".5"/>
24
+ <stop stop-color="#9E57FC" offset="1"/>
25
+ </linearGradient>
26
+ <linearGradient id="paint2_linear_1327_117283" x1="70.11" x2="98.08" y1="148" y2="99.96" gradientUnits="userSpaceOnUse">
27
+ <stop stop-color="#564AF4" offset="0"/>
28
+ <stop stop-color="#8A57F8" offset="1"/>
29
+ </linearGradient>
30
+ <linearGradient id="paint3_linear_1327_117283" x1="136.1" x2="165.9" y1="148" y2="99.17" gradientUnits="userSpaceOnUse">
31
+ <stop stop-color="#664AF4" offset="0"/>
32
+ <stop stop-color="#9557F9" offset="1"/>
33
+ </linearGradient>
34
+ </defs>
35
+ </svg>`;
36
+ export const variants = {
37
+ "default": `<svg xmlns="http://www.w3.org/2000/svg" width="256" height="260" fill="none" viewBox="0 0 256 260">
38
+ <!-- SVG created with Arrow, by QuiverAI (https://quiver.ai) -->
39
+ <path d="m128.3 0.1c-54.34 0-99 31.01-120.8 79.79-1.78 4.53-3.55 9.82-3.55 16.15 0 12.87 11.1 23.97 23.73 23.97 11.09 0 19.27-7.02 22.53-17.22 13.6-36.62 43.73-71.68 97.34-71.68 52.92 0 93.28 32.8 108.2 88.9h0.27c-1.78-62.59-53.96-119.9-127.7-119.9z" fill="url(#paint0_linear_1327_117283)"/>
40
+ <path d="m229.7 209.4c9.26-12.16 15.95-24.58 20.75-38.46 5.65-14.67-6.37-30.34-22.39-30.34-11.1 0-18.26 6.59-21.65 15.94-13.32 36.35-42.06 72.38-98.51 72.38-50.67 0-87.79-26.71-107.9-88.32 2.98 60.3 54.57 119.2 126.2 119.1 28.19 0 52.02-8.93 72.37-21.09l44.02 7.56-12.87-36.77z" fill="url(#paint1_linear_1327_117283)"/>
41
+ <path d="m91.98 100.3h-16.5c-2.41 0-3.28 1.88-3.28 4.13v38.83c0 2.41 0.96 4.15 3.28 4.15h15.76c2.1 0 2.97-1.78 2.97-4.15v-39.39c0-1.78-0.78-3.57-2.23-3.57z" fill="url(#paint2_linear_1327_117283)"/>
42
+ <path d="m156.9 100.3h-14.76c-3.26 0-4.4 1.51-4.4 5.75v37.21c0 2.46 1.14 4.15 3.46 4.15h15.57c2.24 0 3.07-1.92 3.07-4.7v-37.58c0-2.55-0.83-4.83-2.94-4.83z" fill="url(#paint3_linear_1327_117283)"/>
43
+ <defs>
44
+ <linearGradient id="paint0_linear_1327_117283" x1="24.27" x2="170.1" y1="129.6" y2="-22.62" gradientUnits="userSpaceOnUse">
45
+ <stop stop-color="#2A4AF4" offset="0"/>
46
+ <stop stop-color="#7856F6" offset=".5"/>
47
+ <stop stop-color="#B657FF" offset="1"/>
48
+ </linearGradient>
49
+ <linearGradient id="paint1_linear_1327_117283" x1="24.83" x2="227" y1="260.2" y2="132.1" gradientUnits="userSpaceOnUse">
50
+ <stop stop-color="#0D4FF4" offset="0"/>
51
+ <stop stop-color="#6259F7" offset=".5"/>
52
+ <stop stop-color="#9E57FC" offset="1"/>
53
+ </linearGradient>
54
+ <linearGradient id="paint2_linear_1327_117283" x1="70.11" x2="98.08" y1="148" y2="99.96" gradientUnits="userSpaceOnUse">
55
+ <stop stop-color="#564AF4" offset="0"/>
56
+ <stop stop-color="#8A57F8" offset="1"/>
57
+ </linearGradient>
58
+ <linearGradient id="paint3_linear_1327_117283" x1="136.1" x2="165.9" y1="148" y2="99.17" gradientUnits="userSpaceOnUse">
59
+ <stop stop-color="#664AF4" offset="0"/>
60
+ <stop stop-color="#9557F9" offset="1"/>
61
+ </linearGradient>
62
+ </defs>
63
+ </svg>`
64
+ };
65
+ export const license = "Unknown";
66
+ export const url = "https://iflow.cn";
67
+
68
+ const iflow = { slug, title, hex, categories, aliases, svg, variants, license, url };
69
+ export default iflow;
package/dist/index.cjs CHANGED
@@ -4862,6 +4862,8 @@ const _esbuild = require("./esbuild.cjs");
4862
4862
  exports.esbuild = _esbuild.default;
4863
4863
  const _esea = require("./esea.cjs");
4864
4864
  exports.esea = _esea.default;
4865
+ const _eshopos_logo = require("./eshopos-logo.cjs");
4866
+ exports.eshopos_logo = _eshopos_logo.default;
4865
4867
  const _eslgaming = require("./eslgaming.cjs");
4866
4868
  exports.eslgaming = _eslgaming.default;
4867
4869
  const _eslint = require("./eslint.cjs");
@@ -5728,6 +5730,8 @@ const _geeksforgeeks = require("./geeksforgeeks.cjs");
5728
5730
  exports.geeksforgeeks = _geeksforgeeks.default;
5729
5731
  const _gemini = require("./gemini.cjs");
5730
5732
  exports.gemini = _gemini.default;
5733
+ const _gemini_cli = require("./gemini-cli.cjs");
5734
+ exports.gemini_cli = _gemini_cli.default;
5731
5735
  const _gemini_google = require("./gemini-google.cjs");
5732
5736
  exports.gemini_google = _gemini_google.default;
5733
5737
  const _gemma_google = require("./gemma-google.cjs");
@@ -6394,6 +6398,8 @@ const _ieee = require("./ieee.cjs");
6394
6398
  exports.ieee = _ieee.default;
6395
6399
  const _ifixit = require("./ifixit.cjs");
6396
6400
  exports.ifixit = _ifixit.default;
6401
+ const _iflow = require("./iflow.cjs");
6402
+ exports.iflow = _iflow.default;
6397
6403
  const _iflytekcloud = require("./iflytekcloud.cjs");
6398
6404
  exports.iflytekcloud = _iflytekcloud.default;
6399
6405
  const _ifood = require("./ifood.cjs");
@@ -6718,6 +6724,82 @@ const _k3s = require("./k3s.cjs");
6718
6724
  exports.k3s = _k3s.default;
6719
6725
  const _k6 = require("./k6.cjs");
6720
6726
  exports.k6 = _k6.default;
6727
+ const _k8s_api_server = require("./k8s-api-server.cjs");
6728
+ exports.k8s_api_server = _k8s_api_server.default;
6729
+ const _k8s_cloud_controller_manager = require("./k8s-cloud-controller-manager.cjs");
6730
+ exports.k8s_cloud_controller_manager = _k8s_cloud_controller_manager.default;
6731
+ const _k8s_clusterrole = require("./k8s-clusterrole.cjs");
6732
+ exports.k8s_clusterrole = _k8s_clusterrole.default;
6733
+ const _k8s_clusterrolebinding = require("./k8s-clusterrolebinding.cjs");
6734
+ exports.k8s_clusterrolebinding = _k8s_clusterrolebinding.default;
6735
+ const _k8s_configmap = require("./k8s-configmap.cjs");
6736
+ exports.k8s_configmap = _k8s_configmap.default;
6737
+ const _k8s_controller_manager = require("./k8s-controller-manager.cjs");
6738
+ exports.k8s_controller_manager = _k8s_controller_manager.default;
6739
+ const _k8s_cronjob = require("./k8s-cronjob.cjs");
6740
+ exports.k8s_cronjob = _k8s_cronjob.default;
6741
+ const _k8s_customresourcedefinition = require("./k8s-customresourcedefinition.cjs");
6742
+ exports.k8s_customresourcedefinition = _k8s_customresourcedefinition.default;
6743
+ const _k8s_daemonset = require("./k8s-daemonset.cjs");
6744
+ exports.k8s_daemonset = _k8s_daemonset.default;
6745
+ const _k8s_deployment = require("./k8s-deployment.cjs");
6746
+ exports.k8s_deployment = _k8s_deployment.default;
6747
+ const _k8s_endpoints = require("./k8s-endpoints.cjs");
6748
+ exports.k8s_endpoints = _k8s_endpoints.default;
6749
+ const _k8s_etcd_cluster = require("./k8s-etcd-cluster.cjs");
6750
+ exports.k8s_etcd_cluster = _k8s_etcd_cluster.default;
6751
+ const _k8s_group = require("./k8s-group.cjs");
6752
+ exports.k8s_group = _k8s_group.default;
6753
+ const _k8s_horizontalpodautoscaler = require("./k8s-horizontalpodautoscaler.cjs");
6754
+ exports.k8s_horizontalpodautoscaler = _k8s_horizontalpodautoscaler.default;
6755
+ const _k8s_ingress = require("./k8s-ingress.cjs");
6756
+ exports.k8s_ingress = _k8s_ingress.default;
6757
+ const _k8s_job = require("./k8s-job.cjs");
6758
+ exports.k8s_job = _k8s_job.default;
6759
+ const _k8s_kube_proxy = require("./k8s-kube-proxy.cjs");
6760
+ exports.k8s_kube_proxy = _k8s_kube_proxy.default;
6761
+ const _k8s_kubelet = require("./k8s-kubelet.cjs");
6762
+ exports.k8s_kubelet = _k8s_kubelet.default;
6763
+ const _k8s_limitrange = require("./k8s-limitrange.cjs");
6764
+ exports.k8s_limitrange = _k8s_limitrange.default;
6765
+ const _k8s_namespace = require("./k8s-namespace.cjs");
6766
+ exports.k8s_namespace = _k8s_namespace.default;
6767
+ const _k8s_networkpolicy = require("./k8s-networkpolicy.cjs");
6768
+ exports.k8s_networkpolicy = _k8s_networkpolicy.default;
6769
+ const _k8s_persistentvolume = require("./k8s-persistentvolume.cjs");
6770
+ exports.k8s_persistentvolume = _k8s_persistentvolume.default;
6771
+ const _k8s_persistentvolumeclaim = require("./k8s-persistentvolumeclaim.cjs");
6772
+ exports.k8s_persistentvolumeclaim = _k8s_persistentvolumeclaim.default;
6773
+ const _k8s_pod = require("./k8s-pod.cjs");
6774
+ exports.k8s_pod = _k8s_pod.default;
6775
+ const _k8s_podsecuritypolicy = require("./k8s-podsecuritypolicy.cjs");
6776
+ exports.k8s_podsecuritypolicy = _k8s_podsecuritypolicy.default;
6777
+ const _k8s_replicaset = require("./k8s-replicaset.cjs");
6778
+ exports.k8s_replicaset = _k8s_replicaset.default;
6779
+ const _k8s_resourcequota = require("./k8s-resourcequota.cjs");
6780
+ exports.k8s_resourcequota = _k8s_resourcequota.default;
6781
+ const _k8s_role = require("./k8s-role.cjs");
6782
+ exports.k8s_role = _k8s_role.default;
6783
+ const _k8s_rolebinding = require("./k8s-rolebinding.cjs");
6784
+ exports.k8s_rolebinding = _k8s_rolebinding.default;
6785
+ const _k8s_scheduler = require("./k8s-scheduler.cjs");
6786
+ exports.k8s_scheduler = _k8s_scheduler.default;
6787
+ const _k8s_secret = require("./k8s-secret.cjs");
6788
+ exports.k8s_secret = _k8s_secret.default;
6789
+ const _k8s_service = require("./k8s-service.cjs");
6790
+ exports.k8s_service = _k8s_service.default;
6791
+ const _k8s_serviceaccount = require("./k8s-serviceaccount.cjs");
6792
+ exports.k8s_serviceaccount = _k8s_serviceaccount.default;
6793
+ const _k8s_statefulset = require("./k8s-statefulset.cjs");
6794
+ exports.k8s_statefulset = _k8s_statefulset.default;
6795
+ const _k8s_storageclass = require("./k8s-storageclass.cjs");
6796
+ exports.k8s_storageclass = _k8s_storageclass.default;
6797
+ const _k8s_user = require("./k8s-user.cjs");
6798
+ exports.k8s_user = _k8s_user.default;
6799
+ const _k8s_volume = require("./k8s-volume.cjs");
6800
+ exports.k8s_volume = _k8s_volume.default;
6801
+ const _k8s_worker_node = require("./k8s-worker-node.cjs");
6802
+ exports.k8s_worker_node = _k8s_worker_node.default;
6721
6803
  const _kafka = require("./kafka.cjs");
6722
6804
  exports.kafka = _kafka.default;
6723
6805
  const _kaggle = require("./kaggle.cjs");
@@ -6826,6 +6908,8 @@ const _kinsta = require("./kinsta.cjs");
6826
6908
  exports.kinsta = _kinsta.default;
6827
6909
  const _kirby = require("./kirby.cjs");
6828
6910
  exports.kirby = _kirby.default;
6911
+ const _kiro = require("./kiro.cjs");
6912
+ exports.kiro = _kiro.default;
6829
6913
  const _kit = require("./kit.cjs");
6830
6914
  exports.kit = _kit.default;
6831
6915
  const _kitsu = require("./kitsu.cjs");
@@ -7646,6 +7730,8 @@ const _mongoose = require("./mongoose.cjs");
7646
7730
  exports.mongoose = _mongoose.default;
7647
7731
  const _monica = require("./monica.cjs");
7648
7732
  exports.monica = _monica.default;
7733
+ const _monistic_logo = require("./monistic-logo.cjs");
7734
+ exports.monistic_logo = _monistic_logo.default;
7649
7735
  const _monkey_tie = require("./monkey-tie.cjs");
7650
7736
  exports.monkey_tie = _monkey_tie.default;
7651
7737
  const _monkeytype = require("./monkeytype.cjs");
@@ -7902,6 +7988,8 @@ const _nikon = require("./nikon.cjs");
7902
7988
  exports.nikon = _nikon.default;
7903
7989
  const _nim = require("./nim.cjs");
7904
7990
  exports.nim = _nim.default;
7991
+ const _nimoxis = require("./nimoxis.cjs");
7992
+ exports.nimoxis = _nimoxis.default;
7905
7993
  const _nintendo = require("./nintendo.cjs");
7906
7994
  exports.nintendo = _nintendo.default;
7907
7995
  const _niri = require("./niri.cjs");
@@ -9482,6 +9570,8 @@ const _shopee = require("./shopee.cjs");
9482
9570
  exports.shopee = _shopee.default;
9483
9571
  const _shopify = require("./shopify.cjs");
9484
9572
  exports.shopify = _shopify.default;
9573
+ const _shopline = require("./shopline.cjs");
9574
+ exports.shopline = _shopline.default;
9485
9575
  const _shopware = require("./shopware.cjs");
9486
9576
  exports.shopware = _shopware.default;
9487
9577
  const _shortcut = require("./shortcut.cjs");
package/dist/index.d.ts CHANGED
@@ -2432,6 +2432,7 @@ export { default as erlang } from "./erlang.js";
2432
2432
  export { default as erpnext } from "./erpnext.js";
2433
2433
  export { default as esbuild } from "./esbuild.js";
2434
2434
  export { default as esea } from "./esea.js";
2435
+ export { default as eshopos_logo } from "./eshopos-logo.js";
2435
2436
  export { default as eslgaming } from "./eslgaming.js";
2436
2437
  export { default as eslint } from "./eslint.js";
2437
2438
  export { default as esoteric_software } from "./esoteric-software.js";
@@ -2865,6 +2866,7 @@ export { default as gcp_workload_identity_pool } from "./gcp-workload-identity-p
2865
2866
  export { default as gdal } from "./gdal.js";
2866
2867
  export { default as geeksforgeeks } from "./geeksforgeeks.js";
2867
2868
  export { default as gemini } from "./gemini.js";
2869
+ export { default as gemini_cli } from "./gemini-cli.js";
2868
2870
  export { default as gemini_google } from "./gemini-google.js";
2869
2871
  export { default as gemma_google } from "./gemma-google.js";
2870
2872
  export { default as general_electric } from "./general-electric.js";
@@ -3198,6 +3200,7 @@ export { default as icq } from "./icq.js";
3198
3200
  export { default as ideogram } from "./ideogram.js";
3199
3201
  export { default as ieee } from "./ieee.js";
3200
3202
  export { default as ifixit } from "./ifixit.js";
3203
+ export { default as iflow } from "./iflow.js";
3201
3204
  export { default as iflytekcloud } from "./iflytekcloud.js";
3202
3205
  export { default as ifood } from "./ifood.js";
3203
3206
  export { default as ifttt } from "./ifttt.js";
@@ -3360,6 +3363,44 @@ export { default as justgiving } from "./justgiving.js";
3360
3363
  export { default as jwt } from "./jwt.js";
3361
3364
  export { default as k3s } from "./k3s.js";
3362
3365
  export { default as k6 } from "./k6.js";
3366
+ export { default as k8s_api_server } from "./k8s-api-server.js";
3367
+ export { default as k8s_cloud_controller_manager } from "./k8s-cloud-controller-manager.js";
3368
+ export { default as k8s_clusterrole } from "./k8s-clusterrole.js";
3369
+ export { default as k8s_clusterrolebinding } from "./k8s-clusterrolebinding.js";
3370
+ export { default as k8s_configmap } from "./k8s-configmap.js";
3371
+ export { default as k8s_controller_manager } from "./k8s-controller-manager.js";
3372
+ export { default as k8s_cronjob } from "./k8s-cronjob.js";
3373
+ export { default as k8s_customresourcedefinition } from "./k8s-customresourcedefinition.js";
3374
+ export { default as k8s_daemonset } from "./k8s-daemonset.js";
3375
+ export { default as k8s_deployment } from "./k8s-deployment.js";
3376
+ export { default as k8s_endpoints } from "./k8s-endpoints.js";
3377
+ export { default as k8s_etcd_cluster } from "./k8s-etcd-cluster.js";
3378
+ export { default as k8s_group } from "./k8s-group.js";
3379
+ export { default as k8s_horizontalpodautoscaler } from "./k8s-horizontalpodautoscaler.js";
3380
+ export { default as k8s_ingress } from "./k8s-ingress.js";
3381
+ export { default as k8s_job } from "./k8s-job.js";
3382
+ export { default as k8s_kube_proxy } from "./k8s-kube-proxy.js";
3383
+ export { default as k8s_kubelet } from "./k8s-kubelet.js";
3384
+ export { default as k8s_limitrange } from "./k8s-limitrange.js";
3385
+ export { default as k8s_namespace } from "./k8s-namespace.js";
3386
+ export { default as k8s_networkpolicy } from "./k8s-networkpolicy.js";
3387
+ export { default as k8s_persistentvolume } from "./k8s-persistentvolume.js";
3388
+ export { default as k8s_persistentvolumeclaim } from "./k8s-persistentvolumeclaim.js";
3389
+ export { default as k8s_pod } from "./k8s-pod.js";
3390
+ export { default as k8s_podsecuritypolicy } from "./k8s-podsecuritypolicy.js";
3391
+ export { default as k8s_replicaset } from "./k8s-replicaset.js";
3392
+ export { default as k8s_resourcequota } from "./k8s-resourcequota.js";
3393
+ export { default as k8s_role } from "./k8s-role.js";
3394
+ export { default as k8s_rolebinding } from "./k8s-rolebinding.js";
3395
+ export { default as k8s_scheduler } from "./k8s-scheduler.js";
3396
+ export { default as k8s_secret } from "./k8s-secret.js";
3397
+ export { default as k8s_service } from "./k8s-service.js";
3398
+ export { default as k8s_serviceaccount } from "./k8s-serviceaccount.js";
3399
+ export { default as k8s_statefulset } from "./k8s-statefulset.js";
3400
+ export { default as k8s_storageclass } from "./k8s-storageclass.js";
3401
+ export { default as k8s_user } from "./k8s-user.js";
3402
+ export { default as k8s_volume } from "./k8s-volume.js";
3403
+ export { default as k8s_worker_node } from "./k8s-worker-node.js";
3363
3404
  export { default as kafka } from "./kafka.js";
3364
3405
  export { default as kaggle } from "./kaggle.js";
3365
3406
  export { default as kagi } from "./kagi.js";
@@ -3414,6 +3455,7 @@ export { default as kingston_technology } from "./kingston-technology.js";
3414
3455
  export { default as kinopoisk } from "./kinopoisk.js";
3415
3456
  export { default as kinsta } from "./kinsta.js";
3416
3457
  export { default as kirby } from "./kirby.js";
3458
+ export { default as kiro } from "./kiro.js";
3417
3459
  export { default as kit } from "./kit.js";
3418
3460
  export { default as kitsu } from "./kitsu.js";
3419
3461
  export { default as kiwix } from "./kiwix.js";
@@ -3824,6 +3866,7 @@ export { default as moneygram } from "./moneygram.js";
3824
3866
  export { default as mongodb } from "./mongodb.js";
3825
3867
  export { default as mongoose } from "./mongoose.js";
3826
3868
  export { default as monica } from "./monica.js";
3869
+ export { default as monistic_logo } from "./monistic-logo.js";
3827
3870
  export { default as monkey_tie } from "./monkey-tie.js";
3828
3871
  export { default as monkeytype } from "./monkeytype.js";
3829
3872
  export { default as monogame } from "./monogame.js";
@@ -3952,6 +3995,7 @@ export { default as niconico } from "./niconico.js";
3952
3995
  export { default as nike } from "./nike.js";
3953
3996
  export { default as nikon } from "./nikon.js";
3954
3997
  export { default as nim } from "./nim.js";
3998
+ export { default as nimoxis } from "./nimoxis.js";
3955
3999
  export { default as nintendo } from "./nintendo.js";
3956
4000
  export { default as niri } from "./niri.js";
3957
4001
  export { default as nissan } from "./nissan.js";
@@ -4742,6 +4786,7 @@ export { default as shiki } from "./shiki.js";
4742
4786
  export { default as shikimori } from "./shikimori.js";
4743
4787
  export { default as shopee } from "./shopee.js";
4744
4788
  export { default as shopify } from "./shopify.js";
4789
+ export { default as shopline } from "./shopline.js";
4745
4790
  export { default as shopware } from "./shopware.js";
4746
4791
  export { default as shortcut } from "./shortcut.js";
4747
4792
  export { default as showpad } from "./showpad.js";
package/dist/index.js CHANGED
@@ -2432,6 +2432,7 @@ export { default as erlang } from "./erlang.js";
2432
2432
  export { default as erpnext } from "./erpnext.js";
2433
2433
  export { default as esbuild } from "./esbuild.js";
2434
2434
  export { default as esea } from "./esea.js";
2435
+ export { default as eshopos_logo } from "./eshopos-logo.js";
2435
2436
  export { default as eslgaming } from "./eslgaming.js";
2436
2437
  export { default as eslint } from "./eslint.js";
2437
2438
  export { default as esoteric_software } from "./esoteric-software.js";
@@ -2865,6 +2866,7 @@ export { default as gcp_workload_identity_pool } from "./gcp-workload-identity-p
2865
2866
  export { default as gdal } from "./gdal.js";
2866
2867
  export { default as geeksforgeeks } from "./geeksforgeeks.js";
2867
2868
  export { default as gemini } from "./gemini.js";
2869
+ export { default as gemini_cli } from "./gemini-cli.js";
2868
2870
  export { default as gemini_google } from "./gemini-google.js";
2869
2871
  export { default as gemma_google } from "./gemma-google.js";
2870
2872
  export { default as general_electric } from "./general-electric.js";
@@ -3198,6 +3200,7 @@ export { default as icq } from "./icq.js";
3198
3200
  export { default as ideogram } from "./ideogram.js";
3199
3201
  export { default as ieee } from "./ieee.js";
3200
3202
  export { default as ifixit } from "./ifixit.js";
3203
+ export { default as iflow } from "./iflow.js";
3201
3204
  export { default as iflytekcloud } from "./iflytekcloud.js";
3202
3205
  export { default as ifood } from "./ifood.js";
3203
3206
  export { default as ifttt } from "./ifttt.js";
@@ -3360,6 +3363,44 @@ export { default as justgiving } from "./justgiving.js";
3360
3363
  export { default as jwt } from "./jwt.js";
3361
3364
  export { default as k3s } from "./k3s.js";
3362
3365
  export { default as k6 } from "./k6.js";
3366
+ export { default as k8s_api_server } from "./k8s-api-server.js";
3367
+ export { default as k8s_cloud_controller_manager } from "./k8s-cloud-controller-manager.js";
3368
+ export { default as k8s_clusterrole } from "./k8s-clusterrole.js";
3369
+ export { default as k8s_clusterrolebinding } from "./k8s-clusterrolebinding.js";
3370
+ export { default as k8s_configmap } from "./k8s-configmap.js";
3371
+ export { default as k8s_controller_manager } from "./k8s-controller-manager.js";
3372
+ export { default as k8s_cronjob } from "./k8s-cronjob.js";
3373
+ export { default as k8s_customresourcedefinition } from "./k8s-customresourcedefinition.js";
3374
+ export { default as k8s_daemonset } from "./k8s-daemonset.js";
3375
+ export { default as k8s_deployment } from "./k8s-deployment.js";
3376
+ export { default as k8s_endpoints } from "./k8s-endpoints.js";
3377
+ export { default as k8s_etcd_cluster } from "./k8s-etcd-cluster.js";
3378
+ export { default as k8s_group } from "./k8s-group.js";
3379
+ export { default as k8s_horizontalpodautoscaler } from "./k8s-horizontalpodautoscaler.js";
3380
+ export { default as k8s_ingress } from "./k8s-ingress.js";
3381
+ export { default as k8s_job } from "./k8s-job.js";
3382
+ export { default as k8s_kube_proxy } from "./k8s-kube-proxy.js";
3383
+ export { default as k8s_kubelet } from "./k8s-kubelet.js";
3384
+ export { default as k8s_limitrange } from "./k8s-limitrange.js";
3385
+ export { default as k8s_namespace } from "./k8s-namespace.js";
3386
+ export { default as k8s_networkpolicy } from "./k8s-networkpolicy.js";
3387
+ export { default as k8s_persistentvolume } from "./k8s-persistentvolume.js";
3388
+ export { default as k8s_persistentvolumeclaim } from "./k8s-persistentvolumeclaim.js";
3389
+ export { default as k8s_pod } from "./k8s-pod.js";
3390
+ export { default as k8s_podsecuritypolicy } from "./k8s-podsecuritypolicy.js";
3391
+ export { default as k8s_replicaset } from "./k8s-replicaset.js";
3392
+ export { default as k8s_resourcequota } from "./k8s-resourcequota.js";
3393
+ export { default as k8s_role } from "./k8s-role.js";
3394
+ export { default as k8s_rolebinding } from "./k8s-rolebinding.js";
3395
+ export { default as k8s_scheduler } from "./k8s-scheduler.js";
3396
+ export { default as k8s_secret } from "./k8s-secret.js";
3397
+ export { default as k8s_service } from "./k8s-service.js";
3398
+ export { default as k8s_serviceaccount } from "./k8s-serviceaccount.js";
3399
+ export { default as k8s_statefulset } from "./k8s-statefulset.js";
3400
+ export { default as k8s_storageclass } from "./k8s-storageclass.js";
3401
+ export { default as k8s_user } from "./k8s-user.js";
3402
+ export { default as k8s_volume } from "./k8s-volume.js";
3403
+ export { default as k8s_worker_node } from "./k8s-worker-node.js";
3363
3404
  export { default as kafka } from "./kafka.js";
3364
3405
  export { default as kaggle } from "./kaggle.js";
3365
3406
  export { default as kagi } from "./kagi.js";
@@ -3414,6 +3455,7 @@ export { default as kingston_technology } from "./kingston-technology.js";
3414
3455
  export { default as kinopoisk } from "./kinopoisk.js";
3415
3456
  export { default as kinsta } from "./kinsta.js";
3416
3457
  export { default as kirby } from "./kirby.js";
3458
+ export { default as kiro } from "./kiro.js";
3417
3459
  export { default as kit } from "./kit.js";
3418
3460
  export { default as kitsu } from "./kitsu.js";
3419
3461
  export { default as kiwix } from "./kiwix.js";
@@ -3824,6 +3866,7 @@ export { default as moneygram } from "./moneygram.js";
3824
3866
  export { default as mongodb } from "./mongodb.js";
3825
3867
  export { default as mongoose } from "./mongoose.js";
3826
3868
  export { default as monica } from "./monica.js";
3869
+ export { default as monistic_logo } from "./monistic-logo.js";
3827
3870
  export { default as monkey_tie } from "./monkey-tie.js";
3828
3871
  export { default as monkeytype } from "./monkeytype.js";
3829
3872
  export { default as monogame } from "./monogame.js";
@@ -3952,6 +3995,7 @@ export { default as niconico } from "./niconico.js";
3952
3995
  export { default as nike } from "./nike.js";
3953
3996
  export { default as nikon } from "./nikon.js";
3954
3997
  export { default as nim } from "./nim.js";
3998
+ export { default as nimoxis } from "./nimoxis.js";
3955
3999
  export { default as nintendo } from "./nintendo.js";
3956
4000
  export { default as niri } from "./niri.js";
3957
4001
  export { default as nissan } from "./nissan.js";
@@ -4742,6 +4786,7 @@ export { default as shiki } from "./shiki.js";
4742
4786
  export { default as shikimori } from "./shikimori.js";
4743
4787
  export { default as shopee } from "./shopee.js";
4744
4788
  export { default as shopify } from "./shopify.js";
4789
+ export { default as shopline } from "./shopline.js";
4745
4790
  export { default as shopware } from "./shopware.js";
4746
4791
  export { default as shortcut } from "./shortcut.js";
4747
4792
  export { default as showpad } from "./showpad.js";