@thesvg/icons 2.0.1 → 2.1.0
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/dist/eshopos-logo.cjs +75 -0
- package/dist/eshopos-logo.d.ts +17 -0
- package/dist/eshopos-logo.js +63 -0
- package/dist/gemini-cli.cjs +69 -0
- package/dist/gemini-cli.d.ts +17 -0
- package/dist/gemini-cli.js +57 -0
- package/dist/iflow.cjs +81 -0
- package/dist/iflow.d.ts +17 -0
- package/dist/iflow.js +69 -0
- package/dist/index.cjs +90 -0
- package/dist/index.d.ts +45 -0
- package/dist/index.js +45 -0
- package/dist/k8s-api-server.cjs +221 -0
- package/dist/k8s-api-server.d.ts +17 -0
- package/dist/k8s-api-server.js +209 -0
- package/dist/k8s-cloud-controller-manager.cjs +221 -0
- package/dist/k8s-cloud-controller-manager.d.ts +17 -0
- package/dist/k8s-cloud-controller-manager.js +209 -0
- package/dist/k8s-clusterrole.cjs +231 -0
- package/dist/k8s-clusterrole.d.ts +17 -0
- package/dist/k8s-clusterrole.js +219 -0
- package/dist/k8s-clusterrolebinding.cjs +193 -0
- package/dist/k8s-clusterrolebinding.d.ts +17 -0
- package/dist/k8s-clusterrolebinding.js +181 -0
- package/dist/k8s-configmap.cjs +309 -0
- package/dist/k8s-configmap.d.ts +17 -0
- package/dist/k8s-configmap.js +297 -0
- package/dist/k8s-controller-manager.cjs +221 -0
- package/dist/k8s-controller-manager.d.ts +17 -0
- package/dist/k8s-controller-manager.js +209 -0
- package/dist/k8s-cronjob.cjs +213 -0
- package/dist/k8s-cronjob.d.ts +17 -0
- package/dist/k8s-cronjob.js +201 -0
- package/dist/k8s-customresourcedefinition.cjs +193 -0
- package/dist/k8s-customresourcedefinition.d.ts +17 -0
- package/dist/k8s-customresourcedefinition.js +181 -0
- package/dist/k8s-daemonset.cjs +241 -0
- package/dist/k8s-daemonset.d.ts +17 -0
- package/dist/k8s-daemonset.js +229 -0
- package/dist/k8s-deployment.cjs +211 -0
- package/dist/k8s-deployment.d.ts +17 -0
- package/dist/k8s-deployment.js +199 -0
- package/dist/k8s-endpoints.cjs +405 -0
- package/dist/k8s-endpoints.d.ts +17 -0
- package/dist/k8s-endpoints.js +393 -0
- package/dist/k8s-etcd-cluster.cjs +205 -0
- package/dist/k8s-etcd-cluster.d.ts +17 -0
- package/dist/k8s-etcd-cluster.js +193 -0
- package/dist/k8s-group.cjs +193 -0
- package/dist/k8s-group.d.ts +17 -0
- package/dist/k8s-group.js +181 -0
- package/dist/k8s-horizontalpodautoscaler.cjs +233 -0
- package/dist/k8s-horizontalpodautoscaler.d.ts +17 -0
- package/dist/k8s-horizontalpodautoscaler.js +221 -0
- package/dist/k8s-ingress.cjs +195 -0
- package/dist/k8s-ingress.d.ts +17 -0
- package/dist/k8s-ingress.js +183 -0
- package/dist/k8s-job.cjs +289 -0
- package/dist/k8s-job.d.ts +17 -0
- package/dist/k8s-job.js +277 -0
- package/dist/k8s-kube-proxy.cjs +221 -0
- package/dist/k8s-kube-proxy.d.ts +17 -0
- package/dist/k8s-kube-proxy.js +209 -0
- package/dist/k8s-kubelet.cjs +221 -0
- package/dist/k8s-kubelet.d.ts +17 -0
- package/dist/k8s-kubelet.js +209 -0
- package/dist/k8s-limitrange.cjs +219 -0
- package/dist/k8s-limitrange.d.ts +17 -0
- package/dist/k8s-limitrange.js +207 -0
- package/dist/k8s-namespace.cjs +197 -0
- package/dist/k8s-namespace.d.ts +17 -0
- package/dist/k8s-namespace.js +185 -0
- package/dist/k8s-networkpolicy.cjs +195 -0
- package/dist/k8s-networkpolicy.d.ts +17 -0
- package/dist/k8s-networkpolicy.js +183 -0
- package/dist/k8s-persistentvolume.cjs +221 -0
- package/dist/k8s-persistentvolume.d.ts +17 -0
- package/dist/k8s-persistentvolume.js +209 -0
- package/dist/k8s-persistentvolumeclaim.cjs +193 -0
- package/dist/k8s-persistentvolumeclaim.d.ts +17 -0
- package/dist/k8s-persistentvolumeclaim.js +181 -0
- package/dist/k8s-pod.cjs +233 -0
- package/dist/k8s-pod.d.ts +17 -0
- package/dist/k8s-pod.js +221 -0
- package/dist/k8s-podsecuritypolicy.cjs +243 -0
- package/dist/k8s-podsecuritypolicy.d.ts +17 -0
- package/dist/k8s-podsecuritypolicy.js +231 -0
- package/dist/k8s-replicaset.cjs +231 -0
- package/dist/k8s-replicaset.d.ts +17 -0
- package/dist/k8s-replicaset.js +219 -0
- package/dist/k8s-resourcequota.cjs +215 -0
- package/dist/k8s-resourcequota.d.ts +17 -0
- package/dist/k8s-resourcequota.js +203 -0
- package/dist/k8s-role.cjs +245 -0
- package/dist/k8s-role.d.ts +17 -0
- package/dist/k8s-role.js +233 -0
- package/dist/k8s-rolebinding.cjs +215 -0
- package/dist/k8s-rolebinding.d.ts +17 -0
- package/dist/k8s-rolebinding.js +203 -0
- package/dist/k8s-scheduler.cjs +221 -0
- package/dist/k8s-scheduler.d.ts +17 -0
- package/dist/k8s-scheduler.js +209 -0
- package/dist/k8s-secret.cjs +283 -0
- package/dist/k8s-secret.d.ts +17 -0
- package/dist/k8s-secret.js +271 -0
- package/dist/k8s-service.cjs +261 -0
- package/dist/k8s-service.d.ts +17 -0
- package/dist/k8s-service.js +249 -0
- package/dist/k8s-serviceaccount.cjs +195 -0
- package/dist/k8s-serviceaccount.d.ts +17 -0
- package/dist/k8s-serviceaccount.js +183 -0
- package/dist/k8s-statefulset.cjs +267 -0
- package/dist/k8s-statefulset.d.ts +17 -0
- package/dist/k8s-statefulset.js +255 -0
- package/dist/k8s-storageclass.cjs +287 -0
- package/dist/k8s-storageclass.d.ts +17 -0
- package/dist/k8s-storageclass.js +275 -0
- package/dist/k8s-user.cjs +193 -0
- package/dist/k8s-user.d.ts +17 -0
- package/dist/k8s-user.js +181 -0
- package/dist/k8s-volume.cjs +221 -0
- package/dist/k8s-volume.d.ts +17 -0
- package/dist/k8s-volume.js +209 -0
- package/dist/k8s-worker-node.cjs +195 -0
- package/dist/k8s-worker-node.d.ts +17 -0
- package/dist/k8s-worker-node.js +183 -0
- package/dist/kiro.cjs +41 -0
- package/dist/kiro.d.ts +17 -0
- package/dist/kiro.js +29 -0
- package/dist/monistic-logo.cjs +37 -0
- package/dist/monistic-logo.d.ts +17 -0
- package/dist/monistic-logo.js +25 -0
- package/dist/nimoxis.cjs +39 -0
- package/dist/nimoxis.d.ts +17 -0
- package/dist/nimoxis.js +27 -0
- package/dist/shopline.cjs +29 -0
- package/dist/shopline.d.ts +17 -0
- package/dist/shopline.js +17 -0
- package/package.json +1 -1
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/icons -Eshopos
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
exports.slug = "eshopos-logo";
|
|
8
|
+
exports.title = "Eshopos";
|
|
9
|
+
exports.hex = "000000";
|
|
10
|
+
exports.categories = ["Ecommerce", "Platform"];
|
|
11
|
+
exports.aliases = [];
|
|
12
|
+
exports.svg = `<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
13
|
+
<defs>
|
|
14
|
+
<linearGradient id="bg_grad" x1="0" y1="0" x2="0" y2="512" gradientUnits="userSpaceOnUse">
|
|
15
|
+
<stop offset="0" stop-color="#1a1a1a" />
|
|
16
|
+
<stop offset="1" stop-color="#050505" />
|
|
17
|
+
</linearGradient>
|
|
18
|
+
<linearGradient id="shine_grad" x1="0" y1="0" x2="0" y2="1" gradientUnits="userSpaceOnUse">
|
|
19
|
+
<stop offset="0" stop-color="#ffffff" stop-opacity="0.3" />
|
|
20
|
+
<stop offset="1" stop-color="#ffffff" stop-opacity="0" />
|
|
21
|
+
</linearGradient>
|
|
22
|
+
<filter id="stack_glow" x="-50%" y="-50%" width="200%" height="200%">
|
|
23
|
+
<feDropShadow dx="0" dy="8" stdDeviation="12" flood-color="#10B981" flood-opacity="0.25" />
|
|
24
|
+
</filter>
|
|
25
|
+
</defs>
|
|
26
|
+
|
|
27
|
+
<rect width="512" height="512" rx="128" fill="url(#bg_grad)" stroke="#333" stroke-width="2" />
|
|
28
|
+
|
|
29
|
+
<g transform="translate(256, 260) rotate(-12) translate(-256, -260)">
|
|
30
|
+
<rect x="136" y="240" width="240" height="240" rx="48" fill="#064E3B" />
|
|
31
|
+
<rect x="136" y="170" width="240" height="240" rx="48" fill="#10B981" fill-opacity="0.9" filter="url(#stack_glow)" />
|
|
32
|
+
<rect x="136" y="100" width="240" height="240" rx="48" fill="#FFFFFF" />
|
|
33
|
+
<rect x="136" y="100" width="240" height="240" rx="48" fill="url(#shine_grad)" style="mix-blend-mode:overlay" />
|
|
34
|
+
</g>
|
|
35
|
+
</svg>`;
|
|
36
|
+
exports.variants = {
|
|
37
|
+
"default": `<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
38
|
+
<defs>
|
|
39
|
+
<linearGradient id="bg_grad" x1="0" y1="0" x2="0" y2="512" gradientUnits="userSpaceOnUse">
|
|
40
|
+
<stop offset="0" stop-color="#1a1a1a" />
|
|
41
|
+
<stop offset="1" stop-color="#050505" />
|
|
42
|
+
</linearGradient>
|
|
43
|
+
<linearGradient id="shine_grad" x1="0" y1="0" x2="0" y2="1" gradientUnits="userSpaceOnUse">
|
|
44
|
+
<stop offset="0" stop-color="#ffffff" stop-opacity="0.3" />
|
|
45
|
+
<stop offset="1" stop-color="#ffffff" stop-opacity="0" />
|
|
46
|
+
</linearGradient>
|
|
47
|
+
<filter id="stack_glow" x="-50%" y="-50%" width="200%" height="200%">
|
|
48
|
+
<feDropShadow dx="0" dy="8" stdDeviation="12" flood-color="#10B981" flood-opacity="0.25" />
|
|
49
|
+
</filter>
|
|
50
|
+
</defs>
|
|
51
|
+
|
|
52
|
+
<rect width="512" height="512" rx="128" fill="url(#bg_grad)" stroke="#333" stroke-width="2" />
|
|
53
|
+
|
|
54
|
+
<g transform="translate(256, 260) rotate(-12) translate(-256, -260)">
|
|
55
|
+
<rect x="136" y="240" width="240" height="240" rx="48" fill="#064E3B" />
|
|
56
|
+
<rect x="136" y="170" width="240" height="240" rx="48" fill="#10B981" fill-opacity="0.9" filter="url(#stack_glow)" />
|
|
57
|
+
<rect x="136" y="100" width="240" height="240" rx="48" fill="#FFFFFF" />
|
|
58
|
+
<rect x="136" y="100" width="240" height="240" rx="48" fill="url(#shine_grad)" style="mix-blend-mode:overlay" />
|
|
59
|
+
</g>
|
|
60
|
+
</svg>`
|
|
61
|
+
};
|
|
62
|
+
exports.license = "MIT";
|
|
63
|
+
exports.url = "https://dukalinks.co.ke";
|
|
64
|
+
|
|
65
|
+
exports.default = {
|
|
66
|
+
slug: exports.slug,
|
|
67
|
+
title: exports.title,
|
|
68
|
+
hex: exports.hex,
|
|
69
|
+
categories: exports.categories,
|
|
70
|
+
aliases: exports.aliases,
|
|
71
|
+
svg: exports.svg,
|
|
72
|
+
variants: exports.variants,
|
|
73
|
+
license: exports.license,
|
|
74
|
+
url: exports.url,
|
|
75
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - Eshopos
|
|
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 eshopos_logo: IconModule;
|
|
17
|
+
export default eshopos_logo;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
// @thesvg/icons - Eshopos
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
export const slug = "eshopos-logo";
|
|
5
|
+
export const title = "Eshopos";
|
|
6
|
+
export const hex = "000000";
|
|
7
|
+
export const categories = ["Ecommerce", "Platform"];
|
|
8
|
+
export const aliases = [];
|
|
9
|
+
export const svg = `<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
10
|
+
<defs>
|
|
11
|
+
<linearGradient id="bg_grad" x1="0" y1="0" x2="0" y2="512" gradientUnits="userSpaceOnUse">
|
|
12
|
+
<stop offset="0" stop-color="#1a1a1a" />
|
|
13
|
+
<stop offset="1" stop-color="#050505" />
|
|
14
|
+
</linearGradient>
|
|
15
|
+
<linearGradient id="shine_grad" x1="0" y1="0" x2="0" y2="1" gradientUnits="userSpaceOnUse">
|
|
16
|
+
<stop offset="0" stop-color="#ffffff" stop-opacity="0.3" />
|
|
17
|
+
<stop offset="1" stop-color="#ffffff" stop-opacity="0" />
|
|
18
|
+
</linearGradient>
|
|
19
|
+
<filter id="stack_glow" x="-50%" y="-50%" width="200%" height="200%">
|
|
20
|
+
<feDropShadow dx="0" dy="8" stdDeviation="12" flood-color="#10B981" flood-opacity="0.25" />
|
|
21
|
+
</filter>
|
|
22
|
+
</defs>
|
|
23
|
+
|
|
24
|
+
<rect width="512" height="512" rx="128" fill="url(#bg_grad)" stroke="#333" stroke-width="2" />
|
|
25
|
+
|
|
26
|
+
<g transform="translate(256, 260) rotate(-12) translate(-256, -260)">
|
|
27
|
+
<rect x="136" y="240" width="240" height="240" rx="48" fill="#064E3B" />
|
|
28
|
+
<rect x="136" y="170" width="240" height="240" rx="48" fill="#10B981" fill-opacity="0.9" filter="url(#stack_glow)" />
|
|
29
|
+
<rect x="136" y="100" width="240" height="240" rx="48" fill="#FFFFFF" />
|
|
30
|
+
<rect x="136" y="100" width="240" height="240" rx="48" fill="url(#shine_grad)" style="mix-blend-mode:overlay" />
|
|
31
|
+
</g>
|
|
32
|
+
</svg>`;
|
|
33
|
+
export const variants = {
|
|
34
|
+
"default": `<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
35
|
+
<defs>
|
|
36
|
+
<linearGradient id="bg_grad" x1="0" y1="0" x2="0" y2="512" gradientUnits="userSpaceOnUse">
|
|
37
|
+
<stop offset="0" stop-color="#1a1a1a" />
|
|
38
|
+
<stop offset="1" stop-color="#050505" />
|
|
39
|
+
</linearGradient>
|
|
40
|
+
<linearGradient id="shine_grad" x1="0" y1="0" x2="0" y2="1" gradientUnits="userSpaceOnUse">
|
|
41
|
+
<stop offset="0" stop-color="#ffffff" stop-opacity="0.3" />
|
|
42
|
+
<stop offset="1" stop-color="#ffffff" stop-opacity="0" />
|
|
43
|
+
</linearGradient>
|
|
44
|
+
<filter id="stack_glow" x="-50%" y="-50%" width="200%" height="200%">
|
|
45
|
+
<feDropShadow dx="0" dy="8" stdDeviation="12" flood-color="#10B981" flood-opacity="0.25" />
|
|
46
|
+
</filter>
|
|
47
|
+
</defs>
|
|
48
|
+
|
|
49
|
+
<rect width="512" height="512" rx="128" fill="url(#bg_grad)" stroke="#333" stroke-width="2" />
|
|
50
|
+
|
|
51
|
+
<g transform="translate(256, 260) rotate(-12) translate(-256, -260)">
|
|
52
|
+
<rect x="136" y="240" width="240" height="240" rx="48" fill="#064E3B" />
|
|
53
|
+
<rect x="136" y="170" width="240" height="240" rx="48" fill="#10B981" fill-opacity="0.9" filter="url(#stack_glow)" />
|
|
54
|
+
<rect x="136" y="100" width="240" height="240" rx="48" fill="#FFFFFF" />
|
|
55
|
+
<rect x="136" y="100" width="240" height="240" rx="48" fill="url(#shine_grad)" style="mix-blend-mode:overlay" />
|
|
56
|
+
</g>
|
|
57
|
+
</svg>`
|
|
58
|
+
};
|
|
59
|
+
export const license = "MIT";
|
|
60
|
+
export const url = "https://dukalinks.co.ke";
|
|
61
|
+
|
|
62
|
+
const eshopos_logo = { slug, title, hex, categories, aliases, svg, variants, license, url };
|
|
63
|
+
export default eshopos_logo;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/icons -Gemini CLI
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
exports.slug = "gemini-cli";
|
|
8
|
+
exports.title = "Gemini CLI";
|
|
9
|
+
exports.hex = "0083FF";
|
|
10
|
+
exports.categories = ["Google", "AI", "DevTool"];
|
|
11
|
+
exports.aliases = [];
|
|
12
|
+
exports.svg = `<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" fill="none" viewBox="0 0 256 256">
|
|
13
|
+
<!-- SVG created with Arrow, by QuiverAI (https://quiver.ai) -->
|
|
14
|
+
<path d="m45.8 0.09h164.1c25.35 0 45.83 20.72 45.83 46.3v163.1c0 25.58-21 46.33-46.48 46.33h-163.2c-25.48 0-45.99-21.16-45.99-46.3v-162.9c0-25.77 20.75-46.52 45.76-46.52z" fill="url(#paint0_linear_1238_6151)"/>
|
|
15
|
+
<path d="m46.82 14.06h161.9c18.49 0 32.5 15.43 32.5 33.06v161.8c0 18.33-14.53 32.49-32.56 32.49h-161.7c-18.03 0-32.86-13.85-32.86-32.27v-162.4c0-17.66 14.43-32.61 32.76-32.61z" fill="#1F1D2E"/>
|
|
16
|
+
<path d="m76.93 62.08 102.2 49.64v38.76l-102.4 49.43v-28.46l82.28-40.62-82.06-39.3v-29.45z" fill="url(#paint1_linear_1238_6151)"/>
|
|
17
|
+
<defs>
|
|
18
|
+
<linearGradient id="paint0_linear_1238_6151" x1="10.83" x2="245.5" y1="24.31" y2="238.7" gradientUnits="userSpaceOnUse">
|
|
19
|
+
<stop stop-color="#0083FF" offset="0"/>
|
|
20
|
+
<stop stop-color="#2384FF" offset=".23"/>
|
|
21
|
+
<stop stop-color="#0186FF" offset=".41"/>
|
|
22
|
+
<stop stop-color="#A774DB" offset=".59"/>
|
|
23
|
+
<stop stop-color="#E0597A" offset=".83"/>
|
|
24
|
+
<stop stop-color="#E0597A" offset="1"/>
|
|
25
|
+
</linearGradient>
|
|
26
|
+
<linearGradient id="paint1_linear_1238_6151" x1="71.54" x2="162.7" y1="100.5" y2="151.2" gradientUnits="userSpaceOnUse">
|
|
27
|
+
<stop stop-color="#0186FF" offset="0"/>
|
|
28
|
+
<stop stop-color="#0186FF" offset=".5"/>
|
|
29
|
+
<stop stop-color="#B878D6" offset=".96"/>
|
|
30
|
+
</linearGradient>
|
|
31
|
+
</defs>
|
|
32
|
+
</svg>`;
|
|
33
|
+
exports.variants = {
|
|
34
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" fill="none" viewBox="0 0 256 256">
|
|
35
|
+
<!-- SVG created with Arrow, by QuiverAI (https://quiver.ai) -->
|
|
36
|
+
<path d="m45.8 0.09h164.1c25.35 0 45.83 20.72 45.83 46.3v163.1c0 25.58-21 46.33-46.48 46.33h-163.2c-25.48 0-45.99-21.16-45.99-46.3v-162.9c0-25.77 20.75-46.52 45.76-46.52z" fill="url(#paint0_linear_1238_6151)"/>
|
|
37
|
+
<path d="m46.82 14.06h161.9c18.49 0 32.5 15.43 32.5 33.06v161.8c0 18.33-14.53 32.49-32.56 32.49h-161.7c-18.03 0-32.86-13.85-32.86-32.27v-162.4c0-17.66 14.43-32.61 32.76-32.61z" fill="#1F1D2E"/>
|
|
38
|
+
<path d="m76.93 62.08 102.2 49.64v38.76l-102.4 49.43v-28.46l82.28-40.62-82.06-39.3v-29.45z" fill="url(#paint1_linear_1238_6151)"/>
|
|
39
|
+
<defs>
|
|
40
|
+
<linearGradient id="paint0_linear_1238_6151" x1="10.83" x2="245.5" y1="24.31" y2="238.7" gradientUnits="userSpaceOnUse">
|
|
41
|
+
<stop stop-color="#0083FF" offset="0"/>
|
|
42
|
+
<stop stop-color="#2384FF" offset=".23"/>
|
|
43
|
+
<stop stop-color="#0186FF" offset=".41"/>
|
|
44
|
+
<stop stop-color="#A774DB" offset=".59"/>
|
|
45
|
+
<stop stop-color="#E0597A" offset=".83"/>
|
|
46
|
+
<stop stop-color="#E0597A" offset="1"/>
|
|
47
|
+
</linearGradient>
|
|
48
|
+
<linearGradient id="paint1_linear_1238_6151" x1="71.54" x2="162.7" y1="100.5" y2="151.2" gradientUnits="userSpaceOnUse">
|
|
49
|
+
<stop stop-color="#0186FF" offset="0"/>
|
|
50
|
+
<stop stop-color="#0186FF" offset=".5"/>
|
|
51
|
+
<stop stop-color="#B878D6" offset=".96"/>
|
|
52
|
+
</linearGradient>
|
|
53
|
+
</defs>
|
|
54
|
+
</svg>`
|
|
55
|
+
};
|
|
56
|
+
exports.license = "Unknown";
|
|
57
|
+
exports.url = "https://github.com/google-gemini/gemini-cli";
|
|
58
|
+
|
|
59
|
+
exports.default = {
|
|
60
|
+
slug: exports.slug,
|
|
61
|
+
title: exports.title,
|
|
62
|
+
hex: exports.hex,
|
|
63
|
+
categories: exports.categories,
|
|
64
|
+
aliases: exports.aliases,
|
|
65
|
+
svg: exports.svg,
|
|
66
|
+
variants: exports.variants,
|
|
67
|
+
license: exports.license,
|
|
68
|
+
url: exports.url,
|
|
69
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - Gemini CLI
|
|
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 gemini_cli: IconModule;
|
|
17
|
+
export default gemini_cli;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
// @thesvg/icons - Gemini CLI
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
export const slug = "gemini-cli";
|
|
5
|
+
export const title = "Gemini CLI";
|
|
6
|
+
export const hex = "0083FF";
|
|
7
|
+
export const categories = ["Google", "AI", "DevTool"];
|
|
8
|
+
export const aliases = [];
|
|
9
|
+
export const svg = `<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" fill="none" viewBox="0 0 256 256">
|
|
10
|
+
<!-- SVG created with Arrow, by QuiverAI (https://quiver.ai) -->
|
|
11
|
+
<path d="m45.8 0.09h164.1c25.35 0 45.83 20.72 45.83 46.3v163.1c0 25.58-21 46.33-46.48 46.33h-163.2c-25.48 0-45.99-21.16-45.99-46.3v-162.9c0-25.77 20.75-46.52 45.76-46.52z" fill="url(#paint0_linear_1238_6151)"/>
|
|
12
|
+
<path d="m46.82 14.06h161.9c18.49 0 32.5 15.43 32.5 33.06v161.8c0 18.33-14.53 32.49-32.56 32.49h-161.7c-18.03 0-32.86-13.85-32.86-32.27v-162.4c0-17.66 14.43-32.61 32.76-32.61z" fill="#1F1D2E"/>
|
|
13
|
+
<path d="m76.93 62.08 102.2 49.64v38.76l-102.4 49.43v-28.46l82.28-40.62-82.06-39.3v-29.45z" fill="url(#paint1_linear_1238_6151)"/>
|
|
14
|
+
<defs>
|
|
15
|
+
<linearGradient id="paint0_linear_1238_6151" x1="10.83" x2="245.5" y1="24.31" y2="238.7" gradientUnits="userSpaceOnUse">
|
|
16
|
+
<stop stop-color="#0083FF" offset="0"/>
|
|
17
|
+
<stop stop-color="#2384FF" offset=".23"/>
|
|
18
|
+
<stop stop-color="#0186FF" offset=".41"/>
|
|
19
|
+
<stop stop-color="#A774DB" offset=".59"/>
|
|
20
|
+
<stop stop-color="#E0597A" offset=".83"/>
|
|
21
|
+
<stop stop-color="#E0597A" offset="1"/>
|
|
22
|
+
</linearGradient>
|
|
23
|
+
<linearGradient id="paint1_linear_1238_6151" x1="71.54" x2="162.7" y1="100.5" y2="151.2" gradientUnits="userSpaceOnUse">
|
|
24
|
+
<stop stop-color="#0186FF" offset="0"/>
|
|
25
|
+
<stop stop-color="#0186FF" offset=".5"/>
|
|
26
|
+
<stop stop-color="#B878D6" offset=".96"/>
|
|
27
|
+
</linearGradient>
|
|
28
|
+
</defs>
|
|
29
|
+
</svg>`;
|
|
30
|
+
export const variants = {
|
|
31
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" fill="none" viewBox="0 0 256 256">
|
|
32
|
+
<!-- SVG created with Arrow, by QuiverAI (https://quiver.ai) -->
|
|
33
|
+
<path d="m45.8 0.09h164.1c25.35 0 45.83 20.72 45.83 46.3v163.1c0 25.58-21 46.33-46.48 46.33h-163.2c-25.48 0-45.99-21.16-45.99-46.3v-162.9c0-25.77 20.75-46.52 45.76-46.52z" fill="url(#paint0_linear_1238_6151)"/>
|
|
34
|
+
<path d="m46.82 14.06h161.9c18.49 0 32.5 15.43 32.5 33.06v161.8c0 18.33-14.53 32.49-32.56 32.49h-161.7c-18.03 0-32.86-13.85-32.86-32.27v-162.4c0-17.66 14.43-32.61 32.76-32.61z" fill="#1F1D2E"/>
|
|
35
|
+
<path d="m76.93 62.08 102.2 49.64v38.76l-102.4 49.43v-28.46l82.28-40.62-82.06-39.3v-29.45z" fill="url(#paint1_linear_1238_6151)"/>
|
|
36
|
+
<defs>
|
|
37
|
+
<linearGradient id="paint0_linear_1238_6151" x1="10.83" x2="245.5" y1="24.31" y2="238.7" gradientUnits="userSpaceOnUse">
|
|
38
|
+
<stop stop-color="#0083FF" offset="0"/>
|
|
39
|
+
<stop stop-color="#2384FF" offset=".23"/>
|
|
40
|
+
<stop stop-color="#0186FF" offset=".41"/>
|
|
41
|
+
<stop stop-color="#A774DB" offset=".59"/>
|
|
42
|
+
<stop stop-color="#E0597A" offset=".83"/>
|
|
43
|
+
<stop stop-color="#E0597A" offset="1"/>
|
|
44
|
+
</linearGradient>
|
|
45
|
+
<linearGradient id="paint1_linear_1238_6151" x1="71.54" x2="162.7" y1="100.5" y2="151.2" gradientUnits="userSpaceOnUse">
|
|
46
|
+
<stop stop-color="#0186FF" offset="0"/>
|
|
47
|
+
<stop stop-color="#0186FF" offset=".5"/>
|
|
48
|
+
<stop stop-color="#B878D6" offset=".96"/>
|
|
49
|
+
</linearGradient>
|
|
50
|
+
</defs>
|
|
51
|
+
</svg>`
|
|
52
|
+
};
|
|
53
|
+
export const license = "Unknown";
|
|
54
|
+
export const url = "https://github.com/google-gemini/gemini-cli";
|
|
55
|
+
|
|
56
|
+
const gemini_cli = { slug, title, hex, categories, aliases, svg, variants, license, url };
|
|
57
|
+
export default gemini_cli;
|
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
|
+
};
|
package/dist/iflow.d.ts
ADDED
|
@@ -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");
|