@thesvg/svelte 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.svelte +26 -0
- package/dist/eshopos-logo.svelte.d.ts +7 -0
- package/dist/gemini-cli.svelte +23 -0
- package/dist/gemini-cli.svelte.d.ts +7 -0
- package/dist/iflow.svelte +29 -0
- package/dist/iflow.svelte.d.ts +7 -0
- package/dist/index.d.ts +45 -0
- package/dist/index.js +45 -0
- package/dist/k8s-api-server.svelte +100 -0
- package/dist/k8s-api-server.svelte.d.ts +7 -0
- package/dist/k8s-cloud-controller-manager.svelte +100 -0
- package/dist/k8s-cloud-controller-manager.svelte.d.ts +7 -0
- package/dist/k8s-clusterrole.svelte +105 -0
- package/dist/k8s-clusterrole.svelte.d.ts +7 -0
- package/dist/k8s-clusterrolebinding.svelte +86 -0
- package/dist/k8s-clusterrolebinding.svelte.d.ts +7 -0
- package/dist/k8s-configmap.svelte +144 -0
- package/dist/k8s-configmap.svelte.d.ts +7 -0
- package/dist/k8s-controller-manager.svelte +100 -0
- package/dist/k8s-controller-manager.svelte.d.ts +7 -0
- package/dist/k8s-cronjob.svelte +96 -0
- package/dist/k8s-cronjob.svelte.d.ts +7 -0
- package/dist/k8s-customresourcedefinition.svelte +86 -0
- package/dist/k8s-customresourcedefinition.svelte.d.ts +7 -0
- package/dist/k8s-daemonset.svelte +110 -0
- package/dist/k8s-daemonset.svelte.d.ts +7 -0
- package/dist/k8s-deployment.svelte +95 -0
- package/dist/k8s-deployment.svelte.d.ts +7 -0
- package/dist/k8s-endpoints.svelte +192 -0
- package/dist/k8s-endpoints.svelte.d.ts +7 -0
- package/dist/k8s-etcd-cluster.svelte +92 -0
- package/dist/k8s-etcd-cluster.svelte.d.ts +7 -0
- package/dist/k8s-group.svelte +86 -0
- package/dist/k8s-group.svelte.d.ts +7 -0
- package/dist/k8s-horizontalpodautoscaler.svelte +106 -0
- package/dist/k8s-horizontalpodautoscaler.svelte.d.ts +7 -0
- package/dist/k8s-ingress.svelte +87 -0
- package/dist/k8s-ingress.svelte.d.ts +7 -0
- package/dist/k8s-job.svelte +134 -0
- package/dist/k8s-job.svelte.d.ts +7 -0
- package/dist/k8s-kube-proxy.svelte +100 -0
- package/dist/k8s-kube-proxy.svelte.d.ts +7 -0
- package/dist/k8s-kubelet.svelte +100 -0
- package/dist/k8s-kubelet.svelte.d.ts +7 -0
- package/dist/k8s-limitrange.svelte +99 -0
- package/dist/k8s-limitrange.svelte.d.ts +7 -0
- package/dist/k8s-namespace.svelte +88 -0
- package/dist/k8s-namespace.svelte.d.ts +7 -0
- package/dist/k8s-networkpolicy.svelte +87 -0
- package/dist/k8s-networkpolicy.svelte.d.ts +7 -0
- package/dist/k8s-persistentvolume.svelte +100 -0
- package/dist/k8s-persistentvolume.svelte.d.ts +7 -0
- package/dist/k8s-persistentvolumeclaim.svelte +86 -0
- package/dist/k8s-persistentvolumeclaim.svelte.d.ts +7 -0
- package/dist/k8s-pod.svelte +106 -0
- package/dist/k8s-pod.svelte.d.ts +7 -0
- package/dist/k8s-podsecuritypolicy.svelte +111 -0
- package/dist/k8s-podsecuritypolicy.svelte.d.ts +7 -0
- package/dist/k8s-replicaset.svelte +105 -0
- package/dist/k8s-replicaset.svelte.d.ts +7 -0
- package/dist/k8s-resourcequota.svelte +97 -0
- package/dist/k8s-resourcequota.svelte.d.ts +7 -0
- package/dist/k8s-role.svelte +112 -0
- package/dist/k8s-role.svelte.d.ts +7 -0
- package/dist/k8s-rolebinding.svelte +97 -0
- package/dist/k8s-rolebinding.svelte.d.ts +7 -0
- package/dist/k8s-scheduler.svelte +100 -0
- package/dist/k8s-scheduler.svelte.d.ts +7 -0
- package/dist/k8s-secret.svelte +131 -0
- package/dist/k8s-secret.svelte.d.ts +7 -0
- package/dist/k8s-service.svelte +120 -0
- package/dist/k8s-service.svelte.d.ts +7 -0
- package/dist/k8s-serviceaccount.svelte +87 -0
- package/dist/k8s-serviceaccount.svelte.d.ts +7 -0
- package/dist/k8s-statefulset.svelte +123 -0
- package/dist/k8s-statefulset.svelte.d.ts +7 -0
- package/dist/k8s-storageclass.svelte +133 -0
- package/dist/k8s-storageclass.svelte.d.ts +7 -0
- package/dist/k8s-user.svelte +86 -0
- package/dist/k8s-user.svelte.d.ts +7 -0
- package/dist/k8s-volume.svelte +100 -0
- package/dist/k8s-volume.svelte.d.ts +7 -0
- package/dist/k8s-worker-node.svelte +87 -0
- package/dist/k8s-worker-node.svelte.d.ts +7 -0
- package/dist/kiro.svelte +9 -0
- package/dist/kiro.svelte.d.ts +7 -0
- package/dist/monistic-logo.svelte +7 -0
- package/dist/monistic-logo.svelte.d.ts +7 -0
- package/dist/nimoxis.svelte +8 -0
- package/dist/nimoxis.svelte.d.ts +7 -0
- package/dist/shopline.svelte +5 -0
- package/dist/shopline.svelte.d.ts +7 -0
- package/package.json +1 -1
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<!-- @thesvg/svelte - Eshopos -->
|
|
2
|
+
<!-- Auto-generated. Do not edit. -->
|
|
3
|
+
<svg viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient id="bg_grad" x1="0" y1="0" x2="0" y2="512" gradientUnits="userSpaceOnUse">
|
|
6
|
+
<stop offset="0" stop-color="#1a1a1a" />
|
|
7
|
+
<stop offset="1" stop-color="#050505" />
|
|
8
|
+
</linearGradient>
|
|
9
|
+
<linearGradient id="shine_grad" x1="0" y1="0" x2="0" y2="1" gradientUnits="userSpaceOnUse">
|
|
10
|
+
<stop offset="0" stop-color="#ffffff" stop-opacity="0.3" />
|
|
11
|
+
<stop offset="1" stop-color="#ffffff" stop-opacity="0" />
|
|
12
|
+
</linearGradient>
|
|
13
|
+
<filter id="stack_glow" x="-50%" y="-50%" width="200%" height="200%">
|
|
14
|
+
<feDropShadow dx="0" dy="8" stdDeviation="12" flood-color="#10B981" flood-opacity="0.25" />
|
|
15
|
+
</filter>
|
|
16
|
+
</defs>
|
|
17
|
+
|
|
18
|
+
<rect width="512" height="512" rx="128" fill="url(#bg_grad)" stroke="#333" stroke-width="2" />
|
|
19
|
+
|
|
20
|
+
<g transform="translate(256, 260) rotate(-12) translate(-256, -260)">
|
|
21
|
+
<rect x="136" y="240" width="240" height="240" rx="48" fill="#064E3B" />
|
|
22
|
+
<rect x="136" y="170" width="240" height="240" rx="48" fill="#10B981" fill-opacity="0.9" filter="url(#stack_glow)" />
|
|
23
|
+
<rect x="136" y="100" width="240" height="240" rx="48" fill="#FFFFFF" />
|
|
24
|
+
<rect x="136" y="100" width="240" height="240" rx="48" fill="url(#shine_grad)" style="mix-blend-mode:overlay" />
|
|
25
|
+
</g>
|
|
26
|
+
</svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<!-- @thesvg/svelte - Gemini CLI -->
|
|
2
|
+
<!-- Auto-generated. Do not edit. -->
|
|
3
|
+
<svg viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
|
|
4
|
+
<!-- SVG created with Arrow, by QuiverAI (https://quiver.ai) -->
|
|
5
|
+
<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)"/>
|
|
6
|
+
<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"/>
|
|
7
|
+
<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)"/>
|
|
8
|
+
<defs>
|
|
9
|
+
<linearGradient id="paint0_linear_1238_6151" x1="10.83" x2="245.5" y1="24.31" y2="238.7" gradientUnits="userSpaceOnUse">
|
|
10
|
+
<stop stop-color="#0083FF" offset="0"/>
|
|
11
|
+
<stop stop-color="#2384FF" offset=".23"/>
|
|
12
|
+
<stop stop-color="#0186FF" offset=".41"/>
|
|
13
|
+
<stop stop-color="#A774DB" offset=".59"/>
|
|
14
|
+
<stop stop-color="#E0597A" offset=".83"/>
|
|
15
|
+
<stop stop-color="#E0597A" offset="1"/>
|
|
16
|
+
</linearGradient>
|
|
17
|
+
<linearGradient id="paint1_linear_1238_6151" x1="71.54" x2="162.7" y1="100.5" y2="151.2" gradientUnits="userSpaceOnUse">
|
|
18
|
+
<stop stop-color="#0186FF" offset="0"/>
|
|
19
|
+
<stop stop-color="#0186FF" offset=".5"/>
|
|
20
|
+
<stop stop-color="#B878D6" offset=".96"/>
|
|
21
|
+
</linearGradient>
|
|
22
|
+
</defs>
|
|
23
|
+
</svg>
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<!-- @thesvg/svelte - iFlow -->
|
|
2
|
+
<!-- Auto-generated. Do not edit. -->
|
|
3
|
+
<svg viewBox="0 0 256 260" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
|
|
4
|
+
<!-- SVG created with Arrow, by QuiverAI (https://quiver.ai) -->
|
|
5
|
+
<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)"/>
|
|
6
|
+
<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)"/>
|
|
7
|
+
<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)"/>
|
|
8
|
+
<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)"/>
|
|
9
|
+
<defs>
|
|
10
|
+
<linearGradient id="paint0_linear_1327_117283" x1="24.27" x2="170.1" y1="129.6" y2="-22.62" gradientUnits="userSpaceOnUse">
|
|
11
|
+
<stop stop-color="#2A4AF4" offset="0"/>
|
|
12
|
+
<stop stop-color="#7856F6" offset=".5"/>
|
|
13
|
+
<stop stop-color="#B657FF" offset="1"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
<linearGradient id="paint1_linear_1327_117283" x1="24.83" x2="227" y1="260.2" y2="132.1" gradientUnits="userSpaceOnUse">
|
|
16
|
+
<stop stop-color="#0D4FF4" offset="0"/>
|
|
17
|
+
<stop stop-color="#6259F7" offset=".5"/>
|
|
18
|
+
<stop stop-color="#9E57FC" offset="1"/>
|
|
19
|
+
</linearGradient>
|
|
20
|
+
<linearGradient id="paint2_linear_1327_117283" x1="70.11" x2="98.08" y1="148" y2="99.96" gradientUnits="userSpaceOnUse">
|
|
21
|
+
<stop stop-color="#564AF4" offset="0"/>
|
|
22
|
+
<stop stop-color="#8A57F8" offset="1"/>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
<linearGradient id="paint3_linear_1327_117283" x1="136.1" x2="165.9" y1="148" y2="99.17" gradientUnits="userSpaceOnUse">
|
|
25
|
+
<stop stop-color="#664AF4" offset="0"/>
|
|
26
|
+
<stop stop-color="#9557F9" offset="1"/>
|
|
27
|
+
</linearGradient>
|
|
28
|
+
</defs>
|
|
29
|
+
</svg>
|
package/dist/index.d.ts
CHANGED
|
@@ -2430,6 +2430,7 @@ export { default as Erlang } from './erlang.svelte';
|
|
|
2430
2430
|
export { default as Erpnext } from './erpnext.svelte';
|
|
2431
2431
|
export { default as Esbuild } from './esbuild.svelte';
|
|
2432
2432
|
export { default as Esea } from './esea.svelte';
|
|
2433
|
+
export { default as EshoposLogo } from './eshopos-logo.svelte';
|
|
2433
2434
|
export { default as Eslgaming } from './eslgaming.svelte';
|
|
2434
2435
|
export { default as Eslint } from './eslint.svelte';
|
|
2435
2436
|
export { default as EsotericSoftware } from './esoteric-software.svelte';
|
|
@@ -2863,6 +2864,7 @@ export { default as GcpWorkloadIdentityPool } from './gcp-workload-identity-pool
|
|
|
2863
2864
|
export { default as Gdal } from './gdal.svelte';
|
|
2864
2865
|
export { default as Geeksforgeeks } from './geeksforgeeks.svelte';
|
|
2865
2866
|
export { default as Gemini } from './gemini.svelte';
|
|
2867
|
+
export { default as GeminiCli } from './gemini-cli.svelte';
|
|
2866
2868
|
export { default as GeminiGoogle } from './gemini-google.svelte';
|
|
2867
2869
|
export { default as GemmaGoogle } from './gemma-google.svelte';
|
|
2868
2870
|
export { default as GeneralElectric } from './general-electric.svelte';
|
|
@@ -3196,6 +3198,7 @@ export { default as Icq } from './icq.svelte';
|
|
|
3196
3198
|
export { default as Ideogram } from './ideogram.svelte';
|
|
3197
3199
|
export { default as Ieee } from './ieee.svelte';
|
|
3198
3200
|
export { default as Ifixit } from './ifixit.svelte';
|
|
3201
|
+
export { default as Iflow } from './iflow.svelte';
|
|
3199
3202
|
export { default as Iflytekcloud } from './iflytekcloud.svelte';
|
|
3200
3203
|
export { default as Ifood } from './ifood.svelte';
|
|
3201
3204
|
export { default as Ifttt } from './ifttt.svelte';
|
|
@@ -3358,6 +3361,44 @@ export { default as Justgiving } from './justgiving.svelte';
|
|
|
3358
3361
|
export { default as Jwt } from './jwt.svelte';
|
|
3359
3362
|
export { default as K3s } from './k3s.svelte';
|
|
3360
3363
|
export { default as K6 } from './k6.svelte';
|
|
3364
|
+
export { default as K8sApiServer } from './k8s-api-server.svelte';
|
|
3365
|
+
export { default as K8sCloudControllerManager } from './k8s-cloud-controller-manager.svelte';
|
|
3366
|
+
export { default as K8sClusterrole } from './k8s-clusterrole.svelte';
|
|
3367
|
+
export { default as K8sClusterrolebinding } from './k8s-clusterrolebinding.svelte';
|
|
3368
|
+
export { default as K8sConfigmap } from './k8s-configmap.svelte';
|
|
3369
|
+
export { default as K8sControllerManager } from './k8s-controller-manager.svelte';
|
|
3370
|
+
export { default as K8sCronjob } from './k8s-cronjob.svelte';
|
|
3371
|
+
export { default as K8sCustomresourcedefinition } from './k8s-customresourcedefinition.svelte';
|
|
3372
|
+
export { default as K8sDaemonset } from './k8s-daemonset.svelte';
|
|
3373
|
+
export { default as K8sDeployment } from './k8s-deployment.svelte';
|
|
3374
|
+
export { default as K8sEndpoints } from './k8s-endpoints.svelte';
|
|
3375
|
+
export { default as K8sEtcdCluster } from './k8s-etcd-cluster.svelte';
|
|
3376
|
+
export { default as K8sGroup } from './k8s-group.svelte';
|
|
3377
|
+
export { default as K8sHorizontalpodautoscaler } from './k8s-horizontalpodautoscaler.svelte';
|
|
3378
|
+
export { default as K8sIngress } from './k8s-ingress.svelte';
|
|
3379
|
+
export { default as K8sJob } from './k8s-job.svelte';
|
|
3380
|
+
export { default as K8sKubeProxy } from './k8s-kube-proxy.svelte';
|
|
3381
|
+
export { default as K8sKubelet } from './k8s-kubelet.svelte';
|
|
3382
|
+
export { default as K8sLimitrange } from './k8s-limitrange.svelte';
|
|
3383
|
+
export { default as K8sNamespace } from './k8s-namespace.svelte';
|
|
3384
|
+
export { default as K8sNetworkpolicy } from './k8s-networkpolicy.svelte';
|
|
3385
|
+
export { default as K8sPersistentvolume } from './k8s-persistentvolume.svelte';
|
|
3386
|
+
export { default as K8sPersistentvolumeclaim } from './k8s-persistentvolumeclaim.svelte';
|
|
3387
|
+
export { default as K8sPod } from './k8s-pod.svelte';
|
|
3388
|
+
export { default as K8sPodsecuritypolicy } from './k8s-podsecuritypolicy.svelte';
|
|
3389
|
+
export { default as K8sReplicaset } from './k8s-replicaset.svelte';
|
|
3390
|
+
export { default as K8sResourcequota } from './k8s-resourcequota.svelte';
|
|
3391
|
+
export { default as K8sRole } from './k8s-role.svelte';
|
|
3392
|
+
export { default as K8sRolebinding } from './k8s-rolebinding.svelte';
|
|
3393
|
+
export { default as K8sScheduler } from './k8s-scheduler.svelte';
|
|
3394
|
+
export { default as K8sSecret } from './k8s-secret.svelte';
|
|
3395
|
+
export { default as K8sService } from './k8s-service.svelte';
|
|
3396
|
+
export { default as K8sServiceaccount } from './k8s-serviceaccount.svelte';
|
|
3397
|
+
export { default as K8sStatefulset } from './k8s-statefulset.svelte';
|
|
3398
|
+
export { default as K8sStorageclass } from './k8s-storageclass.svelte';
|
|
3399
|
+
export { default as K8sUser } from './k8s-user.svelte';
|
|
3400
|
+
export { default as K8sVolume } from './k8s-volume.svelte';
|
|
3401
|
+
export { default as K8sWorkerNode } from './k8s-worker-node.svelte';
|
|
3361
3402
|
export { default as Kafka } from './kafka.svelte';
|
|
3362
3403
|
export { default as Kaggle } from './kaggle.svelte';
|
|
3363
3404
|
export { default as Kagi } from './kagi.svelte';
|
|
@@ -3412,6 +3453,7 @@ export { default as KingstonTechnology } from './kingston-technology.svelte';
|
|
|
3412
3453
|
export { default as Kinopoisk } from './kinopoisk.svelte';
|
|
3413
3454
|
export { default as Kinsta } from './kinsta.svelte';
|
|
3414
3455
|
export { default as Kirby } from './kirby.svelte';
|
|
3456
|
+
export { default as Kiro } from './kiro.svelte';
|
|
3415
3457
|
export { default as Kit } from './kit.svelte';
|
|
3416
3458
|
export { default as Kitsu } from './kitsu.svelte';
|
|
3417
3459
|
export { default as Kiwix } from './kiwix.svelte';
|
|
@@ -3822,6 +3864,7 @@ export { default as Moneygram } from './moneygram.svelte';
|
|
|
3822
3864
|
export { default as Mongodb } from './mongodb.svelte';
|
|
3823
3865
|
export { default as Mongoose } from './mongoose.svelte';
|
|
3824
3866
|
export { default as Monica } from './monica.svelte';
|
|
3867
|
+
export { default as MonisticLogo } from './monistic-logo.svelte';
|
|
3825
3868
|
export { default as MonkeyTie } from './monkey-tie.svelte';
|
|
3826
3869
|
export { default as Monkeytype } from './monkeytype.svelte';
|
|
3827
3870
|
export { default as Monogame } from './monogame.svelte';
|
|
@@ -3950,6 +3993,7 @@ export { default as Niconico } from './niconico.svelte';
|
|
|
3950
3993
|
export { default as Nike } from './nike.svelte';
|
|
3951
3994
|
export { default as Nikon } from './nikon.svelte';
|
|
3952
3995
|
export { default as Nim } from './nim.svelte';
|
|
3996
|
+
export { default as Nimoxis } from './nimoxis.svelte';
|
|
3953
3997
|
export { default as Nintendo } from './nintendo.svelte';
|
|
3954
3998
|
export { default as Niri } from './niri.svelte';
|
|
3955
3999
|
export { default as Nissan } from './nissan.svelte';
|
|
@@ -4740,6 +4784,7 @@ export { default as Shiki } from './shiki.svelte';
|
|
|
4740
4784
|
export { default as Shikimori } from './shikimori.svelte';
|
|
4741
4785
|
export { default as Shopee } from './shopee.svelte';
|
|
4742
4786
|
export { default as Shopify } from './shopify.svelte';
|
|
4787
|
+
export { default as Shopline } from './shopline.svelte';
|
|
4743
4788
|
export { default as Shopware } from './shopware.svelte';
|
|
4744
4789
|
export { default as Shortcut } from './shortcut.svelte';
|
|
4745
4790
|
export { default as Showpad } from './showpad.svelte';
|
package/dist/index.js
CHANGED
|
@@ -2430,6 +2430,7 @@ export { default as Erlang } from './erlang.svelte';
|
|
|
2430
2430
|
export { default as Erpnext } from './erpnext.svelte';
|
|
2431
2431
|
export { default as Esbuild } from './esbuild.svelte';
|
|
2432
2432
|
export { default as Esea } from './esea.svelte';
|
|
2433
|
+
export { default as EshoposLogo } from './eshopos-logo.svelte';
|
|
2433
2434
|
export { default as Eslgaming } from './eslgaming.svelte';
|
|
2434
2435
|
export { default as Eslint } from './eslint.svelte';
|
|
2435
2436
|
export { default as EsotericSoftware } from './esoteric-software.svelte';
|
|
@@ -2863,6 +2864,7 @@ export { default as GcpWorkloadIdentityPool } from './gcp-workload-identity-pool
|
|
|
2863
2864
|
export { default as Gdal } from './gdal.svelte';
|
|
2864
2865
|
export { default as Geeksforgeeks } from './geeksforgeeks.svelte';
|
|
2865
2866
|
export { default as Gemini } from './gemini.svelte';
|
|
2867
|
+
export { default as GeminiCli } from './gemini-cli.svelte';
|
|
2866
2868
|
export { default as GeminiGoogle } from './gemini-google.svelte';
|
|
2867
2869
|
export { default as GemmaGoogle } from './gemma-google.svelte';
|
|
2868
2870
|
export { default as GeneralElectric } from './general-electric.svelte';
|
|
@@ -3196,6 +3198,7 @@ export { default as Icq } from './icq.svelte';
|
|
|
3196
3198
|
export { default as Ideogram } from './ideogram.svelte';
|
|
3197
3199
|
export { default as Ieee } from './ieee.svelte';
|
|
3198
3200
|
export { default as Ifixit } from './ifixit.svelte';
|
|
3201
|
+
export { default as Iflow } from './iflow.svelte';
|
|
3199
3202
|
export { default as Iflytekcloud } from './iflytekcloud.svelte';
|
|
3200
3203
|
export { default as Ifood } from './ifood.svelte';
|
|
3201
3204
|
export { default as Ifttt } from './ifttt.svelte';
|
|
@@ -3358,6 +3361,44 @@ export { default as Justgiving } from './justgiving.svelte';
|
|
|
3358
3361
|
export { default as Jwt } from './jwt.svelte';
|
|
3359
3362
|
export { default as K3s } from './k3s.svelte';
|
|
3360
3363
|
export { default as K6 } from './k6.svelte';
|
|
3364
|
+
export { default as K8sApiServer } from './k8s-api-server.svelte';
|
|
3365
|
+
export { default as K8sCloudControllerManager } from './k8s-cloud-controller-manager.svelte';
|
|
3366
|
+
export { default as K8sClusterrole } from './k8s-clusterrole.svelte';
|
|
3367
|
+
export { default as K8sClusterrolebinding } from './k8s-clusterrolebinding.svelte';
|
|
3368
|
+
export { default as K8sConfigmap } from './k8s-configmap.svelte';
|
|
3369
|
+
export { default as K8sControllerManager } from './k8s-controller-manager.svelte';
|
|
3370
|
+
export { default as K8sCronjob } from './k8s-cronjob.svelte';
|
|
3371
|
+
export { default as K8sCustomresourcedefinition } from './k8s-customresourcedefinition.svelte';
|
|
3372
|
+
export { default as K8sDaemonset } from './k8s-daemonset.svelte';
|
|
3373
|
+
export { default as K8sDeployment } from './k8s-deployment.svelte';
|
|
3374
|
+
export { default as K8sEndpoints } from './k8s-endpoints.svelte';
|
|
3375
|
+
export { default as K8sEtcdCluster } from './k8s-etcd-cluster.svelte';
|
|
3376
|
+
export { default as K8sGroup } from './k8s-group.svelte';
|
|
3377
|
+
export { default as K8sHorizontalpodautoscaler } from './k8s-horizontalpodautoscaler.svelte';
|
|
3378
|
+
export { default as K8sIngress } from './k8s-ingress.svelte';
|
|
3379
|
+
export { default as K8sJob } from './k8s-job.svelte';
|
|
3380
|
+
export { default as K8sKubeProxy } from './k8s-kube-proxy.svelte';
|
|
3381
|
+
export { default as K8sKubelet } from './k8s-kubelet.svelte';
|
|
3382
|
+
export { default as K8sLimitrange } from './k8s-limitrange.svelte';
|
|
3383
|
+
export { default as K8sNamespace } from './k8s-namespace.svelte';
|
|
3384
|
+
export { default as K8sNetworkpolicy } from './k8s-networkpolicy.svelte';
|
|
3385
|
+
export { default as K8sPersistentvolume } from './k8s-persistentvolume.svelte';
|
|
3386
|
+
export { default as K8sPersistentvolumeclaim } from './k8s-persistentvolumeclaim.svelte';
|
|
3387
|
+
export { default as K8sPod } from './k8s-pod.svelte';
|
|
3388
|
+
export { default as K8sPodsecuritypolicy } from './k8s-podsecuritypolicy.svelte';
|
|
3389
|
+
export { default as K8sReplicaset } from './k8s-replicaset.svelte';
|
|
3390
|
+
export { default as K8sResourcequota } from './k8s-resourcequota.svelte';
|
|
3391
|
+
export { default as K8sRole } from './k8s-role.svelte';
|
|
3392
|
+
export { default as K8sRolebinding } from './k8s-rolebinding.svelte';
|
|
3393
|
+
export { default as K8sScheduler } from './k8s-scheduler.svelte';
|
|
3394
|
+
export { default as K8sSecret } from './k8s-secret.svelte';
|
|
3395
|
+
export { default as K8sService } from './k8s-service.svelte';
|
|
3396
|
+
export { default as K8sServiceaccount } from './k8s-serviceaccount.svelte';
|
|
3397
|
+
export { default as K8sStatefulset } from './k8s-statefulset.svelte';
|
|
3398
|
+
export { default as K8sStorageclass } from './k8s-storageclass.svelte';
|
|
3399
|
+
export { default as K8sUser } from './k8s-user.svelte';
|
|
3400
|
+
export { default as K8sVolume } from './k8s-volume.svelte';
|
|
3401
|
+
export { default as K8sWorkerNode } from './k8s-worker-node.svelte';
|
|
3361
3402
|
export { default as Kafka } from './kafka.svelte';
|
|
3362
3403
|
export { default as Kaggle } from './kaggle.svelte';
|
|
3363
3404
|
export { default as Kagi } from './kagi.svelte';
|
|
@@ -3412,6 +3453,7 @@ export { default as KingstonTechnology } from './kingston-technology.svelte';
|
|
|
3412
3453
|
export { default as Kinopoisk } from './kinopoisk.svelte';
|
|
3413
3454
|
export { default as Kinsta } from './kinsta.svelte';
|
|
3414
3455
|
export { default as Kirby } from './kirby.svelte';
|
|
3456
|
+
export { default as Kiro } from './kiro.svelte';
|
|
3415
3457
|
export { default as Kit } from './kit.svelte';
|
|
3416
3458
|
export { default as Kitsu } from './kitsu.svelte';
|
|
3417
3459
|
export { default as Kiwix } from './kiwix.svelte';
|
|
@@ -3822,6 +3864,7 @@ export { default as Moneygram } from './moneygram.svelte';
|
|
|
3822
3864
|
export { default as Mongodb } from './mongodb.svelte';
|
|
3823
3865
|
export { default as Mongoose } from './mongoose.svelte';
|
|
3824
3866
|
export { default as Monica } from './monica.svelte';
|
|
3867
|
+
export { default as MonisticLogo } from './monistic-logo.svelte';
|
|
3825
3868
|
export { default as MonkeyTie } from './monkey-tie.svelte';
|
|
3826
3869
|
export { default as Monkeytype } from './monkeytype.svelte';
|
|
3827
3870
|
export { default as Monogame } from './monogame.svelte';
|
|
@@ -3950,6 +3993,7 @@ export { default as Niconico } from './niconico.svelte';
|
|
|
3950
3993
|
export { default as Nike } from './nike.svelte';
|
|
3951
3994
|
export { default as Nikon } from './nikon.svelte';
|
|
3952
3995
|
export { default as Nim } from './nim.svelte';
|
|
3996
|
+
export { default as Nimoxis } from './nimoxis.svelte';
|
|
3953
3997
|
export { default as Nintendo } from './nintendo.svelte';
|
|
3954
3998
|
export { default as Niri } from './niri.svelte';
|
|
3955
3999
|
export { default as Nissan } from './nissan.svelte';
|
|
@@ -4740,6 +4784,7 @@ export { default as Shiki } from './shiki.svelte';
|
|
|
4740
4784
|
export { default as Shikimori } from './shikimori.svelte';
|
|
4741
4785
|
export { default as Shopee } from './shopee.svelte';
|
|
4742
4786
|
export { default as Shopify } from './shopify.svelte';
|
|
4787
|
+
export { default as Shopline } from './shopline.svelte';
|
|
4743
4788
|
export { default as Shopware } from './shopware.svelte';
|
|
4744
4789
|
export { default as Shortcut } from './shortcut.svelte';
|
|
4745
4790
|
export { default as Showpad } from './showpad.svelte';
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
<!-- @thesvg/svelte - API Server -->
|
|
2
|
+
<!-- Auto-generated. Do not edit. -->
|
|
3
|
+
<svg viewBox="0 0 18.035334 17.500378" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
|
|
4
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
5
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
6
|
+
|
|
7
|
+
<svg
|
|
8
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
9
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
10
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
11
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
14
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
15
|
+
width="18.035334mm"
|
|
16
|
+
height="17.500378mm"
|
|
17
|
+
viewBox="0 0 18.035334 17.500378"
|
|
18
|
+
version="1.1"
|
|
19
|
+
id="svg11531"
|
|
20
|
+
inkscape:version="0.91 r13725"
|
|
21
|
+
sodipodi:docname="api.svg">
|
|
22
|
+
<defs
|
|
23
|
+
id="defs11525" />
|
|
24
|
+
<sodipodi:namedview
|
|
25
|
+
id="base"
|
|
26
|
+
pagecolor="#ffffff"
|
|
27
|
+
bordercolor="#666666"
|
|
28
|
+
borderopacity="1.0"
|
|
29
|
+
inkscape:pageopacity="0.0"
|
|
30
|
+
inkscape:pageshadow="2"
|
|
31
|
+
inkscape:zoom="8"
|
|
32
|
+
inkscape:cx="16.968621"
|
|
33
|
+
inkscape:cy="33.509081"
|
|
34
|
+
inkscape:document-units="mm"
|
|
35
|
+
inkscape:current-layer="layer1"
|
|
36
|
+
showgrid="false"
|
|
37
|
+
inkscape:window-width="1440"
|
|
38
|
+
inkscape:window-height="771"
|
|
39
|
+
inkscape:window-x="55"
|
|
40
|
+
inkscape:window-y="0"
|
|
41
|
+
inkscape:window-maximized="0"
|
|
42
|
+
fit-margin-top="0"
|
|
43
|
+
fit-margin-left="0"
|
|
44
|
+
fit-margin-right="0"
|
|
45
|
+
fit-margin-bottom="0" />
|
|
46
|
+
<metadata
|
|
47
|
+
id="metadata11528">
|
|
48
|
+
<rdf:RDF>
|
|
49
|
+
<cc:Work
|
|
50
|
+
rdf:about="">
|
|
51
|
+
<dc:format>image/svg+xml</dc:format>
|
|
52
|
+
<dc:type
|
|
53
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
54
|
+
<dc:title />
|
|
55
|
+
</cc:Work>
|
|
56
|
+
</rdf:RDF>
|
|
57
|
+
</metadata>
|
|
58
|
+
<g
|
|
59
|
+
inkscape:label="Calque 1"
|
|
60
|
+
inkscape:groupmode="layer"
|
|
61
|
+
id="layer1"
|
|
62
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
63
|
+
<g
|
|
64
|
+
id="g70"
|
|
65
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
66
|
+
<path
|
|
67
|
+
inkscape:export-ydpi="250.55"
|
|
68
|
+
inkscape:export-xdpi="250.55"
|
|
69
|
+
inkscape:export-filename="new.png"
|
|
70
|
+
inkscape:connector-curvature="0"
|
|
71
|
+
id="path3055"
|
|
72
|
+
d="m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"
|
|
73
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
74
|
+
<path
|
|
75
|
+
id="path3054-2-9"
|
|
76
|
+
d="M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z"
|
|
77
|
+
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate"
|
|
78
|
+
text-anchor="start"
|
|
79
|
+
inkscape:connector-curvature="0" />
|
|
80
|
+
</g>
|
|
81
|
+
<text
|
|
82
|
+
id="text2066"
|
|
83
|
+
y="16.811775"
|
|
84
|
+
x="10.055769"
|
|
85
|
+
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:6.61458349px;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
86
|
+
xml:space="preserve"><tspan
|
|
87
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';text-align:center;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;stroke-width:0.26458332px"
|
|
88
|
+
text-anchor="middle"
|
|
89
|
+
y="16.811775"
|
|
90
|
+
x="10.055769"
|
|
91
|
+
id="tspan2064"
|
|
92
|
+
sodipodi:role="line">api</tspan></text>
|
|
93
|
+
<path
|
|
94
|
+
id="path1984"
|
|
95
|
+
d="m 9.9922574,4.4469925 c -0.1383234,-0.0044 -3.9953139,1.8917791 -4.0457429,1.9890241 -0.121153,0.233682 -0.998802,4.2814784 -0.947235,4.3687244 0.03,0.05065 0.662199,0.852305 1.404567,1.780771 l 1.349798,1.687754 2.2215743,0.0011 2.2215722,0.0011 1.412819,-1.765784 1.41388,-1.765265 -0.49456,-2.1688607 C 14.25673,7.3828155 14.01329,6.3872756 13.98842,6.3632856 13.91892,6.2964056 10.06724,4.4495465 9.9922574,4.4471255 Z m 0.2361666,1.9828241 c 0.186637,0.008 0.205792,0.291571 0.605128,0.321427 0.5216,0.039 0.465508,-0.446651 0.864553,-0.108522 0.399044,0.338125 -0.0889,0.362641 0.03514,0.870749 0.12409,0.5081041 0.568801,0.3050991 0.370523,0.7890987 -0.198279,0.484002 -0.372613,0.02728 -0.81751,0.302308 -0.444897,0.275023 -0.114564,0.635346 -0.636138,0.596347 -0.521652,-0.039 -0.140467,-0.346065 -0.53951,-0.684197 C 9.711566,8.1788955 9.4703718,8.6044873 9.3463088,8.0963797 9.2222188,7.5882716 9.632244,7.8553625 9.830523,7.3713607 10.029224,6.8873136 9.5494288,6.7901076 9.9943524,6.5150816 c 0.05564,-0.03434 0.1018906,-0.05688 0.1421056,-0.07028 0.03508,-0.01167 0.06533,-0.01614 0.09197,-0.01497 z m 0.521493,0.572059 c -0.07578,-5.306e-4 -0.151209,0.01021 -0.223758,0.03204 -0.400393,0.120732 -0.626954,0.5433219 -0.505909,0.943613 0.12094,0.3999197 0.54311,0.6261487 0.943107,0.5053937 0.399838,-0.120746 0.626268,-0.5426107 0.505909,-0.9425788 C 11.373516,7.2225236 11.081837,7.0041896 10.749917,7.0018776 Z M 7.7572695,8.3036033 c 0.03969,7.9e-4 0.08832,0.009 0.1482991,0.02739 0.4799279,0.147138 -0.0077,0.399503 0.334354,0.766879 0.3420531,0.367377 0.6285182,-0.101086 0.7410452,0.388091 0.112527,0.4891777 -0.3499913,0.192921 -0.4971261,0.6728277 -0.1471612,0.479904 0.4014791,0.494083 0.03411,0.836123 -0.367374,0.342041 -0.3418151,-0.20606 -0.8309501,-0.09353 -0.489188,0.112527 -0.227039,0.594654 -0.70694,0.447516 -0.479928,-0.147137 0.0077,-0.3995 -0.334354,-0.766876 -0.342054,-0.367379 -0.628518,0.100571 -0.741045,-0.388607 -0.112528,-0.48918 0.349991,-0.192924 0.497125,-0.6728267 0.147162,-0.479907 -0.401981,-0.49357 -0.03461,-0.83561 0.367374,-0.342043 0.342291,0.206065 0.831453,0.09354 0.428043,-0.09846 0.280643,-0.479607 0.558641,-0.474906 z m 3.5672165,0.524516 c 0.04551,5.36e-4 0.100807,0.01243 0.170022,0.03927 0.55327,0.214739 -0.175234,0.545894 0.253735,0.9560137 0.428969,0.410118 0.727472,-0.3327417 0.966867,0.210323 0.239369,0.543065 -0.510434,0.262432 -0.497126,0.855763 0.01323,0.593331 0.749591,0.27872 0.534829,0.83199 -0.214709,0.553268 -0.545888,-0.175247 -0.955992,0.25373 -0.410131,0.428977 0.33221,0.726972 -0.210847,0.966348 -0.543057,0.23938 -0.261382,-0.509939 -0.854736,-0.496609 -0.593328,0.01333 -0.279215,0.749072 -0.83251,0.534334 C 9.3454848,12.764543 10.073987,12.433388 9.644993,12.023268 9.2160238,11.613148 8.9180238,12.356008 8.6786546,11.812945 8.4392867,11.26988 9.1885598,11.551032 9.1752778,10.957701 9.1617878,10.36437 8.4256867,10.678462 8.6404225,10.125192 8.8551588,9.5719223 9.1868138,10.300955 9.596945,9.871978 10.007048,9.4430013 9.2641778,9.1444903 9.807262,8.9051143 c 0.543055,-0.239377 0.26191,0.509939 0.855237,0.496609 0.519192,-0.01167 0.343429,-0.576408 0.661987,-0.573608 z m -3.8814095,0.25528 c -0.417988,-1.58e-4 -0.756946,0.338564 -0.757078,0.7565447 -1.59e-4,0.418182 0.338905,0.757219 0.757078,0.75706 0.4179631,-1.48e-4 0.756682,-0.339095 0.7565239,-0.75706 C 8.1994675,9.4221803 7.8608276,9.0835473 7.4430765,9.0833993 Z M 10.69663,9.808421 c -0.615684,4.2e-5 -1.114846,0.498983 -1.11519,1.114661 -2.38e-4,0.616082 0.499109,1.11565 1.11519,1.115692 0.616268,2.22e-4 1.115907,-0.499425 1.115669,-1.115692 0,-0.615866 -0.499798,-1.114883 -1.115669,-1.114661 z"
|
|
96
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:11.23642349;stroke-opacity:1"
|
|
97
|
+
inkscape:connector-curvature="0"
|
|
98
|
+
sodipodi:nodetypes="cccccccccccccscccccsccccccccccccccscscccccccccccccccccccccscccccccccccccc" />
|
|
99
|
+
</g>
|
|
100
|
+
</svg>
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
<!-- @thesvg/svelte - Cloud Controller Manager -->
|
|
2
|
+
<!-- Auto-generated. Do not edit. -->
|
|
3
|
+
<svg viewBox="0 0 18.035334 17.500378" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
|
|
4
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
5
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
6
|
+
|
|
7
|
+
<svg
|
|
8
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
9
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
10
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
11
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
14
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
15
|
+
width="18.035334mm"
|
|
16
|
+
height="17.500378mm"
|
|
17
|
+
viewBox="0 0 18.035334 17.500378"
|
|
18
|
+
version="1.1"
|
|
19
|
+
id="svg11531"
|
|
20
|
+
inkscape:version="0.91 r13725"
|
|
21
|
+
sodipodi:docname="c-c-m.svg">
|
|
22
|
+
<defs
|
|
23
|
+
id="defs11525" />
|
|
24
|
+
<sodipodi:namedview
|
|
25
|
+
id="base"
|
|
26
|
+
pagecolor="#ffffff"
|
|
27
|
+
bordercolor="#666666"
|
|
28
|
+
borderopacity="1.0"
|
|
29
|
+
inkscape:pageopacity="0.0"
|
|
30
|
+
inkscape:pageshadow="2"
|
|
31
|
+
inkscape:zoom="8"
|
|
32
|
+
inkscape:cx="16.968621"
|
|
33
|
+
inkscape:cy="33.509081"
|
|
34
|
+
inkscape:document-units="mm"
|
|
35
|
+
inkscape:current-layer="layer1"
|
|
36
|
+
showgrid="false"
|
|
37
|
+
inkscape:window-width="1440"
|
|
38
|
+
inkscape:window-height="771"
|
|
39
|
+
inkscape:window-x="55"
|
|
40
|
+
inkscape:window-y="0"
|
|
41
|
+
inkscape:window-maximized="0"
|
|
42
|
+
fit-margin-top="0"
|
|
43
|
+
fit-margin-left="0"
|
|
44
|
+
fit-margin-right="0"
|
|
45
|
+
fit-margin-bottom="0" />
|
|
46
|
+
<metadata
|
|
47
|
+
id="metadata11528">
|
|
48
|
+
<rdf:RDF>
|
|
49
|
+
<cc:Work
|
|
50
|
+
rdf:about="">
|
|
51
|
+
<dc:format>image/svg+xml</dc:format>
|
|
52
|
+
<dc:type
|
|
53
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
54
|
+
<dc:title />
|
|
55
|
+
</cc:Work>
|
|
56
|
+
</rdf:RDF>
|
|
57
|
+
</metadata>
|
|
58
|
+
<g
|
|
59
|
+
inkscape:label="Calque 1"
|
|
60
|
+
inkscape:groupmode="layer"
|
|
61
|
+
id="layer1"
|
|
62
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
63
|
+
<g
|
|
64
|
+
id="g70"
|
|
65
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
66
|
+
<path
|
|
67
|
+
inkscape:export-ydpi="250.55"
|
|
68
|
+
inkscape:export-xdpi="250.55"
|
|
69
|
+
inkscape:export-filename="new.png"
|
|
70
|
+
inkscape:connector-curvature="0"
|
|
71
|
+
id="path3055"
|
|
72
|
+
d="m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"
|
|
73
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
74
|
+
<path
|
|
75
|
+
id="path3054-2-9"
|
|
76
|
+
d="M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z"
|
|
77
|
+
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate"
|
|
78
|
+
text-anchor="start"
|
|
79
|
+
inkscape:connector-curvature="0" />
|
|
80
|
+
</g>
|
|
81
|
+
<text
|
|
82
|
+
id="text2066"
|
|
83
|
+
y="16.811775"
|
|
84
|
+
x="10.047501"
|
|
85
|
+
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:6.61458349px;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
86
|
+
xml:space="preserve"><tspan
|
|
87
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';text-align:center;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;stroke-width:0.26458332px"
|
|
88
|
+
text-anchor="middle"
|
|
89
|
+
y="16.811775"
|
|
90
|
+
x="10.047501"
|
|
91
|
+
id="tspan2064"
|
|
92
|
+
sodipodi:role="line">c-c-m</tspan></text>
|
|
93
|
+
<path
|
|
94
|
+
id="path1984"
|
|
95
|
+
d="m 9.9922574,4.4469925 c -0.1383234,-0.0044 -3.9953139,1.8917791 -4.0457429,1.9890241 -0.121153,0.233682 -0.998802,4.2814784 -0.947235,4.3687244 0.03,0.05065 0.662199,0.852305 1.404567,1.780771 l 1.349798,1.687754 2.2215743,0.0011 2.2215722,0.0011 1.412819,-1.765784 1.41388,-1.765265 -0.49456,-2.1688607 C 14.25673,7.3828155 14.01329,6.3872756 13.98842,6.3632856 13.91892,6.2964056 10.06724,4.4495465 9.9922574,4.4471255 Z m 0.2361666,1.9828241 c 0.186637,0.008 0.205792,0.291571 0.605128,0.321427 0.5216,0.039 0.465508,-0.446651 0.864553,-0.108522 0.399044,0.338125 -0.0889,0.362641 0.03514,0.870749 0.12409,0.5081041 0.568801,0.3050991 0.370523,0.7890987 -0.198279,0.484002 -0.372613,0.02728 -0.81751,0.302308 -0.444897,0.275023 -0.114564,0.635346 -0.636138,0.596347 -0.521652,-0.039 -0.140467,-0.346065 -0.53951,-0.684197 C 9.711566,8.1788955 9.4703718,8.6044873 9.3463088,8.0963797 9.2222188,7.5882716 9.632244,7.8553625 9.830523,7.3713607 10.029224,6.8873136 9.5494288,6.7901076 9.9943524,6.5150816 c 0.05564,-0.03434 0.1018906,-0.05688 0.1421056,-0.07028 0.03508,-0.01167 0.06533,-0.01614 0.09197,-0.01497 z m 0.521493,0.572059 c -0.07578,-5.306e-4 -0.151209,0.01021 -0.223758,0.03204 -0.400393,0.120732 -0.626954,0.5433219 -0.505909,0.943613 0.12094,0.3999197 0.54311,0.6261487 0.943107,0.5053937 0.399838,-0.120746 0.626268,-0.5426107 0.505909,-0.9425788 C 11.373516,7.2225236 11.081837,7.0041896 10.749917,7.0018776 Z M 7.7572695,8.3036033 c 0.03969,7.9e-4 0.08832,0.009 0.1482991,0.02739 0.4799279,0.147138 -0.0077,0.399503 0.334354,0.766879 0.3420531,0.367377 0.6285182,-0.101086 0.7410452,0.388091 0.112527,0.4891777 -0.3499913,0.192921 -0.4971261,0.6728277 -0.1471612,0.479904 0.4014791,0.494083 0.03411,0.836123 -0.367374,0.342041 -0.3418151,-0.20606 -0.8309501,-0.09353 -0.489188,0.112527 -0.227039,0.594654 -0.70694,0.447516 -0.479928,-0.147137 0.0077,-0.3995 -0.334354,-0.766876 -0.342054,-0.367379 -0.628518,0.100571 -0.741045,-0.388607 -0.112528,-0.48918 0.349991,-0.192924 0.497125,-0.6728267 0.147162,-0.479907 -0.401981,-0.49357 -0.03461,-0.83561 0.367374,-0.342043 0.342291,0.206065 0.831453,0.09354 0.428043,-0.09846 0.280643,-0.479607 0.558641,-0.474906 z m 3.5672165,0.524516 c 0.04551,5.36e-4 0.100807,0.01243 0.170022,0.03927 0.55327,0.214739 -0.175234,0.545894 0.253735,0.9560137 0.428969,0.410118 0.727472,-0.3327417 0.966867,0.210323 0.239369,0.543065 -0.510434,0.262432 -0.497126,0.855763 0.01323,0.593331 0.749591,0.27872 0.534829,0.83199 -0.214709,0.553268 -0.545888,-0.175247 -0.955992,0.25373 -0.410131,0.428977 0.33221,0.726972 -0.210847,0.966348 -0.543057,0.23938 -0.261382,-0.509939 -0.854736,-0.496609 -0.593328,0.01333 -0.279215,0.749072 -0.83251,0.534334 C 9.3454848,12.764543 10.073987,12.433388 9.644993,12.023268 9.2160238,11.613148 8.9180238,12.356008 8.6786546,11.812945 8.4392867,11.26988 9.1885598,11.551032 9.1752778,10.957701 9.1617878,10.36437 8.4256867,10.678462 8.6404225,10.125192 8.8551588,9.5719223 9.1868138,10.300955 9.596945,9.871978 10.007048,9.4430013 9.2641778,9.1444903 9.807262,8.9051143 c 0.543055,-0.239377 0.26191,0.509939 0.855237,0.496609 0.519192,-0.01167 0.343429,-0.576408 0.661987,-0.573608 z m -3.8814095,0.25528 c -0.417988,-1.58e-4 -0.756946,0.338564 -0.757078,0.7565447 -1.59e-4,0.418182 0.338905,0.757219 0.757078,0.75706 0.4179631,-1.48e-4 0.756682,-0.339095 0.7565239,-0.75706 C 8.1994675,9.4221803 7.8608276,9.0835473 7.4430765,9.0833993 Z M 10.69663,9.808421 c -0.615684,4.2e-5 -1.114846,0.498983 -1.11519,1.114661 -2.38e-4,0.616082 0.499109,1.11565 1.11519,1.115692 0.616268,2.22e-4 1.115907,-0.499425 1.115669,-1.115692 0,-0.615866 -0.499798,-1.114883 -1.115669,-1.114661 z"
|
|
96
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:11.23642349;stroke-opacity:1"
|
|
97
|
+
inkscape:connector-curvature="0"
|
|
98
|
+
sodipodi:nodetypes="cccccccccccccscccccsccccccccccccccscscccccccccccccccccccccscccccccccccccc" />
|
|
99
|
+
</g>
|
|
100
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// @thesvg/svelte - Cloud Controller Manager
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { SvelteComponent } from 'svelte';
|
|
5
|
+
import type { SVGAttributes } from 'svelte/elements';
|
|
6
|
+
|
|
7
|
+
export default class K8sCloudControllerManager extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
|