@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
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";
|
|
@@ -0,0 +1,221 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/icons -API Server
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
exports.slug = "k8s-api-server";
|
|
8
|
+
exports.title = "API Server";
|
|
9
|
+
exports.hex = "326CE5";
|
|
10
|
+
exports.categories = ["Kubernetes", "Control Plane"];
|
|
11
|
+
exports.aliases = ["api"];
|
|
12
|
+
exports.svg = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
13
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
14
|
+
|
|
15
|
+
<svg
|
|
16
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
17
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
18
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
19
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
20
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
21
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
22
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
23
|
+
width="18.035334mm"
|
|
24
|
+
height="17.500378mm"
|
|
25
|
+
viewBox="0 0 18.035334 17.500378"
|
|
26
|
+
version="1.1"
|
|
27
|
+
id="svg11531"
|
|
28
|
+
inkscape:version="0.91 r13725"
|
|
29
|
+
sodipodi:docname="api.svg">
|
|
30
|
+
<defs
|
|
31
|
+
id="defs11525" />
|
|
32
|
+
<sodipodi:namedview
|
|
33
|
+
id="base"
|
|
34
|
+
pagecolor="#ffffff"
|
|
35
|
+
bordercolor="#666666"
|
|
36
|
+
borderopacity="1.0"
|
|
37
|
+
inkscape:pageopacity="0.0"
|
|
38
|
+
inkscape:pageshadow="2"
|
|
39
|
+
inkscape:zoom="8"
|
|
40
|
+
inkscape:cx="16.968621"
|
|
41
|
+
inkscape:cy="33.509081"
|
|
42
|
+
inkscape:document-units="mm"
|
|
43
|
+
inkscape:current-layer="layer1"
|
|
44
|
+
showgrid="false"
|
|
45
|
+
inkscape:window-width="1440"
|
|
46
|
+
inkscape:window-height="771"
|
|
47
|
+
inkscape:window-x="55"
|
|
48
|
+
inkscape:window-y="0"
|
|
49
|
+
inkscape:window-maximized="0"
|
|
50
|
+
fit-margin-top="0"
|
|
51
|
+
fit-margin-left="0"
|
|
52
|
+
fit-margin-right="0"
|
|
53
|
+
fit-margin-bottom="0" />
|
|
54
|
+
<metadata
|
|
55
|
+
id="metadata11528">
|
|
56
|
+
<rdf:RDF>
|
|
57
|
+
<cc:Work
|
|
58
|
+
rdf:about="">
|
|
59
|
+
<dc:format>image/svg+xml</dc:format>
|
|
60
|
+
<dc:type
|
|
61
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
62
|
+
<dc:title />
|
|
63
|
+
</cc:Work>
|
|
64
|
+
</rdf:RDF>
|
|
65
|
+
</metadata>
|
|
66
|
+
<g
|
|
67
|
+
inkscape:label="Calque 1"
|
|
68
|
+
inkscape:groupmode="layer"
|
|
69
|
+
id="layer1"
|
|
70
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
71
|
+
<g
|
|
72
|
+
id="g70"
|
|
73
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
74
|
+
<path
|
|
75
|
+
inkscape:export-ydpi="250.55"
|
|
76
|
+
inkscape:export-xdpi="250.55"
|
|
77
|
+
inkscape:export-filename="new.png"
|
|
78
|
+
inkscape:connector-curvature="0"
|
|
79
|
+
id="path3055"
|
|
80
|
+
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"
|
|
81
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
82
|
+
<path
|
|
83
|
+
id="path3054-2-9"
|
|
84
|
+
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"
|
|
85
|
+
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"
|
|
86
|
+
text-anchor="start"
|
|
87
|
+
inkscape:connector-curvature="0" />
|
|
88
|
+
</g>
|
|
89
|
+
<text
|
|
90
|
+
id="text2066"
|
|
91
|
+
y="16.811775"
|
|
92
|
+
x="10.055769"
|
|
93
|
+
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"
|
|
94
|
+
xml:space="preserve"><tspan
|
|
95
|
+
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"
|
|
96
|
+
text-anchor="middle"
|
|
97
|
+
y="16.811775"
|
|
98
|
+
x="10.055769"
|
|
99
|
+
id="tspan2064"
|
|
100
|
+
sodipodi:role="line">api</tspan></text>
|
|
101
|
+
<path
|
|
102
|
+
id="path1984"
|
|
103
|
+
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"
|
|
104
|
+
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"
|
|
105
|
+
inkscape:connector-curvature="0"
|
|
106
|
+
sodipodi:nodetypes="cccccccccccccscccccsccccccccccccccscscccccccccccccccccccccscccccccccccccc" />
|
|
107
|
+
</g>
|
|
108
|
+
</svg>`;
|
|
109
|
+
exports.variants = {
|
|
110
|
+
"default": `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
111
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
112
|
+
|
|
113
|
+
<svg
|
|
114
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
115
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
116
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
117
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
118
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
119
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
120
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
121
|
+
width="18.035334mm"
|
|
122
|
+
height="17.500378mm"
|
|
123
|
+
viewBox="0 0 18.035334 17.500378"
|
|
124
|
+
version="1.1"
|
|
125
|
+
id="svg11531"
|
|
126
|
+
inkscape:version="0.91 r13725"
|
|
127
|
+
sodipodi:docname="api.svg">
|
|
128
|
+
<defs
|
|
129
|
+
id="defs11525" />
|
|
130
|
+
<sodipodi:namedview
|
|
131
|
+
id="base"
|
|
132
|
+
pagecolor="#ffffff"
|
|
133
|
+
bordercolor="#666666"
|
|
134
|
+
borderopacity="1.0"
|
|
135
|
+
inkscape:pageopacity="0.0"
|
|
136
|
+
inkscape:pageshadow="2"
|
|
137
|
+
inkscape:zoom="8"
|
|
138
|
+
inkscape:cx="16.968621"
|
|
139
|
+
inkscape:cy="33.509081"
|
|
140
|
+
inkscape:document-units="mm"
|
|
141
|
+
inkscape:current-layer="layer1"
|
|
142
|
+
showgrid="false"
|
|
143
|
+
inkscape:window-width="1440"
|
|
144
|
+
inkscape:window-height="771"
|
|
145
|
+
inkscape:window-x="55"
|
|
146
|
+
inkscape:window-y="0"
|
|
147
|
+
inkscape:window-maximized="0"
|
|
148
|
+
fit-margin-top="0"
|
|
149
|
+
fit-margin-left="0"
|
|
150
|
+
fit-margin-right="0"
|
|
151
|
+
fit-margin-bottom="0" />
|
|
152
|
+
<metadata
|
|
153
|
+
id="metadata11528">
|
|
154
|
+
<rdf:RDF>
|
|
155
|
+
<cc:Work
|
|
156
|
+
rdf:about="">
|
|
157
|
+
<dc:format>image/svg+xml</dc:format>
|
|
158
|
+
<dc:type
|
|
159
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
160
|
+
<dc:title />
|
|
161
|
+
</cc:Work>
|
|
162
|
+
</rdf:RDF>
|
|
163
|
+
</metadata>
|
|
164
|
+
<g
|
|
165
|
+
inkscape:label="Calque 1"
|
|
166
|
+
inkscape:groupmode="layer"
|
|
167
|
+
id="layer1"
|
|
168
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
169
|
+
<g
|
|
170
|
+
id="g70"
|
|
171
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
172
|
+
<path
|
|
173
|
+
inkscape:export-ydpi="250.55"
|
|
174
|
+
inkscape:export-xdpi="250.55"
|
|
175
|
+
inkscape:export-filename="new.png"
|
|
176
|
+
inkscape:connector-curvature="0"
|
|
177
|
+
id="path3055"
|
|
178
|
+
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"
|
|
179
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
180
|
+
<path
|
|
181
|
+
id="path3054-2-9"
|
|
182
|
+
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"
|
|
183
|
+
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"
|
|
184
|
+
text-anchor="start"
|
|
185
|
+
inkscape:connector-curvature="0" />
|
|
186
|
+
</g>
|
|
187
|
+
<text
|
|
188
|
+
id="text2066"
|
|
189
|
+
y="16.811775"
|
|
190
|
+
x="10.055769"
|
|
191
|
+
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"
|
|
192
|
+
xml:space="preserve"><tspan
|
|
193
|
+
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"
|
|
194
|
+
text-anchor="middle"
|
|
195
|
+
y="16.811775"
|
|
196
|
+
x="10.055769"
|
|
197
|
+
id="tspan2064"
|
|
198
|
+
sodipodi:role="line">api</tspan></text>
|
|
199
|
+
<path
|
|
200
|
+
id="path1984"
|
|
201
|
+
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"
|
|
202
|
+
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"
|
|
203
|
+
inkscape:connector-curvature="0"
|
|
204
|
+
sodipodi:nodetypes="cccccccccccccscccccsccccccccccccccscscccccccccccccccccccccscccccccccccccc" />
|
|
205
|
+
</g>
|
|
206
|
+
</svg>`
|
|
207
|
+
};
|
|
208
|
+
exports.license = "Apache-2.0";
|
|
209
|
+
exports.url = "https://kubernetes.io";
|
|
210
|
+
|
|
211
|
+
exports.default = {
|
|
212
|
+
slug: exports.slug,
|
|
213
|
+
title: exports.title,
|
|
214
|
+
hex: exports.hex,
|
|
215
|
+
categories: exports.categories,
|
|
216
|
+
aliases: exports.aliases,
|
|
217
|
+
svg: exports.svg,
|
|
218
|
+
variants: exports.variants,
|
|
219
|
+
license: exports.license,
|
|
220
|
+
url: exports.url,
|
|
221
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - API Server
|
|
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 k8s_api_server: IconModule;
|
|
17
|
+
export default k8s_api_server;
|