@vscode/codicons 0.0.46-11 → 0.0.46-13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/codicon.css +32 -3
- package/dist/codicon.csv +31 -2
- package/dist/codicon.html +842 -7
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/dist/codiconsLibrary.ts +31 -0
- package/dist/metadata.json +371 -0
- package/package.json +1 -1
- package/src/icons/attach-compact.svg +1 -0
- package/src/icons/beaker-compact.svg +1 -0
- package/src/icons/check-compact.svg +1 -0
- package/src/icons/checklist-compact.svg +1 -0
- package/src/icons/chevron-down-compact.svg +1 -0
- package/src/icons/chevron-left-compact.svg +1 -0
- package/src/icons/chevron-right-compact.svg +1 -0
- package/src/icons/chevron-up-compact.svg +1 -0
- package/src/icons/circle-filled-compact.svg +1 -0
- package/src/icons/circle-small-filled-compact.svg +1 -0
- package/src/icons/close-compact.svg +1 -0
- package/src/icons/collapse-all-compact.svg +1 -0
- package/src/icons/comment-compact.svg +1 -0
- package/src/icons/comment-unresolved-compact.svg +1 -0
- package/src/icons/debug-connected-compact.svg +1 -0
- package/src/icons/debug-disconnect-compact.svg +1 -0
- package/src/icons/developer-tools.svg +1 -0
- package/src/icons/edit-compact.svg +1 -0
- package/src/icons/file-media-compact.svg +1 -0
- package/src/icons/lightbulb-compact.svg +1 -0
- package/src/icons/loading-compact.svg +1 -0
- package/src/icons/pass-filled-compact.svg +1 -0
- package/src/icons/project-compact.svg +1 -0
- package/src/icons/refresh-compact.svg +1 -0
- package/src/icons/search-compact.svg +1 -0
- package/src/icons/session-in-progress-compact.svg +1 -0
- package/src/icons/sync-compact.svg +1 -0
- package/src/icons/sync-ignored.svg +1 -1
- package/src/icons/sync.svg +1 -1
- package/src/icons/terminal-compact.svg +1 -0
- package/src/icons/worktree-compact.svg +1 -0
- package/src/template/mapping.json +93 -0
- package/src/template/metadata.json +371 -0
|
@@ -279,6 +279,18 @@
|
|
|
279
279
|
"category": "action",
|
|
280
280
|
"description": "Attach file or item"
|
|
281
281
|
},
|
|
282
|
+
"attach-compact": {
|
|
283
|
+
"tags": [
|
|
284
|
+
"attachment",
|
|
285
|
+
"paperclip",
|
|
286
|
+
"clip",
|
|
287
|
+
"file",
|
|
288
|
+
"link",
|
|
289
|
+
"compact"
|
|
290
|
+
],
|
|
291
|
+
"category": "action",
|
|
292
|
+
"description": "Attach a file or item (compact 12x12 variant)"
|
|
293
|
+
},
|
|
282
294
|
"azure": {
|
|
283
295
|
"tags": [
|
|
284
296
|
"cloud",
|
|
@@ -313,6 +325,18 @@
|
|
|
313
325
|
"category": "tool",
|
|
314
326
|
"description": "Testing or experimental feature"
|
|
315
327
|
},
|
|
328
|
+
"beaker-compact": {
|
|
329
|
+
"tags": [
|
|
330
|
+
"experiment",
|
|
331
|
+
"lab",
|
|
332
|
+
"test",
|
|
333
|
+
"science",
|
|
334
|
+
"flask",
|
|
335
|
+
"compact"
|
|
336
|
+
],
|
|
337
|
+
"category": "tool",
|
|
338
|
+
"description": "Beaker for experimental features (compact 12x12 variant)"
|
|
339
|
+
},
|
|
316
340
|
"beaker-stop": {
|
|
317
341
|
"tags": [
|
|
318
342
|
"test",
|
|
@@ -636,6 +660,18 @@
|
|
|
636
660
|
"category": "action",
|
|
637
661
|
"description": "Check all or select all"
|
|
638
662
|
},
|
|
663
|
+
"check-compact": {
|
|
664
|
+
"tags": [
|
|
665
|
+
"done",
|
|
666
|
+
"complete",
|
|
667
|
+
"success",
|
|
668
|
+
"tick",
|
|
669
|
+
"approved",
|
|
670
|
+
"compact"
|
|
671
|
+
],
|
|
672
|
+
"category": "status",
|
|
673
|
+
"description": "Checkmark (compact 12x12 variant)"
|
|
674
|
+
},
|
|
639
675
|
"checklist": {
|
|
640
676
|
"tags": [
|
|
641
677
|
"checkmark",
|
|
@@ -652,6 +688,18 @@
|
|
|
652
688
|
"category": "content",
|
|
653
689
|
"description": "Checklist or task list"
|
|
654
690
|
},
|
|
691
|
+
"checklist-compact": {
|
|
692
|
+
"tags": [
|
|
693
|
+
"tasks",
|
|
694
|
+
"todo",
|
|
695
|
+
"list",
|
|
696
|
+
"checkboxes",
|
|
697
|
+
"items",
|
|
698
|
+
"compact"
|
|
699
|
+
],
|
|
700
|
+
"category": "action",
|
|
701
|
+
"description": "Checklist of items (compact 12x12 variant)"
|
|
702
|
+
},
|
|
655
703
|
"chevron-down": {
|
|
656
704
|
"tags": [
|
|
657
705
|
"twistie",
|
|
@@ -666,6 +714,18 @@
|
|
|
666
714
|
"category": "navigation",
|
|
667
715
|
"description": "Chevron pointing down"
|
|
668
716
|
},
|
|
717
|
+
"chevron-down-compact": {
|
|
718
|
+
"tags": [
|
|
719
|
+
"arrow",
|
|
720
|
+
"down",
|
|
721
|
+
"expand",
|
|
722
|
+
"collapse",
|
|
723
|
+
"direction",
|
|
724
|
+
"compact"
|
|
725
|
+
],
|
|
726
|
+
"category": "navigation",
|
|
727
|
+
"description": "Chevron pointing down (compact 12x12 variant)"
|
|
728
|
+
},
|
|
669
729
|
"chevron-left": {
|
|
670
730
|
"tags": [
|
|
671
731
|
"twistie",
|
|
@@ -679,6 +739,18 @@
|
|
|
679
739
|
"category": "navigation",
|
|
680
740
|
"description": "Chevron pointing left"
|
|
681
741
|
},
|
|
742
|
+
"chevron-left-compact": {
|
|
743
|
+
"tags": [
|
|
744
|
+
"arrow",
|
|
745
|
+
"left",
|
|
746
|
+
"back",
|
|
747
|
+
"previous",
|
|
748
|
+
"direction",
|
|
749
|
+
"compact"
|
|
750
|
+
],
|
|
751
|
+
"category": "navigation",
|
|
752
|
+
"description": "Chevron pointing left (compact 12x12 variant)"
|
|
753
|
+
},
|
|
682
754
|
"chevron-right": {
|
|
683
755
|
"tags": [
|
|
684
756
|
"twistie",
|
|
@@ -692,6 +764,18 @@
|
|
|
692
764
|
"category": "navigation",
|
|
693
765
|
"description": "Chevron pointing right"
|
|
694
766
|
},
|
|
767
|
+
"chevron-right-compact": {
|
|
768
|
+
"tags": [
|
|
769
|
+
"arrow",
|
|
770
|
+
"right",
|
|
771
|
+
"forward",
|
|
772
|
+
"next",
|
|
773
|
+
"direction",
|
|
774
|
+
"compact"
|
|
775
|
+
],
|
|
776
|
+
"category": "navigation",
|
|
777
|
+
"description": "Chevron pointing right (compact 12x12 variant)"
|
|
778
|
+
},
|
|
695
779
|
"chevron-up": {
|
|
696
780
|
"tags": [
|
|
697
781
|
"twistie",
|
|
@@ -705,6 +789,18 @@
|
|
|
705
789
|
"category": "navigation",
|
|
706
790
|
"description": "Chevron pointing up"
|
|
707
791
|
},
|
|
792
|
+
"chevron-up-compact": {
|
|
793
|
+
"tags": [
|
|
794
|
+
"arrow",
|
|
795
|
+
"up",
|
|
796
|
+
"collapse",
|
|
797
|
+
"expand",
|
|
798
|
+
"direction",
|
|
799
|
+
"compact"
|
|
800
|
+
],
|
|
801
|
+
"category": "navigation",
|
|
802
|
+
"description": "Chevron pointing up (compact 12x12 variant)"
|
|
803
|
+
},
|
|
708
804
|
"chip": {
|
|
709
805
|
"tags": [
|
|
710
806
|
"hardware",
|
|
@@ -776,6 +872,18 @@
|
|
|
776
872
|
"category": "shape",
|
|
777
873
|
"description": "Filled circle"
|
|
778
874
|
},
|
|
875
|
+
"circle-filled-compact": {
|
|
876
|
+
"tags": [
|
|
877
|
+
"circle",
|
|
878
|
+
"filled",
|
|
879
|
+
"dot",
|
|
880
|
+
"solid",
|
|
881
|
+
"indicator",
|
|
882
|
+
"compact"
|
|
883
|
+
],
|
|
884
|
+
"category": "shape",
|
|
885
|
+
"description": "Filled circle (compact 12x12 variant)"
|
|
886
|
+
},
|
|
779
887
|
"circle-large": {
|
|
780
888
|
"tags": [
|
|
781
889
|
"dot",
|
|
@@ -856,6 +964,18 @@
|
|
|
856
964
|
"category": "shape",
|
|
857
965
|
"description": "Small filled circle"
|
|
858
966
|
},
|
|
967
|
+
"circle-small-filled-compact": {
|
|
968
|
+
"tags": [
|
|
969
|
+
"circle",
|
|
970
|
+
"dot",
|
|
971
|
+
"small",
|
|
972
|
+
"filled",
|
|
973
|
+
"indicator",
|
|
974
|
+
"compact"
|
|
975
|
+
],
|
|
976
|
+
"category": "shape",
|
|
977
|
+
"description": "Small filled circle (compact 12x12 variant)"
|
|
978
|
+
},
|
|
859
979
|
"circuit-board": {
|
|
860
980
|
"tags": [
|
|
861
981
|
"iot",
|
|
@@ -949,6 +1069,18 @@
|
|
|
949
1069
|
"category": "action",
|
|
950
1070
|
"description": "Close all items"
|
|
951
1071
|
},
|
|
1072
|
+
"close-compact": {
|
|
1073
|
+
"tags": [
|
|
1074
|
+
"x",
|
|
1075
|
+
"cancel",
|
|
1076
|
+
"dismiss",
|
|
1077
|
+
"remove",
|
|
1078
|
+
"exit",
|
|
1079
|
+
"compact"
|
|
1080
|
+
],
|
|
1081
|
+
"category": "action",
|
|
1082
|
+
"description": "Close or dismiss (compact 12x12 variant)"
|
|
1083
|
+
},
|
|
952
1084
|
"cloud": {
|
|
953
1085
|
"tags": [
|
|
954
1086
|
"online",
|
|
@@ -1046,6 +1178,18 @@
|
|
|
1046
1178
|
"category": "action",
|
|
1047
1179
|
"description": "Collapse all items"
|
|
1048
1180
|
},
|
|
1181
|
+
"collapse-all-compact": {
|
|
1182
|
+
"tags": [
|
|
1183
|
+
"collapse",
|
|
1184
|
+
"minimize",
|
|
1185
|
+
"fold",
|
|
1186
|
+
"tree",
|
|
1187
|
+
"hide",
|
|
1188
|
+
"compact"
|
|
1189
|
+
],
|
|
1190
|
+
"category": "action",
|
|
1191
|
+
"description": "Collapse all items (compact 12x12 variant)"
|
|
1192
|
+
},
|
|
1049
1193
|
"collection": {
|
|
1050
1194
|
"tags": [
|
|
1051
1195
|
"group",
|
|
@@ -1103,6 +1247,18 @@
|
|
|
1103
1247
|
"category": "communication",
|
|
1104
1248
|
"description": "Comment or message"
|
|
1105
1249
|
},
|
|
1250
|
+
"comment-compact": {
|
|
1251
|
+
"tags": [
|
|
1252
|
+
"speech",
|
|
1253
|
+
"message",
|
|
1254
|
+
"chat",
|
|
1255
|
+
"feedback",
|
|
1256
|
+
"note",
|
|
1257
|
+
"compact"
|
|
1258
|
+
],
|
|
1259
|
+
"category": "communication",
|
|
1260
|
+
"description": "Comment or message (compact 12x12 variant)"
|
|
1261
|
+
},
|
|
1106
1262
|
"comment-discussion": {
|
|
1107
1263
|
"tags": [
|
|
1108
1264
|
"dialog",
|
|
@@ -1162,6 +1318,18 @@
|
|
|
1162
1318
|
"category": "communication",
|
|
1163
1319
|
"description": "Unresolved comment"
|
|
1164
1320
|
},
|
|
1321
|
+
"comment-unresolved-compact": {
|
|
1322
|
+
"tags": [
|
|
1323
|
+
"comment",
|
|
1324
|
+
"unresolved",
|
|
1325
|
+
"open",
|
|
1326
|
+
"pending",
|
|
1327
|
+
"discussion",
|
|
1328
|
+
"compact"
|
|
1329
|
+
],
|
|
1330
|
+
"category": "communication",
|
|
1331
|
+
"description": "Unresolved comment (compact 12x12 variant)"
|
|
1332
|
+
},
|
|
1165
1333
|
"compass": {
|
|
1166
1334
|
"tags": [
|
|
1167
1335
|
"navigate",
|
|
@@ -1587,6 +1755,18 @@
|
|
|
1587
1755
|
"category": "debug",
|
|
1588
1756
|
"description": "Debugger connected"
|
|
1589
1757
|
},
|
|
1758
|
+
"debug-connected-compact": {
|
|
1759
|
+
"tags": [
|
|
1760
|
+
"debug",
|
|
1761
|
+
"connected",
|
|
1762
|
+
"session",
|
|
1763
|
+
"active",
|
|
1764
|
+
"run",
|
|
1765
|
+
"compact"
|
|
1766
|
+
],
|
|
1767
|
+
"category": "debug",
|
|
1768
|
+
"description": "Debug session connected (compact 12x12 variant)"
|
|
1769
|
+
},
|
|
1590
1770
|
"debug-console": {
|
|
1591
1771
|
"tags": [
|
|
1592
1772
|
"terminal",
|
|
@@ -1644,6 +1824,18 @@
|
|
|
1644
1824
|
"category": "debug",
|
|
1645
1825
|
"description": "Disconnect debugger"
|
|
1646
1826
|
},
|
|
1827
|
+
"debug-disconnect-compact": {
|
|
1828
|
+
"tags": [
|
|
1829
|
+
"debug",
|
|
1830
|
+
"disconnect",
|
|
1831
|
+
"stop",
|
|
1832
|
+
"detach",
|
|
1833
|
+
"session",
|
|
1834
|
+
"compact"
|
|
1835
|
+
],
|
|
1836
|
+
"category": "debug",
|
|
1837
|
+
"description": "Disconnect debug session (compact 12x12 variant)"
|
|
1838
|
+
},
|
|
1647
1839
|
"debug-line-by-line": {
|
|
1648
1840
|
"tags": [
|
|
1649
1841
|
"step",
|
|
@@ -1804,6 +1996,18 @@
|
|
|
1804
1996
|
"category": "debug",
|
|
1805
1997
|
"description": "Stop debugging"
|
|
1806
1998
|
},
|
|
1999
|
+
"developer-tools": {
|
|
2000
|
+
"tags": [
|
|
2001
|
+
"developer",
|
|
2002
|
+
"tools",
|
|
2003
|
+
"wrench",
|
|
2004
|
+
"settings",
|
|
2005
|
+
"configuration",
|
|
2006
|
+
"utilities"
|
|
2007
|
+
],
|
|
2008
|
+
"category": "tool",
|
|
2009
|
+
"description": "Developer tools and utilities"
|
|
2010
|
+
},
|
|
1807
2011
|
"device-camera": {
|
|
1808
2012
|
"tags": [
|
|
1809
2013
|
"capture",
|
|
@@ -1973,6 +2177,18 @@
|
|
|
1973
2177
|
"category": "development",
|
|
1974
2178
|
"description": "Edit code"
|
|
1975
2179
|
},
|
|
2180
|
+
"edit-compact": {
|
|
2181
|
+
"tags": [
|
|
2182
|
+
"pencil",
|
|
2183
|
+
"modify",
|
|
2184
|
+
"write",
|
|
2185
|
+
"change",
|
|
2186
|
+
"edit",
|
|
2187
|
+
"compact"
|
|
2188
|
+
],
|
|
2189
|
+
"category": "action",
|
|
2190
|
+
"description": "Edit or modify (compact 12x12 variant)"
|
|
2191
|
+
},
|
|
1976
2192
|
"edit-session": {
|
|
1977
2193
|
"tags": [
|
|
1978
2194
|
"work",
|
|
@@ -2197,6 +2413,18 @@
|
|
|
2197
2413
|
"category": "file",
|
|
2198
2414
|
"description": "Media file"
|
|
2199
2415
|
},
|
|
2416
|
+
"file-media-compact": {
|
|
2417
|
+
"tags": [
|
|
2418
|
+
"file",
|
|
2419
|
+
"image",
|
|
2420
|
+
"media",
|
|
2421
|
+
"picture",
|
|
2422
|
+
"photo",
|
|
2423
|
+
"compact"
|
|
2424
|
+
],
|
|
2425
|
+
"category": "file",
|
|
2426
|
+
"description": "Media file (compact 12x12 variant)"
|
|
2427
|
+
},
|
|
2200
2428
|
"file-pdf": {
|
|
2201
2429
|
"tags": [
|
|
2202
2430
|
"document",
|
|
@@ -2607,6 +2835,18 @@
|
|
|
2607
2835
|
"category": "git",
|
|
2608
2836
|
"description": "Compare git versions"
|
|
2609
2837
|
},
|
|
2838
|
+
"git-fetch": {
|
|
2839
|
+
"tags": [
|
|
2840
|
+
"git",
|
|
2841
|
+
"fetch",
|
|
2842
|
+
"download",
|
|
2843
|
+
"remote",
|
|
2844
|
+
"sync",
|
|
2845
|
+
"pull"
|
|
2846
|
+
],
|
|
2847
|
+
"category": "git",
|
|
2848
|
+
"description": "Fetch changes from a remote repository"
|
|
2849
|
+
},
|
|
2610
2850
|
"git-merge": {
|
|
2611
2851
|
"tags": [
|
|
2612
2852
|
"combine",
|
|
@@ -3481,6 +3721,18 @@
|
|
|
3481
3721
|
"category": "action",
|
|
3482
3722
|
"description": "Auto-fix suggestion"
|
|
3483
3723
|
},
|
|
3724
|
+
"lightbulb-compact": {
|
|
3725
|
+
"tags": [
|
|
3726
|
+
"idea",
|
|
3727
|
+
"hint",
|
|
3728
|
+
"suggestion",
|
|
3729
|
+
"tip",
|
|
3730
|
+
"quickfix",
|
|
3731
|
+
"compact"
|
|
3732
|
+
],
|
|
3733
|
+
"category": "status",
|
|
3734
|
+
"description": "Lightbulb hint or suggestion (compact 12x12 variant)"
|
|
3735
|
+
},
|
|
3484
3736
|
"lightbulb-empty": {
|
|
3485
3737
|
"tags": [
|
|
3486
3738
|
"idea",
|
|
@@ -3616,6 +3868,18 @@
|
|
|
3616
3868
|
"category": "status",
|
|
3617
3869
|
"description": "Loading or processing"
|
|
3618
3870
|
},
|
|
3871
|
+
"loading-compact": {
|
|
3872
|
+
"tags": [
|
|
3873
|
+
"spinner",
|
|
3874
|
+
"progress",
|
|
3875
|
+
"wait",
|
|
3876
|
+
"busy",
|
|
3877
|
+
"loading",
|
|
3878
|
+
"compact"
|
|
3879
|
+
],
|
|
3880
|
+
"category": "status",
|
|
3881
|
+
"description": "Loading indicator (compact 12x12 variant)"
|
|
3882
|
+
},
|
|
3619
3883
|
"location": {
|
|
3620
3884
|
"tags": [
|
|
3621
3885
|
"map",
|
|
@@ -4187,6 +4451,18 @@
|
|
|
4187
4451
|
"category": "status",
|
|
4188
4452
|
"description": "Filled pass icon"
|
|
4189
4453
|
},
|
|
4454
|
+
"pass-filled-compact": {
|
|
4455
|
+
"tags": [
|
|
4456
|
+
"check",
|
|
4457
|
+
"success",
|
|
4458
|
+
"complete",
|
|
4459
|
+
"done",
|
|
4460
|
+
"filled",
|
|
4461
|
+
"compact"
|
|
4462
|
+
],
|
|
4463
|
+
"category": "status",
|
|
4464
|
+
"description": "Filled pass or success (compact 12x12 variant)"
|
|
4465
|
+
},
|
|
4190
4466
|
"percentage": {
|
|
4191
4467
|
"tags": [
|
|
4192
4468
|
"ratio",
|
|
@@ -4347,6 +4623,17 @@
|
|
|
4347
4623
|
"category": "general",
|
|
4348
4624
|
"description": "Project or workspace"
|
|
4349
4625
|
},
|
|
4626
|
+
"project-compact": {
|
|
4627
|
+
"tags": [
|
|
4628
|
+
"project",
|
|
4629
|
+
"folder",
|
|
4630
|
+
"workspace",
|
|
4631
|
+
"briefcase",
|
|
4632
|
+
"compact"
|
|
4633
|
+
],
|
|
4634
|
+
"category": "file",
|
|
4635
|
+
"description": "Project (compact 12x12 variant)"
|
|
4636
|
+
},
|
|
4350
4637
|
"pulse": {
|
|
4351
4638
|
"tags": [
|
|
4352
4639
|
"heartbeat",
|
|
@@ -4498,6 +4785,18 @@
|
|
|
4498
4785
|
"category": "action",
|
|
4499
4786
|
"description": "Refresh or reload"
|
|
4500
4787
|
},
|
|
4788
|
+
"refresh-compact": {
|
|
4789
|
+
"tags": [
|
|
4790
|
+
"reload",
|
|
4791
|
+
"sync",
|
|
4792
|
+
"update",
|
|
4793
|
+
"redo",
|
|
4794
|
+
"refresh",
|
|
4795
|
+
"compact"
|
|
4796
|
+
],
|
|
4797
|
+
"category": "action",
|
|
4798
|
+
"description": "Refresh or reload (compact 12x12 variant)"
|
|
4799
|
+
},
|
|
4501
4800
|
"regex": {
|
|
4502
4801
|
"tags": [
|
|
4503
4802
|
"pattern",
|
|
@@ -4967,6 +5266,18 @@
|
|
|
4967
5266
|
"category": "search",
|
|
4968
5267
|
"description": "Search or find"
|
|
4969
5268
|
},
|
|
5269
|
+
"search-compact": {
|
|
5270
|
+
"tags": [
|
|
5271
|
+
"find",
|
|
5272
|
+
"magnify",
|
|
5273
|
+
"lookup",
|
|
5274
|
+
"query",
|
|
5275
|
+
"search",
|
|
5276
|
+
"compact"
|
|
5277
|
+
],
|
|
5278
|
+
"category": "search",
|
|
5279
|
+
"description": "Search or find (compact 12x12 variant)"
|
|
5280
|
+
},
|
|
4970
5281
|
"search-fuzzy": {
|
|
4971
5282
|
"tags": [
|
|
4972
5283
|
"find",
|
|
@@ -5076,6 +5387,18 @@
|
|
|
5076
5387
|
"category": "status",
|
|
5077
5388
|
"description": "Session in progress"
|
|
5078
5389
|
},
|
|
5390
|
+
"session-in-progress-compact": {
|
|
5391
|
+
"tags": [
|
|
5392
|
+
"session",
|
|
5393
|
+
"progress",
|
|
5394
|
+
"active",
|
|
5395
|
+
"running",
|
|
5396
|
+
"status",
|
|
5397
|
+
"compact"
|
|
5398
|
+
],
|
|
5399
|
+
"category": "status",
|
|
5400
|
+
"description": "Session in progress indicator (compact 12x12 variant)"
|
|
5401
|
+
},
|
|
5079
5402
|
"settings": {
|
|
5080
5403
|
"tags": [
|
|
5081
5404
|
"gear",
|
|
@@ -5600,6 +5923,18 @@
|
|
|
5600
5923
|
"category": "symbol",
|
|
5601
5924
|
"description": "Structure symbol"
|
|
5602
5925
|
},
|
|
5926
|
+
"sync-compact": {
|
|
5927
|
+
"tags": [
|
|
5928
|
+
"refresh",
|
|
5929
|
+
"reload",
|
|
5930
|
+
"synchronize",
|
|
5931
|
+
"update",
|
|
5932
|
+
"sync",
|
|
5933
|
+
"compact"
|
|
5934
|
+
],
|
|
5935
|
+
"category": "action",
|
|
5936
|
+
"description": "Synchronize (compact 12x12 variant)"
|
|
5937
|
+
},
|
|
5603
5938
|
"sync-ignored": {
|
|
5604
5939
|
"tags": [
|
|
5605
5940
|
"refresh",
|
|
@@ -5697,6 +6032,18 @@
|
|
|
5697
6032
|
"category": "application",
|
|
5698
6033
|
"description": "Command prompt"
|
|
5699
6034
|
},
|
|
6035
|
+
"terminal-compact": {
|
|
6036
|
+
"tags": [
|
|
6037
|
+
"console",
|
|
6038
|
+
"shell",
|
|
6039
|
+
"cli",
|
|
6040
|
+
"command",
|
|
6041
|
+
"prompt",
|
|
6042
|
+
"compact"
|
|
6043
|
+
],
|
|
6044
|
+
"category": "tool",
|
|
6045
|
+
"description": "Terminal or console (compact 12x12 variant)"
|
|
6046
|
+
},
|
|
5700
6047
|
"terminal-debian": {
|
|
5701
6048
|
"tags": [
|
|
5702
6049
|
"console",
|
|
@@ -6135,6 +6482,18 @@
|
|
|
6135
6482
|
"category": "device",
|
|
6136
6483
|
"description": "VM outline"
|
|
6137
6484
|
},
|
|
6485
|
+
"vm-pending": {
|
|
6486
|
+
"tags": [
|
|
6487
|
+
"virtual",
|
|
6488
|
+
"machine",
|
|
6489
|
+
"vm",
|
|
6490
|
+
"pending",
|
|
6491
|
+
"server",
|
|
6492
|
+
"wait"
|
|
6493
|
+
],
|
|
6494
|
+
"category": "device",
|
|
6495
|
+
"description": "Virtual machine in pending state"
|
|
6496
|
+
},
|
|
6138
6497
|
"vm-running": {
|
|
6139
6498
|
"tags": [
|
|
6140
6499
|
"computer",
|
|
@@ -6333,6 +6692,18 @@
|
|
|
6333
6692
|
"category": "git",
|
|
6334
6693
|
"description": "Git worktree"
|
|
6335
6694
|
},
|
|
6695
|
+
"worktree-compact": {
|
|
6696
|
+
"tags": [
|
|
6697
|
+
"git",
|
|
6698
|
+
"worktree",
|
|
6699
|
+
"branch",
|
|
6700
|
+
"tree",
|
|
6701
|
+
"workspace",
|
|
6702
|
+
"compact"
|
|
6703
|
+
],
|
|
6704
|
+
"category": "git",
|
|
6705
|
+
"description": "Git worktree (compact 12x12 variant)"
|
|
6706
|
+
},
|
|
6336
6707
|
"worktree-small": {
|
|
6337
6708
|
"tags": [
|
|
6338
6709
|
"git",
|