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