@likec4/language-server 1.10.0 → 1.11.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.
Files changed (55) hide show
  1. package/dist/browser.cjs +5 -1
  2. package/dist/browser.d.cts +9 -8
  3. package/dist/browser.d.mts +9 -8
  4. package/dist/browser.d.ts +9 -8
  5. package/dist/browser.mjs +3 -2
  6. package/dist/index.cjs +15 -2
  7. package/dist/index.d.cts +14 -11
  8. package/dist/index.d.mts +14 -11
  9. package/dist/index.d.ts +14 -11
  10. package/dist/index.mjs +17 -1
  11. package/dist/likec4lib.cjs +949 -952
  12. package/dist/likec4lib.d.cts +1 -1
  13. package/dist/likec4lib.d.mts +1 -1
  14. package/dist/likec4lib.d.ts +1 -1
  15. package/dist/likec4lib.mjs +949 -952
  16. package/dist/model-graph/index.cjs +1 -1
  17. package/dist/model-graph/index.mjs +1 -1
  18. package/dist/protocol.cjs +1 -1
  19. package/dist/protocol.d.cts +3 -1
  20. package/dist/protocol.d.mts +3 -1
  21. package/dist/protocol.d.ts +3 -1
  22. package/dist/protocol.mjs +1 -1
  23. package/dist/shared/{language-server.JWkqVjGv.cjs → language-server.C8lV6gDw.cjs} +120 -118
  24. package/dist/shared/{language-server.DBJJUUgF.mjs → language-server.CCOotWDz.mjs} +120 -119
  25. package/dist/shared/{language-server.DtBRb9os.mjs → language-server.CbqwHp7Q.mjs} +23 -9
  26. package/dist/shared/{language-server.CtKHXJDD.d.ts → language-server.Cyw-bCtc.d.ts} +145 -138
  27. package/dist/shared/{language-server.D-84I33F.d.mts → language-server.DGjTE7xL.d.mts} +145 -138
  28. package/dist/shared/{language-server.DwyCJvXm.cjs → language-server.DJhoJBWh.cjs} +17 -3
  29. package/dist/shared/{language-server.CjFzaJwI.d.cts → language-server.Ol32Kygo.d.cts} +145 -138
  30. package/package.json +34 -29
  31. package/src/Rpc.ts +10 -6
  32. package/src/ast.ts +1 -1
  33. package/src/browser.ts +5 -0
  34. package/src/formatting/LikeC4Formatter.ts +4 -2
  35. package/src/generated/ast.ts +99 -1
  36. package/src/generated/grammar.ts +1 -1
  37. package/src/generated/module.ts +1 -1
  38. package/src/generated-lib/icons.ts +949 -952
  39. package/src/index.ts +23 -2
  40. package/src/likec4lib.ts +1 -1
  41. package/src/logger.ts +16 -16
  42. package/src/lsp/CompletionProvider.ts +1 -1
  43. package/src/model/model-builder.ts +12 -12
  44. package/src/model-graph/compute-view/compute.ts +9 -4
  45. package/src/model-graph/utils/applyCustomRelationProperties.ts +1 -1
  46. package/src/model-graph/utils/uniqueTags.test.ts +42 -0
  47. package/src/model-graph/utils/uniqueTags.ts +19 -0
  48. package/src/protocol.ts +5 -1
  49. package/src/shared/WorkspaceManager.ts +1 -1
  50. package/dist/node.cjs +0 -18
  51. package/dist/node.d.cts +0 -20
  52. package/dist/node.d.mts +0 -20
  53. package/dist/node.d.ts +0 -20
  54. package/dist/node.mjs +0 -16
  55. package/src/node.ts +0 -20
@@ -1,957 +1,954 @@
1
1
  'use strict';
2
2
 
3
- const LibIcons = `likec4lib {
4
- icons {
5
- aws:activate
6
- aws:alexa-for-business
7
- aws:amplify
8
- aws:apache-mxnet-on-aws
9
- aws:api-gateway
10
- aws:app-config
11
- aws:app-flow
12
- aws:app-mesh
13
- aws:app-runner
14
- aws:app-stream
15
- aws:app-sync
16
- aws:application-auto-scaling
17
- aws:application-composer
18
- aws:application-cost-profiler
19
- aws:application-discovery-service
20
- aws:application-migration-service
21
- aws:artifact
22
- aws:athena
23
- aws:audit-manager
24
- aws:augmented-ai-a2i
25
- aws:aurora
26
- aws:auto-scaling
27
- aws:backint-agent
28
- aws:backup
29
- aws:batch
30
- aws:billing-conductor
31
- aws:bottlerocket
32
- aws:braket
33
- aws:budgets
34
- aws:certificate-manager
35
- aws:chatbot
36
- aws:chime
37
- aws:chime-sdk
38
- aws:chime-voice-connector
39
- aws:clean-rooms
40
- aws:client-vpn
41
- aws:cloud-control-api
42
- aws:cloud-development-kit
43
- aws:cloud-directory
44
- aws:cloud-formation
45
- aws:cloud-front
46
- aws:cloud-hsm
47
- aws:cloud-map
48
- aws:cloud-search
49
- aws:cloud-shell
50
- aws:cloud-trail
51
- aws:cloud-wan
52
- aws:cloud-watch
53
- aws:cloud9
54
- aws:code-artifact
55
- aws:code-build
56
- aws:code-catalyst
57
- aws:code-commit
58
- aws:code-deploy
59
- aws:code-guru
60
- aws:code-pipeline
61
- aws:code-star
62
- aws:code-whisperer
63
- aws:cognito
64
- aws:command-line-interface
65
- aws:comprehend
66
- aws:comprehend-medical
67
- aws:compute-optimizer
68
- aws:config
69
- aws:connect
70
- aws:console-mobile-application
71
- aws:control-tower
72
- aws:corretto
73
- aws:cost-and-usage-report
74
- aws:cost-explorer
75
- aws:data-exchange
76
- aws:data-pipeline
77
- aws:data-sync
78
- aws:data-zone
79
- aws:database-migration-service
80
- aws:deep-composer
81
- aws:deep-learning-amis
82
- aws:deep-learning-containers
83
- aws:deep-lens
84
- aws:deep-racer
85
- aws:detective
86
- aws:dev-ops-guru
87
- aws:device-farm
88
- aws:direct-connect
89
- aws:directory-service
90
- aws:distro-for-open-telemetry
91
- aws:document-db
92
- aws:dynamo-db
93
- aws:ec2
94
- aws:ec2-auto-scaling
95
- aws:ec2-image-builder
96
- aws:ecs-anywhere
97
- aws:efs
98
- aws:eks-anywhere
99
- aws:eks-cloud
100
- aws:eks-distro
101
- aws:elasti-cache
102
- aws:elastic-beanstalk
103
- aws:elastic-block-store
104
- aws:elastic-container-registry
105
- aws:elastic-container-service
106
- aws:elastic-disaster-recovery
107
- aws:elastic-fabric-adapter
108
- aws:elastic-inference
109
- aws:elastic-kubernetes-service
110
- aws:elastic-load-balancing
111
- aws:elastic-transcoder
112
- aws:elemental-appliances-software
113
- aws:elemental-conductor
114
- aws:elemental-delta
115
- aws:elemental-link
116
- aws:elemental-live
117
- aws:elemental-media-connect
118
- aws:elemental-media-convert
119
- aws:elemental-media-live
120
- aws:elemental-media-package
121
- aws:elemental-media-store
122
- aws:elemental-media-tailor
123
- aws:elemental-server
124
- aws:emr
125
- aws:event-bridge
126
- aws:express-workflows
127
- aws:fargate
128
- aws:fault-injection-simulator
129
- aws:file-cache
130
- aws:fin-space
131
- aws:firewall-manager
132
- aws:forecast
133
- aws:fraud-detector
134
- aws:free-rtos
135
- aws:fsx
136
- aws:fsx-for-lustre
137
- aws:fsx-for-net-app-ontap
138
- aws:fsx-for-open-zfs
139
- aws:fsx-for-wfs
140
- aws:game-kit
141
- aws:game-lift
142
- aws:game-sparks
143
- aws:genomics-cli
144
- aws:global-accelerator
145
- aws:glue
146
- aws:glue-data-brew
147
- aws:glue-elastic-views
148
- aws:ground-station
149
- aws:guard-duty
150
- aws:health-lake
151
- aws:honeycode
152
- aws:iam-identity-center
153
- aws:identity-and-access-management
154
- aws:inspector
155
- aws:interactive-video-service
156
- aws:io-t-1-click
157
- aws:io-t-analytics
158
- aws:io-t-button
159
- aws:io-t-core
160
- aws:io-t-device-defender
161
- aws:io-t-device-management
162
- aws:io-t-edu-kit
163
- aws:io-t-events
164
- aws:io-t-express-link
165
- aws:io-t-fleet-wise
166
- aws:io-t-greengrass
167
- aws:io-t-robo-runner
168
- aws:io-t-site-wise
169
- aws:io-t-things-graph
170
- aws:io-t-twin-maker
171
- aws:iq
172
- aws:kendra
173
- aws:key-management-service
174
- aws:keyspaces
175
- aws:kinesis
176
- aws:kinesis-data-analytics
177
- aws:kinesis-data-streams
178
- aws:kinesis-firehose
179
- aws:kinesis-video-streams
180
- aws:lake-formation
181
- aws:lambda
182
- aws:launch-wizard
183
- aws:lex
184
- aws:license-manager
185
- aws:lightsail
186
- aws:local-zones
187
- aws:location-service
188
- aws:lookout-for-equipment
189
- aws:lookout-for-metrics
190
- aws:lookout-for-vision
191
- aws:lumberyard
192
- aws:macie
193
- aws:mainframe-modernization
194
- aws:managed-blockchain
195
- aws:managed-grafana
196
- aws:managed-service-for-prometheus
197
- aws:managed-services
198
- aws:managed-streaming-for-apache-kafka
199
- aws:managed-workflows-for-apache-airflow
200
- aws:management-console
201
- aws:marketplace-dark
202
- aws:marketplace-light
203
- aws:memory-db-for-redis
204
- aws:migration-evaluator
205
- aws:migration-hub
206
- aws:monitron
207
- aws:mq
208
- aws:neptune
209
- aws:network-firewall
210
- aws:neuron
211
- aws:nice-dcv
212
- aws:nice-engin-frame
213
- aws:nimble-studio
214
- aws:nitro-enclaves
215
- aws:omics
216
- aws:open-3d-engine
217
- aws:open-search-service
218
- aws:ops-works
219
- aws:organizations
220
- aws:outposts-family
221
- aws:outposts-rack
222
- aws:outposts-servers
223
- aws:panorama
224
- aws:parallel-cluster
225
- aws:personal-health-dashboard
226
- aws:personalize
227
- aws:pinpoint
228
- aws:pinpoint-apis
229
- aws:polly
230
- aws:private-5g
231
- aws:private-certificate-authority
232
- aws:private-link
233
- aws:professional-services
234
- aws:proton
235
- aws:quantum-ledger-database
236
- aws:quick-sight
237
- aws:rds
238
- aws:rds-on-vmware
239
- aws:re-post
240
- aws:red-hat-open-shift-service-on-aws
241
- aws:redshift
242
- aws:rekognition
243
- aws:reserved-instance-reporting
244
- aws:resilience-hub
245
- aws:resource-access-manager
246
- aws:resource-explorer
247
- aws:robo-maker
248
- aws:route-53
249
- aws:s3-on-outposts
250
- aws:sage-maker
251
- aws:sage-maker-ground-truth
252
- aws:sage-maker-studio-lab
253
- aws:savings-plans
254
- aws:secrets-manager
255
- aws:security-hub
256
- aws:security-lake
257
- aws:server-migration-service
258
- aws:serverless-application-repository
259
- aws:service-catalog
260
- aws:service-management-connector
261
- aws:shield
262
- aws:signer
263
- aws:sim-space-weaver
264
- aws:simple-email-service
265
- aws:simple-notification-service
266
- aws:simple-queue-service
267
- aws:simple-storage-service
268
- aws:simple-storage-service-glacier
269
- aws:site-to-site-vpn
270
- aws:snowball
271
- aws:snowball-edge
272
- aws:snowcone
273
- aws:snowmobile
274
- aws:step-functions
275
- aws:storage-gateway
276
- aws:sumerian
277
- aws:supply-chain
278
- aws:support
279
- aws:systems-manager
280
- aws:tensor-flow-on-aws
281
- aws:textract
282
- aws:thinkbox-deadline
283
- aws:thinkbox-frost
284
- aws:thinkbox-krakatoa
285
- aws:thinkbox-sequoia
286
- aws:thinkbox-stoke
287
- aws:thinkbox-xmesh
288
- aws:timestream
289
- aws:tools-and-sdks
290
- aws:torch-serve
291
- aws:training-certification
292
- aws:transcribe
293
- aws:transfer-family
294
- aws:transit-gateway
295
- aws:translate
296
- aws:trusted-advisor
297
- aws:verified-access
298
- aws:verified-permissions
299
- aws:virtual-private-cloud
300
- aws:vmware-cloud-on-aws
301
- aws:vpc-lattice
302
- aws:waf
303
- aws:wavelength
304
- aws:well-architected-tool
305
- aws:wickr
306
- aws:work-docs
307
- aws:work-docs-sdk
308
- aws:work-link
309
- aws:work-mail
310
- aws:work-spaces-family
311
- aws:x-ray
312
- gcp:access-context-manager
313
- gcp:administration
314
- gcp:advanced-agent-modeling
315
- gcp:advanced-solutions-lab
316
- gcp:agent-assist
317
- gcp:ai-hub
318
- gcp:ai-platform
319
- gcp:ai-platform-unified
320
- gcp:analytics-hub
321
- gcp:anthos
322
- gcp:anthos-config-management
323
- gcp:anthos-service-mesh
324
- gcp:api
325
- gcp:api-analytics
326
- gcp:api-monetization
327
- gcp:apigee-api-platform
328
- gcp:apigee-sense
329
- gcp:app-engine
330
- gcp:artifact-registry
331
- gcp:asset-inventory
332
- gcp:assured-workloads
333
- gcp:auto-ml
334
- gcp:auto-ml-natural-language
335
- gcp:auto-ml-tables
336
- gcp:auto-ml-translation
337
- gcp:auto-ml-video-intelligence
338
- gcp:auto-ml-vision
339
- gcp:bare-metal-solutions
340
- gcp:batch
341
- gcp:beyondcorp
342
- gcp:big-query
343
- gcp:bigtable
344
- gcp:billing
345
- gcp:binary-authorization
346
- gcp:catalog
347
- gcp:certificate-authority-service
348
- gcp:certificate-manager
349
- gcp:cloud-api-gateway
350
- gcp:cloud-apis
351
- gcp:cloud-armor
352
- gcp:cloud-asset-inventory
353
- gcp:cloud-audit-logs
354
- gcp:cloud-build
355
- gcp:cloud-cdn
356
- gcp:cloud-code
357
- gcp:cloud-composer
358
- gcp:cloud-data-fusion
359
- gcp:cloud-deploy
360
- gcp:cloud-deployment-manager
361
- gcp:cloud-dns
362
- gcp:cloud-domains
363
- gcp:cloud-ekm
364
- gcp:cloud-endpoints
365
- gcp:cloud-external-ip-addresses
366
- gcp:cloud-firewall-rules
367
- gcp:cloud-for-marketing
368
- gcp:cloud-functions
369
- gcp:cloud-generic
370
- gcp:cloud-gpu
371
- gcp:cloud-healthcare-api
372
- gcp:cloud-healthcare-marketplace
373
- gcp:cloud-hsm
374
- gcp:cloud-ids
375
- gcp:cloud-inference-api
376
- gcp:cloud-interconnect
377
- gcp:cloud-jobs-api
378
- gcp:cloud-load-balancing
379
- gcp:cloud-logging
380
- gcp:cloud-media-edge
381
- gcp:cloud-monitoring
382
- gcp:cloud-nat
383
- gcp:cloud-natural-language-api
384
- gcp:cloud-network
385
- gcp:cloud-ops
386
- gcp:cloud-optimization-ai
387
- gcp:cloud-optimization-ai-fleet-routing-api
388
- gcp:cloud-router
389
- gcp:cloud-routes
390
- gcp:cloud-run
391
- gcp:cloud-run-for-anthos
392
- gcp:cloud-scheduler
393
- gcp:cloud-security-scanner
394
- gcp:cloud-shell
395
- gcp:cloud-spanner
396
- gcp:cloud-sql
397
- gcp:cloud-storage
398
- gcp:cloud-tasks
399
- gcp:cloud-test-lab
400
- gcp:cloud-tpu
401
- gcp:cloud-translation-api
402
- gcp:cloud-vision-api
403
- gcp:cloud-vpn
404
- gcp:compute-engine
405
- gcp:configuration-management
406
- gcp:connectivity-test
407
- gcp:connectors
408
- gcp:contact-center-ai
409
- gcp:container-optimized-os
410
- gcp:container-registry
411
- gcp:data-catalog
412
- gcp:data-labeling
413
- gcp:data-layers
414
- gcp:data-loss-prevention-api
415
- gcp:data-qn-a
416
- gcp:data-studio
417
- gcp:data-transfer
418
- gcp:database-migration-service
419
- gcp:dataflow
420
- gcp:datalab
421
- gcp:dataplex
422
- gcp:datapol
423
- gcp:dataprep
424
- gcp:dataproc
425
- gcp:dataproc-metastore
426
- gcp:datashare
427
- gcp:datastore
428
- gcp:datastream
429
- gcp:debugger
430
- gcp:developer-portal
431
- gcp:dialogflow
432
- gcp:dialogflow-cx
433
- gcp:dialogflow-insights
434
- gcp:document-ai
435
- gcp:early-access-center
436
- gcp:error-reporting
437
- gcp:eventarc
438
- gcp:filestore
439
- gcp:financial-services-marketplace
440
- gcp:firestore
441
- gcp:fleet-engine
442
- gcp:free-trial
443
- gcp:game-servers
444
- gcp:gce-systems-management
445
- gcp:genomics
446
- gcp:gke-on-prem
447
- gcp:google-cloud-marketplace
448
- gcp:google-kubernetes-engine
449
- gcp:google-maps-platform
450
- gcp:healthcare-nlp-api
451
- gcp:home
452
- gcp:identity-and-access-management
453
- gcp:identity-aware-proxy
454
- gcp:identity-platform
455
- gcp:iot-core
456
- gcp:iot-edge
457
- gcp:key-access-justifications
458
- gcp:key-management-service
459
- gcp:kuberun
460
- gcp:launcher
461
- gcp:local-ssd
462
- gcp:looker
463
- gcp:managed-service-for-microsoft-active-directory
464
- gcp:media-translation-api
465
- gcp:memorystore
466
- gcp:migrate-for-anthos
467
- gcp:migrate-for-compute-engine
468
- gcp:my-cloud
469
- gcp:network-connectivity-center
470
- gcp:network-intelligence-center
471
- gcp:network-security
472
- gcp:network-tiers
473
- gcp:network-topology
474
- gcp:onboarding
475
- gcp:os-configuration-management
476
- gcp:os-inventory-management
477
- gcp:os-patch-management
478
- gcp:partner-interconnect
479
- gcp:partner-portal
480
- gcp:performance-dashboard
481
- gcp:permissions
482
- gcp:persistent-disk
483
- gcp:phishing-protection
484
- gcp:policy-analyzer
485
- gcp:premium-network-tier
486
- gcp:private-connectivity
487
- gcp:private-service-connect
488
- gcp:producer-portal
489
- gcp:profiler
490
- gcp:project
491
- gcp:pub-sub
492
- gcp:quantum-engine
493
- gcp:quotas
494
- gcp:real-world-insights
495
- gcp:recommendations-ai
496
- gcp:release-notes
497
- gcp:retail-api
498
- gcp:risk-manager
499
- gcp:runtime-config
500
- gcp:secret-manager
501
- gcp:security
502
- gcp:security-command-center
503
- gcp:security-health-advisor
504
- gcp:security-key-enforcement
505
- gcp:service-discovery
506
- gcp:speech-to-text
507
- gcp:stackdriver
508
- gcp:standard-network-tier
509
- gcp:stream-suite
510
- gcp:support
511
- gcp:tensorflow-enterprise
512
- gcp:text-to-speech
513
- gcp:tools-for-powershell
514
- gcp:trace
515
- gcp:traffic-director
516
- gcp:transfer
517
- gcp:transfer-appliance
518
- gcp:user-preferences
519
- gcp:vertex-ai
520
- gcp:video-intelligence-api
521
- gcp:virtual-private-cloud
522
- gcp:visual-inspection
523
- gcp:vmware-engine
524
- gcp:web-risk
525
- gcp:web-security-scanner
526
- gcp:workflows
527
- gcp:workload-identity-pool
528
- tech:aarch64
529
- tech:adobe-illustrator
530
- tech:adobe-photoshop
531
- tech:adobe-premiere-pro
532
- tech:adobe-xd
533
- tech:adonis-js
534
- tech:after-effects
535
- tech:airflow
536
- tech:akka
537
- tech:algolia
538
- tech:alpine-js
539
- tech:amazon-web-services
540
- tech:anaconda
541
- tech:android
542
- tech:android-studio
543
- tech:angular
544
- tech:angular-js
545
- tech:ansible
546
- tech:ant-design
547
- tech:apache
548
- tech:apl
549
- tech:appcelerator
550
- tech:apple
551
- tech:apple-safari
552
- tech:appwrite
553
- tech:arch-linux
554
- tech:arduino
555
- tech:argo-cd
556
- tech:astro
557
- tech:atom
558
- tech:autodesk-maya
559
- tech:autodesk-shot-grid
560
- tech:awk
561
- tech:azios
562
- tech:azure
563
- tech:azure-devops
564
- tech:azure-sql-database
565
- tech:babel
566
- tech:backbone-js
567
- tech:ballerina
568
- tech:bamboo
569
- tech:bash
570
- tech:behance
571
- tech:bitbucket
572
- tech:blender
573
- tech:bootstrap
574
- tech:bower
575
- tech:browserstack
576
- tech:bulma
577
- tech:bun
578
- tech:c
579
- tech:cairo-graphics
580
- tech:cake-php
581
- tech:canva
582
- tech:capacitor
583
- tech:cassandra
584
- tech:cent-os
585
- tech:chrome
586
- tech:circle-ci
587
- tech:clarity
588
- tech:clion
589
- tech:clojure
590
- tech:clojure-script
591
- tech:cloudflare
592
- tech:cloudflare-workers
593
- tech:cmake
594
- tech:code-igniter
595
- tech:code-pen
596
- tech:codeac
597
- tech:codecov
598
- tech:coffee-script
599
- tech:composer
600
- tech:confluence
601
- tech:consul
602
- tech:contao
603
- tech:corejs
604
- tech:cosmosdb
605
- tech:couchdb
606
- tech:cplusplus
607
- tech:crystal
608
- tech:csharp
609
- tech:css3
610
- tech:cucumber
611
- tech:cypress
612
- tech:d3js
613
- tech:dart
614
- tech:data-grip
615
- tech:data-spell
616
- tech:dbeaver
617
- tech:debian
618
- tech:deno
619
- tech:devicon
620
- tech:digital-ocean
621
- tech:discord-js
622
- tech:django
623
- tech:django-rest
624
- tech:docker
625
- tech:doctrine
626
- tech:dropwizard
627
- tech:drupal
628
- tech:eclipse-ceylon
629
- tech:eclipse-ide
630
- tech:eclipse-vert-x
631
- tech:elasticbeats
632
- tech:elasticsearch
633
- tech:electron
634
- tech:eleventy-11ty
635
- tech:elixir
636
- tech:elm
637
- tech:embedded-c
638
- tech:ember-js
639
- tech:envoy
640
- tech:erlang
641
- tech:eslint
642
- tech:express
643
- tech:facebook
644
- tech:fast-api
645
- tech:fastify
646
- tech:fauna
647
- tech:feathers
648
- tech:fedora
649
- tech:figma
650
- tech:file-zilla
651
- tech:firebase
652
- tech:firefox
653
- tech:flask
654
- tech:flutter
655
- tech:fortran
656
- tech:foundation
657
- tech:fsharp
658
- tech:gatling
659
- tech:gatsby
660
- tech:gazebo
661
- tech:gcc
662
- tech:gentoo
663
- tech:ghost
664
- tech:gimp
665
- tech:git
666
- tech:gitbook
667
- tech:github
668
- tech:github-actions
669
- tech:github-codespaces
670
- tech:gitlab
671
- tech:gitpod
672
- tech:gitter
673
- tech:gnu-emacs
674
- tech:go
675
- tech:go-land
676
- tech:godot-engine
677
- tech:google
678
- tech:google-cloud
679
- tech:gradle
680
- tech:grafana
681
- tech:grails
682
- tech:graphql
683
- tech:groovy
684
- tech:grunt-js
685
- tech:gulp-js
686
- tech:hadoop
687
- tech:handlebars
688
- tech:hardhat
689
- tech:harvester
690
- tech:hashicorp-vault
691
- tech:haskell
692
- tech:haxe
693
- tech:helm
694
- tech:heroku
695
- tech:hibernate
696
- tech:homebrew
697
- tech:html5
698
- tech:hugo
699
- tech:ibm-spss-statistics
700
- tech:ie10
701
- tech:ifttt
702
- tech:influxdb
703
- tech:inkscape
704
- tech:insomnia
705
- tech:intellij-idea
706
- tech:ionic
707
- tech:jaeger
708
- tech:jamstack
709
- tech:jasmine
710
- tech:java
711
- tech:javascript
712
- tech:jeet
713
- tech:jekyll
714
- tech:jenkins
715
- tech:jest
716
- tech:jetbrains
717
- tech:jira
718
- tech:jira-align
719
- tech:jquery
720
- tech:json
721
- tech:jule
722
- tech:julia
723
- tech:junit
724
- tech:jupyter
725
- tech:k3os
726
- tech:k3s
727
- tech:kafka
728
- tech:kaggle
729
- tech:karate
730
- tech:karma
731
- tech:keras
732
- tech:kibana
733
- tech:knex-js
734
- tech:knockout
735
- tech:kotlin
736
- tech:krakenjs
737
- tech:ktor
738
- tech:kubernetes
739
- tech:labview
740
- tech:laravel
741
- tech:latex
742
- tech:less-js
743
- tech:linkedin
744
- tech:linux
745
- tech:liquibase
746
- tech:livewire
747
- tech:llvm
748
- tech:logstash
749
- tech:lua
750
- tech:lumen
751
- tech:magento
752
- tech:markdown
753
- tech:material-ui
754
- tech:materialize
755
- tech:matlab
756
- tech:matplotlib
757
- tech:maven
758
- tech:meteor-js
759
- tech:microsoft-sql-server
760
- tech:minitab
761
- tech:mob-x
762
- tech:mocha
763
- tech:modx
764
- tech:moleculer
765
- tech:mongodb
766
- tech:mongoose-js
767
- tech:moodle
768
- tech:ms-dos
769
- tech:mysql
770
- tech:nano
771
- tech:nerog
772
- tech:nestjs
773
- tech:net
774
- tech:net-core
775
- tech:network-x
776
- tech:new4j
777
- tech:nextjs
778
- tech:nginx
779
- tech:nhibernate
780
- tech:nim
781
- tech:nimble
782
- tech:nix
783
- tech:nodejs
784
- tech:nodemon
785
- tech:nodewebkit
786
- tech:npm
787
- tech:nuget
788
- tech:num-py
789
- tech:nuxt-js
790
- tech:objective-c
791
- tech:ocaml
792
- tech:oh-my-zsh
793
- tech:okta
794
- tech:open-al
795
- tech:open-api
796
- tech:open-cl
797
- tech:open-cv
798
- tech:open-gl
799
- tech:open-stack
800
- tech:open-suse
801
- tech:open-telemetry
802
- tech:opera
803
- tech:oracle
804
- tech:p5js
805
- tech:packer
806
- tech:pandas
807
- tech:perl
808
- tech:pf-sense
809
- tech:phalcon
810
- tech:phoenix-framework
811
- tech:photon-engine
812
- tech:php
813
- tech:php-storm
814
- tech:playwrite
815
- tech:ploty
816
- tech:podman
817
- tech:polygon
818
- tech:portainer
819
- tech:postcss
820
- tech:postgresql
821
- tech:postman
822
- tech:powershell
823
- tech:processing
824
- tech:prometheus
825
- tech:protractor
826
- tech:purescript
827
- tech:putty
828
- tech:pycharm
829
- tech:pyscript
830
- tech:pytest
831
- tech:python
832
- tech:python-poetry
833
- tech:pytorch
834
- tech:qodana
835
- tech:qt
836
- tech:quarkus
837
- tech:quasar
838
- tech:qwik
839
- tech:r
840
- tech:rabbitmq
841
- tech:rancher
842
- tech:raspberrypi
843
- tech:reach
844
- tech:react
845
- tech:react-bootstrap
846
- tech:realm
847
- tech:red-cube-s-epic-compiler-thingy-programming-re-ct
848
- tech:redhat
849
- tech:redis
850
- tech:redux
851
- tech:ren-py
852
- tech:rider
853
- tech:robot-operating-system-ros
854
- tech:rocksdb
855
- tech:rollup-js
856
- tech:rspec
857
- tech:rstudio
858
- tech:ruby
859
- tech:ruby-mine
860
- tech:ruby-on-rails
861
- tech:rust
862
- tech:salesforce
863
- tech:sanity
864
- tech:sass
865
- tech:scala
866
- tech:scalingo
867
- tech:sdl
868
- tech:selenium
869
- tech:sema-software
870
- tech:sequelize
871
- tech:shopware
872
- tech:sketch
873
- tech:slack
874
- tech:socket-io
875
- tech:solid-js
876
- tech:solidity
877
- tech:sonarqube
878
- tech:sourcetree
879
- tech:spark
880
- tech:splunk
881
- tech:spring
882
- tech:sql-developer
883
- tech:sqlalchemy
884
- tech:sqlite
885
- tech:ssh
886
- tech:stackoverflow
887
- tech:stata
888
- tech:storybook
889
- tech:streamlit
890
- tech:stylus
891
- tech:subversion
892
- tech:svelte
893
- tech:swagger
894
- tech:swift
895
- tech:symfony
896
- tech:tailwind-css
897
- tech:tauri
898
- tech:tensorflow
899
- tech:terraform
900
- tech:tex
901
- tech:the-algorithms
902
- tech:three-js
903
- tech:titanium-sdk
904
- tech:tomcat
905
- tech:tortoise-git
906
- tech:tower
907
- tech:traefik-mesh
908
- tech:traefik-proxy
909
- tech:travis-ci
910
- tech:trello
911
- tech:twitter
912
- tech:typescript
913
- tech:typo3
914
- tech:ubuntu
915
- tech:uml
916
- tech:unity
917
- tech:unix
918
- tech:unreal-engine
919
- tech:uwsgi
920
- tech:v8
921
- tech:vagrant
922
- tech:vala
923
- tech:vercel
924
- tech:veutify
925
- tech:vim
926
- tech:visualstudio
927
- tech:vite
928
- tech:vitejs
929
- tech:vscode
930
- tech:vsphere
931
- tech:vue
932
- tech:vue-storefront
933
- tech:vyper
934
- tech:webassembly
935
- tech:webflow
936
- tech:weblate
937
- tech:webpack
938
- tech:webstorm
939
- tech:windows11
940
- tech:windows8
941
- tech:woo-commerce
942
- tech:wordpress
943
- tech:xamarin
944
- tech:xcode
945
- tech:xml
946
- tech:yaml
947
- tech:yarn
948
- tech:yii-framework
949
- tech:yuno-host
950
- tech:zend-framework
951
- tech:zig
952
- }
953
- }
954
- `;
3
+ const LibIcons = `likec4lib { icons {
4
+ aws:activate
5
+ aws:alexa-for-business
6
+ aws:amplify
7
+ aws:apache-mxnet-on-aws
8
+ aws:api-gateway
9
+ aws:app-config
10
+ aws:app-flow
11
+ aws:app-mesh
12
+ aws:app-runner
13
+ aws:app-stream
14
+ aws:app-sync
15
+ aws:application-auto-scaling
16
+ aws:application-composer
17
+ aws:application-cost-profiler
18
+ aws:application-discovery-service
19
+ aws:application-migration-service
20
+ aws:artifact
21
+ aws:athena
22
+ aws:audit-manager
23
+ aws:augmented-ai-a2i
24
+ aws:aurora
25
+ aws:auto-scaling
26
+ aws:backint-agent
27
+ aws:backup
28
+ aws:batch
29
+ aws:billing-conductor
30
+ aws:bottlerocket
31
+ aws:braket
32
+ aws:budgets
33
+ aws:certificate-manager
34
+ aws:chatbot
35
+ aws:chime
36
+ aws:chime-sdk
37
+ aws:chime-voice-connector
38
+ aws:clean-rooms
39
+ aws:client-vpn
40
+ aws:cloud-control-api
41
+ aws:cloud-development-kit
42
+ aws:cloud-directory
43
+ aws:cloud-formation
44
+ aws:cloud-front
45
+ aws:cloud-hsm
46
+ aws:cloud-map
47
+ aws:cloud-search
48
+ aws:cloud-shell
49
+ aws:cloud-trail
50
+ aws:cloud-wan
51
+ aws:cloud-watch
52
+ aws:cloud9
53
+ aws:code-artifact
54
+ aws:code-build
55
+ aws:code-catalyst
56
+ aws:code-commit
57
+ aws:code-deploy
58
+ aws:code-guru
59
+ aws:code-pipeline
60
+ aws:code-star
61
+ aws:code-whisperer
62
+ aws:cognito
63
+ aws:command-line-interface
64
+ aws:comprehend
65
+ aws:comprehend-medical
66
+ aws:compute-optimizer
67
+ aws:config
68
+ aws:connect
69
+ aws:console-mobile-application
70
+ aws:control-tower
71
+ aws:corretto
72
+ aws:cost-and-usage-report
73
+ aws:cost-explorer
74
+ aws:data-exchange
75
+ aws:data-pipeline
76
+ aws:data-sync
77
+ aws:data-zone
78
+ aws:database-migration-service
79
+ aws:deep-composer
80
+ aws:deep-learning-amis
81
+ aws:deep-learning-containers
82
+ aws:deep-lens
83
+ aws:deep-racer
84
+ aws:detective
85
+ aws:dev-ops-guru
86
+ aws:device-farm
87
+ aws:direct-connect
88
+ aws:directory-service
89
+ aws:distro-for-open-telemetry
90
+ aws:document-db
91
+ aws:dynamo-db
92
+ aws:ec2
93
+ aws:ec2-auto-scaling
94
+ aws:ec2-image-builder
95
+ aws:ecs-anywhere
96
+ aws:efs
97
+ aws:eks-anywhere
98
+ aws:eks-cloud
99
+ aws:eks-distro
100
+ aws:elasti-cache
101
+ aws:elastic-beanstalk
102
+ aws:elastic-block-store
103
+ aws:elastic-container-registry
104
+ aws:elastic-container-service
105
+ aws:elastic-disaster-recovery
106
+ aws:elastic-fabric-adapter
107
+ aws:elastic-inference
108
+ aws:elastic-kubernetes-service
109
+ aws:elastic-load-balancing
110
+ aws:elastic-transcoder
111
+ aws:elemental-appliances-software
112
+ aws:elemental-conductor
113
+ aws:elemental-delta
114
+ aws:elemental-link
115
+ aws:elemental-live
116
+ aws:elemental-media-connect
117
+ aws:elemental-media-convert
118
+ aws:elemental-media-live
119
+ aws:elemental-media-package
120
+ aws:elemental-media-store
121
+ aws:elemental-media-tailor
122
+ aws:elemental-server
123
+ aws:emr
124
+ aws:event-bridge
125
+ aws:express-workflows
126
+ aws:fargate
127
+ aws:fault-injection-simulator
128
+ aws:file-cache
129
+ aws:fin-space
130
+ aws:firewall-manager
131
+ aws:forecast
132
+ aws:fraud-detector
133
+ aws:free-rtos
134
+ aws:fsx
135
+ aws:fsx-for-lustre
136
+ aws:fsx-for-net-app-ontap
137
+ aws:fsx-for-open-zfs
138
+ aws:fsx-for-wfs
139
+ aws:game-kit
140
+ aws:game-lift
141
+ aws:game-sparks
142
+ aws:genomics-cli
143
+ aws:global-accelerator
144
+ aws:glue
145
+ aws:glue-data-brew
146
+ aws:glue-elastic-views
147
+ aws:ground-station
148
+ aws:guard-duty
149
+ aws:health-lake
150
+ aws:honeycode
151
+ aws:iam-identity-center
152
+ aws:identity-and-access-management
153
+ aws:inspector
154
+ aws:interactive-video-service
155
+ aws:io-t-1-click
156
+ aws:io-t-analytics
157
+ aws:io-t-button
158
+ aws:io-t-core
159
+ aws:io-t-device-defender
160
+ aws:io-t-device-management
161
+ aws:io-t-edu-kit
162
+ aws:io-t-events
163
+ aws:io-t-express-link
164
+ aws:io-t-fleet-wise
165
+ aws:io-t-greengrass
166
+ aws:io-t-robo-runner
167
+ aws:io-t-site-wise
168
+ aws:io-t-things-graph
169
+ aws:io-t-twin-maker
170
+ aws:iq
171
+ aws:kendra
172
+ aws:key-management-service
173
+ aws:keyspaces
174
+ aws:kinesis
175
+ aws:kinesis-data-analytics
176
+ aws:kinesis-data-streams
177
+ aws:kinesis-firehose
178
+ aws:kinesis-video-streams
179
+ aws:lake-formation
180
+ aws:lambda
181
+ aws:launch-wizard
182
+ aws:lex
183
+ aws:license-manager
184
+ aws:lightsail
185
+ aws:local-zones
186
+ aws:location-service
187
+ aws:lookout-for-equipment
188
+ aws:lookout-for-metrics
189
+ aws:lookout-for-vision
190
+ aws:lumberyard
191
+ aws:macie
192
+ aws:mainframe-modernization
193
+ aws:managed-blockchain
194
+ aws:managed-grafana
195
+ aws:managed-service-for-prometheus
196
+ aws:managed-services
197
+ aws:managed-streaming-for-apache-kafka
198
+ aws:managed-workflows-for-apache-airflow
199
+ aws:management-console
200
+ aws:marketplace-dark
201
+ aws:marketplace-light
202
+ aws:memory-db-for-redis
203
+ aws:migration-evaluator
204
+ aws:migration-hub
205
+ aws:monitron
206
+ aws:mq
207
+ aws:neptune
208
+ aws:network-firewall
209
+ aws:neuron
210
+ aws:nice-dcv
211
+ aws:nice-engin-frame
212
+ aws:nimble-studio
213
+ aws:nitro-enclaves
214
+ aws:omics
215
+ aws:open-3d-engine
216
+ aws:open-search-service
217
+ aws:ops-works
218
+ aws:organizations
219
+ aws:outposts-family
220
+ aws:outposts-rack
221
+ aws:outposts-servers
222
+ aws:panorama
223
+ aws:parallel-cluster
224
+ aws:personal-health-dashboard
225
+ aws:personalize
226
+ aws:pinpoint
227
+ aws:pinpoint-apis
228
+ aws:polly
229
+ aws:private-5g
230
+ aws:private-certificate-authority
231
+ aws:private-link
232
+ aws:professional-services
233
+ aws:proton
234
+ aws:quantum-ledger-database
235
+ aws:quick-sight
236
+ aws:rds
237
+ aws:rds-on-vmware
238
+ aws:re-post
239
+ aws:red-hat-open-shift-service-on-aws
240
+ aws:redshift
241
+ aws:rekognition
242
+ aws:reserved-instance-reporting
243
+ aws:resilience-hub
244
+ aws:resource-access-manager
245
+ aws:resource-explorer
246
+ aws:robo-maker
247
+ aws:route-53
248
+ aws:s3-on-outposts
249
+ aws:sage-maker
250
+ aws:sage-maker-ground-truth
251
+ aws:sage-maker-studio-lab
252
+ aws:savings-plans
253
+ aws:secrets-manager
254
+ aws:security-hub
255
+ aws:security-lake
256
+ aws:server-migration-service
257
+ aws:serverless-application-repository
258
+ aws:service-catalog
259
+ aws:service-management-connector
260
+ aws:shield
261
+ aws:signer
262
+ aws:sim-space-weaver
263
+ aws:simple-email-service
264
+ aws:simple-notification-service
265
+ aws:simple-queue-service
266
+ aws:simple-storage-service
267
+ aws:simple-storage-service-glacier
268
+ aws:site-to-site-vpn
269
+ aws:snowball
270
+ aws:snowball-edge
271
+ aws:snowcone
272
+ aws:snowmobile
273
+ aws:step-functions
274
+ aws:storage-gateway
275
+ aws:sumerian
276
+ aws:supply-chain
277
+ aws:support
278
+ aws:systems-manager
279
+ aws:tensor-flow-on-aws
280
+ aws:textract
281
+ aws:thinkbox-deadline
282
+ aws:thinkbox-frost
283
+ aws:thinkbox-krakatoa
284
+ aws:thinkbox-sequoia
285
+ aws:thinkbox-stoke
286
+ aws:thinkbox-xmesh
287
+ aws:timestream
288
+ aws:tools-and-sdks
289
+ aws:torch-serve
290
+ aws:training-certification
291
+ aws:transcribe
292
+ aws:transfer-family
293
+ aws:transit-gateway
294
+ aws:translate
295
+ aws:trusted-advisor
296
+ aws:verified-access
297
+ aws:verified-permissions
298
+ aws:virtual-private-cloud
299
+ aws:vmware-cloud-on-aws
300
+ aws:vpc-lattice
301
+ aws:waf
302
+ aws:wavelength
303
+ aws:well-architected-tool
304
+ aws:wickr
305
+ aws:work-docs
306
+ aws:work-docs-sdk
307
+ aws:work-link
308
+ aws:work-mail
309
+ aws:work-spaces-family
310
+ aws:x-ray
311
+ gcp:access-context-manager
312
+ gcp:administration
313
+ gcp:advanced-agent-modeling
314
+ gcp:advanced-solutions-lab
315
+ gcp:agent-assist
316
+ gcp:ai-hub
317
+ gcp:ai-platform
318
+ gcp:ai-platform-unified
319
+ gcp:analytics-hub
320
+ gcp:anthos
321
+ gcp:anthos-config-management
322
+ gcp:anthos-service-mesh
323
+ gcp:api
324
+ gcp:api-analytics
325
+ gcp:api-monetization
326
+ gcp:apigee-api-platform
327
+ gcp:apigee-sense
328
+ gcp:app-engine
329
+ gcp:artifact-registry
330
+ gcp:asset-inventory
331
+ gcp:assured-workloads
332
+ gcp:auto-ml
333
+ gcp:auto-ml-natural-language
334
+ gcp:auto-ml-tables
335
+ gcp:auto-ml-translation
336
+ gcp:auto-ml-video-intelligence
337
+ gcp:auto-ml-vision
338
+ gcp:bare-metal-solutions
339
+ gcp:batch
340
+ gcp:beyondcorp
341
+ gcp:big-query
342
+ gcp:bigtable
343
+ gcp:billing
344
+ gcp:binary-authorization
345
+ gcp:catalog
346
+ gcp:certificate-authority-service
347
+ gcp:certificate-manager
348
+ gcp:cloud-api-gateway
349
+ gcp:cloud-apis
350
+ gcp:cloud-armor
351
+ gcp:cloud-asset-inventory
352
+ gcp:cloud-audit-logs
353
+ gcp:cloud-build
354
+ gcp:cloud-cdn
355
+ gcp:cloud-code
356
+ gcp:cloud-composer
357
+ gcp:cloud-data-fusion
358
+ gcp:cloud-deploy
359
+ gcp:cloud-deployment-manager
360
+ gcp:cloud-dns
361
+ gcp:cloud-domains
362
+ gcp:cloud-ekm
363
+ gcp:cloud-endpoints
364
+ gcp:cloud-external-ip-addresses
365
+ gcp:cloud-firewall-rules
366
+ gcp:cloud-for-marketing
367
+ gcp:cloud-functions
368
+ gcp:cloud-generic
369
+ gcp:cloud-gpu
370
+ gcp:cloud-healthcare-api
371
+ gcp:cloud-healthcare-marketplace
372
+ gcp:cloud-hsm
373
+ gcp:cloud-ids
374
+ gcp:cloud-inference-api
375
+ gcp:cloud-interconnect
376
+ gcp:cloud-jobs-api
377
+ gcp:cloud-load-balancing
378
+ gcp:cloud-logging
379
+ gcp:cloud-media-edge
380
+ gcp:cloud-monitoring
381
+ gcp:cloud-nat
382
+ gcp:cloud-natural-language-api
383
+ gcp:cloud-network
384
+ gcp:cloud-ops
385
+ gcp:cloud-optimization-ai
386
+ gcp:cloud-optimization-ai-fleet-routing-api
387
+ gcp:cloud-router
388
+ gcp:cloud-routes
389
+ gcp:cloud-run
390
+ gcp:cloud-run-for-anthos
391
+ gcp:cloud-scheduler
392
+ gcp:cloud-security-scanner
393
+ gcp:cloud-shell
394
+ gcp:cloud-spanner
395
+ gcp:cloud-sql
396
+ gcp:cloud-storage
397
+ gcp:cloud-tasks
398
+ gcp:cloud-test-lab
399
+ gcp:cloud-tpu
400
+ gcp:cloud-translation-api
401
+ gcp:cloud-vision-api
402
+ gcp:cloud-vpn
403
+ gcp:compute-engine
404
+ gcp:configuration-management
405
+ gcp:connectivity-test
406
+ gcp:connectors
407
+ gcp:contact-center-ai
408
+ gcp:container-optimized-os
409
+ gcp:container-registry
410
+ gcp:data-catalog
411
+ gcp:data-labeling
412
+ gcp:data-layers
413
+ gcp:data-loss-prevention-api
414
+ gcp:data-qn-a
415
+ gcp:data-studio
416
+ gcp:data-transfer
417
+ gcp:database-migration-service
418
+ gcp:dataflow
419
+ gcp:datalab
420
+ gcp:dataplex
421
+ gcp:datapol
422
+ gcp:dataprep
423
+ gcp:dataproc
424
+ gcp:dataproc-metastore
425
+ gcp:datashare
426
+ gcp:datastore
427
+ gcp:datastream
428
+ gcp:debugger
429
+ gcp:developer-portal
430
+ gcp:dialogflow
431
+ gcp:dialogflow-cx
432
+ gcp:dialogflow-insights
433
+ gcp:document-ai
434
+ gcp:early-access-center
435
+ gcp:error-reporting
436
+ gcp:eventarc
437
+ gcp:filestore
438
+ gcp:financial-services-marketplace
439
+ gcp:firestore
440
+ gcp:fleet-engine
441
+ gcp:free-trial
442
+ gcp:game-servers
443
+ gcp:gce-systems-management
444
+ gcp:genomics
445
+ gcp:gke-on-prem
446
+ gcp:google-cloud-marketplace
447
+ gcp:google-kubernetes-engine
448
+ gcp:google-maps-platform
449
+ gcp:healthcare-nlp-api
450
+ gcp:home
451
+ gcp:identity-and-access-management
452
+ gcp:identity-aware-proxy
453
+ gcp:identity-platform
454
+ gcp:iot-core
455
+ gcp:iot-edge
456
+ gcp:key-access-justifications
457
+ gcp:key-management-service
458
+ gcp:kuberun
459
+ gcp:launcher
460
+ gcp:local-ssd
461
+ gcp:looker
462
+ gcp:managed-service-for-microsoft-active-directory
463
+ gcp:media-translation-api
464
+ gcp:memorystore
465
+ gcp:migrate-for-anthos
466
+ gcp:migrate-for-compute-engine
467
+ gcp:my-cloud
468
+ gcp:network-connectivity-center
469
+ gcp:network-intelligence-center
470
+ gcp:network-security
471
+ gcp:network-tiers
472
+ gcp:network-topology
473
+ gcp:onboarding
474
+ gcp:os-configuration-management
475
+ gcp:os-inventory-management
476
+ gcp:os-patch-management
477
+ gcp:partner-interconnect
478
+ gcp:partner-portal
479
+ gcp:performance-dashboard
480
+ gcp:permissions
481
+ gcp:persistent-disk
482
+ gcp:phishing-protection
483
+ gcp:policy-analyzer
484
+ gcp:premium-network-tier
485
+ gcp:private-connectivity
486
+ gcp:private-service-connect
487
+ gcp:producer-portal
488
+ gcp:profiler
489
+ gcp:project
490
+ gcp:pub-sub
491
+ gcp:quantum-engine
492
+ gcp:quotas
493
+ gcp:real-world-insights
494
+ gcp:recommendations-ai
495
+ gcp:release-notes
496
+ gcp:retail-api
497
+ gcp:risk-manager
498
+ gcp:runtime-config
499
+ gcp:secret-manager
500
+ gcp:security
501
+ gcp:security-command-center
502
+ gcp:security-health-advisor
503
+ gcp:security-key-enforcement
504
+ gcp:service-discovery
505
+ gcp:speech-to-text
506
+ gcp:stackdriver
507
+ gcp:standard-network-tier
508
+ gcp:stream-suite
509
+ gcp:support
510
+ gcp:tensorflow-enterprise
511
+ gcp:text-to-speech
512
+ gcp:tools-for-powershell
513
+ gcp:trace
514
+ gcp:traffic-director
515
+ gcp:transfer
516
+ gcp:transfer-appliance
517
+ gcp:user-preferences
518
+ gcp:vertex-ai
519
+ gcp:video-intelligence-api
520
+ gcp:virtual-private-cloud
521
+ gcp:visual-inspection
522
+ gcp:vmware-engine
523
+ gcp:web-risk
524
+ gcp:web-security-scanner
525
+ gcp:workflows
526
+ gcp:workload-identity-pool
527
+ tech:aarch64
528
+ tech:adobe-illustrator
529
+ tech:adobe-photoshop
530
+ tech:adobe-premiere-pro
531
+ tech:adobe-xd
532
+ tech:adonis-js
533
+ tech:after-effects
534
+ tech:airflow
535
+ tech:akka
536
+ tech:algolia
537
+ tech:alpine-js
538
+ tech:amazon-web-services
539
+ tech:anaconda
540
+ tech:android
541
+ tech:android-studio
542
+ tech:angular
543
+ tech:angular-js
544
+ tech:ansible
545
+ tech:ant-design
546
+ tech:apache
547
+ tech:apl
548
+ tech:appcelerator
549
+ tech:apple
550
+ tech:apple-safari
551
+ tech:appwrite
552
+ tech:arch-linux
553
+ tech:arduino
554
+ tech:argo-cd
555
+ tech:astro
556
+ tech:atom
557
+ tech:autodesk-maya
558
+ tech:autodesk-shot-grid
559
+ tech:awk
560
+ tech:azios
561
+ tech:azure
562
+ tech:azure-devops
563
+ tech:azure-sql-database
564
+ tech:babel
565
+ tech:backbone-js
566
+ tech:ballerina
567
+ tech:bamboo
568
+ tech:bash
569
+ tech:behance
570
+ tech:bitbucket
571
+ tech:blender
572
+ tech:bootstrap
573
+ tech:bower
574
+ tech:browserstack
575
+ tech:bulma
576
+ tech:bun
577
+ tech:c
578
+ tech:cairo-graphics
579
+ tech:cake-php
580
+ tech:canva
581
+ tech:capacitor
582
+ tech:cassandra
583
+ tech:cent-os
584
+ tech:chrome
585
+ tech:circle-ci
586
+ tech:clarity
587
+ tech:clion
588
+ tech:clojure
589
+ tech:clojure-script
590
+ tech:cloudflare
591
+ tech:cloudflare-workers
592
+ tech:cmake
593
+ tech:code-igniter
594
+ tech:code-pen
595
+ tech:codeac
596
+ tech:codecov
597
+ tech:coffee-script
598
+ tech:composer
599
+ tech:confluence
600
+ tech:consul
601
+ tech:contao
602
+ tech:corejs
603
+ tech:cosmosdb
604
+ tech:couchdb
605
+ tech:cplusplus
606
+ tech:crystal
607
+ tech:csharp
608
+ tech:css3
609
+ tech:cucumber
610
+ tech:cypress
611
+ tech:d3js
612
+ tech:dart
613
+ tech:data-grip
614
+ tech:data-spell
615
+ tech:dbeaver
616
+ tech:debian
617
+ tech:deno
618
+ tech:devicon
619
+ tech:digital-ocean
620
+ tech:discord-js
621
+ tech:django
622
+ tech:django-rest
623
+ tech:docker
624
+ tech:doctrine
625
+ tech:dropwizard
626
+ tech:drupal
627
+ tech:eclipse-ceylon
628
+ tech:eclipse-ide
629
+ tech:eclipse-vert-x
630
+ tech:elasticbeats
631
+ tech:elasticsearch
632
+ tech:electron
633
+ tech:eleventy-11ty
634
+ tech:elixir
635
+ tech:elm
636
+ tech:embedded-c
637
+ tech:ember-js
638
+ tech:envoy
639
+ tech:erlang
640
+ tech:eslint
641
+ tech:express
642
+ tech:facebook
643
+ tech:fast-api
644
+ tech:fastify
645
+ tech:fauna
646
+ tech:feathers
647
+ tech:fedora
648
+ tech:figma
649
+ tech:file-zilla
650
+ tech:firebase
651
+ tech:firefox
652
+ tech:flask
653
+ tech:flutter
654
+ tech:fortran
655
+ tech:foundation
656
+ tech:fsharp
657
+ tech:gatling
658
+ tech:gatsby
659
+ tech:gazebo
660
+ tech:gcc
661
+ tech:gentoo
662
+ tech:ghost
663
+ tech:gimp
664
+ tech:git
665
+ tech:gitbook
666
+ tech:github
667
+ tech:github-actions
668
+ tech:github-codespaces
669
+ tech:gitlab
670
+ tech:gitpod
671
+ tech:gitter
672
+ tech:gnu-emacs
673
+ tech:go
674
+ tech:go-land
675
+ tech:godot-engine
676
+ tech:google
677
+ tech:google-cloud
678
+ tech:gradle
679
+ tech:grafana
680
+ tech:grails
681
+ tech:graphql
682
+ tech:groovy
683
+ tech:grunt-js
684
+ tech:gulp-js
685
+ tech:hadoop
686
+ tech:handlebars
687
+ tech:hardhat
688
+ tech:harvester
689
+ tech:hashicorp-vault
690
+ tech:haskell
691
+ tech:haxe
692
+ tech:helm
693
+ tech:heroku
694
+ tech:hibernate
695
+ tech:homebrew
696
+ tech:html5
697
+ tech:hugo
698
+ tech:ibm-spss-statistics
699
+ tech:ie10
700
+ tech:ifttt
701
+ tech:influxdb
702
+ tech:inkscape
703
+ tech:insomnia
704
+ tech:intellij-idea
705
+ tech:ionic
706
+ tech:jaeger
707
+ tech:jamstack
708
+ tech:jasmine
709
+ tech:java
710
+ tech:javascript
711
+ tech:jeet
712
+ tech:jekyll
713
+ tech:jenkins
714
+ tech:jest
715
+ tech:jetbrains
716
+ tech:jira
717
+ tech:jira-align
718
+ tech:jquery
719
+ tech:json
720
+ tech:jule
721
+ tech:julia
722
+ tech:junit
723
+ tech:jupyter
724
+ tech:k3os
725
+ tech:k3s
726
+ tech:kafka
727
+ tech:kaggle
728
+ tech:karate
729
+ tech:karma
730
+ tech:keras
731
+ tech:kibana
732
+ tech:knex-js
733
+ tech:knockout
734
+ tech:kotlin
735
+ tech:krakenjs
736
+ tech:ktor
737
+ tech:kubernetes
738
+ tech:labview
739
+ tech:laravel
740
+ tech:latex
741
+ tech:less-js
742
+ tech:linkedin
743
+ tech:linux
744
+ tech:liquibase
745
+ tech:livewire
746
+ tech:llvm
747
+ tech:logstash
748
+ tech:lua
749
+ tech:lumen
750
+ tech:magento
751
+ tech:markdown
752
+ tech:material-ui
753
+ tech:materialize
754
+ tech:matlab
755
+ tech:matplotlib
756
+ tech:maven
757
+ tech:meteor-js
758
+ tech:microsoft-sql-server
759
+ tech:minitab
760
+ tech:mob-x
761
+ tech:mocha
762
+ tech:modx
763
+ tech:moleculer
764
+ tech:mongodb
765
+ tech:mongoose-js
766
+ tech:moodle
767
+ tech:ms-dos
768
+ tech:mysql
769
+ tech:nano
770
+ tech:nerog
771
+ tech:nestjs
772
+ tech:net
773
+ tech:net-core
774
+ tech:network-x
775
+ tech:new4j
776
+ tech:nextjs
777
+ tech:nginx
778
+ tech:nhibernate
779
+ tech:nim
780
+ tech:nimble
781
+ tech:nix
782
+ tech:nodejs
783
+ tech:nodemon
784
+ tech:nodewebkit
785
+ tech:npm
786
+ tech:nuget
787
+ tech:num-py
788
+ tech:nuxt-js
789
+ tech:objective-c
790
+ tech:ocaml
791
+ tech:oh-my-zsh
792
+ tech:okta
793
+ tech:open-al
794
+ tech:open-api
795
+ tech:open-cl
796
+ tech:open-cv
797
+ tech:open-gl
798
+ tech:open-stack
799
+ tech:open-suse
800
+ tech:open-telemetry
801
+ tech:opera
802
+ tech:oracle
803
+ tech:p5js
804
+ tech:packer
805
+ tech:pandas
806
+ tech:perl
807
+ tech:pf-sense
808
+ tech:phalcon
809
+ tech:phoenix-framework
810
+ tech:photon-engine
811
+ tech:php
812
+ tech:php-storm
813
+ tech:playwrite
814
+ tech:ploty
815
+ tech:podman
816
+ tech:polygon
817
+ tech:portainer
818
+ tech:postcss
819
+ tech:postgresql
820
+ tech:postman
821
+ tech:powershell
822
+ tech:processing
823
+ tech:prometheus
824
+ tech:protractor
825
+ tech:purescript
826
+ tech:putty
827
+ tech:pycharm
828
+ tech:pyscript
829
+ tech:pytest
830
+ tech:python
831
+ tech:python-poetry
832
+ tech:pytorch
833
+ tech:qodana
834
+ tech:qt
835
+ tech:quarkus
836
+ tech:quasar
837
+ tech:qwik
838
+ tech:r
839
+ tech:rabbitmq
840
+ tech:rancher
841
+ tech:raspberrypi
842
+ tech:reach
843
+ tech:react
844
+ tech:react-bootstrap
845
+ tech:realm
846
+ tech:red-cube-s-epic-compiler-thingy-programming-re-ct
847
+ tech:redhat
848
+ tech:redis
849
+ tech:redux
850
+ tech:ren-py
851
+ tech:rider
852
+ tech:robot-operating-system-ros
853
+ tech:rocksdb
854
+ tech:rollup-js
855
+ tech:rspec
856
+ tech:rstudio
857
+ tech:ruby
858
+ tech:ruby-mine
859
+ tech:ruby-on-rails
860
+ tech:rust
861
+ tech:salesforce
862
+ tech:sanity
863
+ tech:sass
864
+ tech:scala
865
+ tech:scalingo
866
+ tech:sdl
867
+ tech:selenium
868
+ tech:sema-software
869
+ tech:sequelize
870
+ tech:shopware
871
+ tech:sketch
872
+ tech:slack
873
+ tech:socket-io
874
+ tech:solid-js
875
+ tech:solidity
876
+ tech:sonarqube
877
+ tech:sourcetree
878
+ tech:spark
879
+ tech:splunk
880
+ tech:spring
881
+ tech:sql-developer
882
+ tech:sqlalchemy
883
+ tech:sqlite
884
+ tech:ssh
885
+ tech:stackoverflow
886
+ tech:stata
887
+ tech:storybook
888
+ tech:streamlit
889
+ tech:stylus
890
+ tech:subversion
891
+ tech:svelte
892
+ tech:swagger
893
+ tech:swift
894
+ tech:symfony
895
+ tech:tailwind-css
896
+ tech:tauri
897
+ tech:tensorflow
898
+ tech:terraform
899
+ tech:tex
900
+ tech:the-algorithms
901
+ tech:three-js
902
+ tech:titanium-sdk
903
+ tech:tomcat
904
+ tech:tortoise-git
905
+ tech:tower
906
+ tech:traefik-mesh
907
+ tech:traefik-proxy
908
+ tech:travis-ci
909
+ tech:trello
910
+ tech:twitter
911
+ tech:typescript
912
+ tech:typo3
913
+ tech:ubuntu
914
+ tech:uml
915
+ tech:unity
916
+ tech:unix
917
+ tech:unreal-engine
918
+ tech:uwsgi
919
+ tech:v8
920
+ tech:vagrant
921
+ tech:vala
922
+ tech:vercel
923
+ tech:veutify
924
+ tech:vim
925
+ tech:visualstudio
926
+ tech:vite
927
+ tech:vitejs
928
+ tech:vscode
929
+ tech:vsphere
930
+ tech:vue
931
+ tech:vue-storefront
932
+ tech:vyper
933
+ tech:webassembly
934
+ tech:webflow
935
+ tech:weblate
936
+ tech:webpack
937
+ tech:webstorm
938
+ tech:windows8
939
+ tech:windows11
940
+ tech:woo-commerce
941
+ tech:wordpress
942
+ tech:xamarin
943
+ tech:xcode
944
+ tech:xml
945
+ tech:yaml
946
+ tech:yarn
947
+ tech:yii-framework
948
+ tech:yuno-host
949
+ tech:zend-framework
950
+ tech:zig
951
+ }}`;
955
952
 
956
953
  const Scheme = "likec4builtin";
957
954
  const Uri = `${Scheme}:///likec4/lib/icons.c4`;