@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.
Files changed (41) hide show
  1. package/dist/codicon.css +32 -3
  2. package/dist/codicon.csv +31 -2
  3. package/dist/codicon.html +842 -7
  4. package/dist/codicon.svg +1 -1
  5. package/dist/codicon.ttf +0 -0
  6. package/dist/codiconsLibrary.ts +31 -0
  7. package/dist/metadata.json +371 -0
  8. package/package.json +1 -1
  9. package/src/icons/attach-compact.svg +1 -0
  10. package/src/icons/beaker-compact.svg +1 -0
  11. package/src/icons/check-compact.svg +1 -0
  12. package/src/icons/checklist-compact.svg +1 -0
  13. package/src/icons/chevron-down-compact.svg +1 -0
  14. package/src/icons/chevron-left-compact.svg +1 -0
  15. package/src/icons/chevron-right-compact.svg +1 -0
  16. package/src/icons/chevron-up-compact.svg +1 -0
  17. package/src/icons/circle-filled-compact.svg +1 -0
  18. package/src/icons/circle-small-filled-compact.svg +1 -0
  19. package/src/icons/close-compact.svg +1 -0
  20. package/src/icons/collapse-all-compact.svg +1 -0
  21. package/src/icons/comment-compact.svg +1 -0
  22. package/src/icons/comment-unresolved-compact.svg +1 -0
  23. package/src/icons/debug-connected-compact.svg +1 -0
  24. package/src/icons/debug-disconnect-compact.svg +1 -0
  25. package/src/icons/developer-tools.svg +1 -0
  26. package/src/icons/edit-compact.svg +1 -0
  27. package/src/icons/file-media-compact.svg +1 -0
  28. package/src/icons/lightbulb-compact.svg +1 -0
  29. package/src/icons/loading-compact.svg +1 -0
  30. package/src/icons/pass-filled-compact.svg +1 -0
  31. package/src/icons/project-compact.svg +1 -0
  32. package/src/icons/refresh-compact.svg +1 -0
  33. package/src/icons/search-compact.svg +1 -0
  34. package/src/icons/session-in-progress-compact.svg +1 -0
  35. package/src/icons/sync-compact.svg +1 -0
  36. package/src/icons/sync-ignored.svg +1 -1
  37. package/src/icons/sync.svg +1 -1
  38. package/src/icons/terminal-compact.svg +1 -0
  39. package/src/icons/worktree-compact.svg +1 -0
  40. package/src/template/mapping.json +93 -0
  41. package/src/template/metadata.json +371 -0
package/dist/codicon.ttf CHANGED
Binary file
@@ -683,4 +683,35 @@ export const codiconsLibrary = {
683
683
  rocketCompact: register('rocket-compact', 0xec9d),
684
684
  unpin: register('unpin', 0xec9e),
685
685
  addCompact: register('add-compact', 0xec9f),
686
+ attachCompact: register('attach-compact', 0xeca0),
687
+ beakerCompact: register('beaker-compact', 0xeca1),
688
+ checkCompact: register('check-compact', 0xeca2),
689
+ checklistCompact: register('checklist-compact', 0xeca3),
690
+ chevronDownCompact: register('chevron-down-compact', 0xeca4),
691
+ chevronLeftCompact: register('chevron-left-compact', 0xeca5),
692
+ chevronRightCompact: register('chevron-right-compact', 0xeca6),
693
+ chevronUpCompact: register('chevron-up-compact', 0xeca7),
694
+ circleFilledCompact: register('circle-filled-compact', 0xeca8),
695
+ circleSmallFilledCompact: register('circle-small-filled-compact', 0xeca9),
696
+ closeCompact: register('close-compact', 0xecaa),
697
+ collapseAllCompact: register('collapse-all-compact', 0xecab),
698
+ commentCompact: register('comment-compact', 0xecac),
699
+ commentUnresolvedCompact: register('comment-unresolved-compact', 0xecad),
700
+ debugConnectedCompact: register('debug-connected-compact', 0xecae),
701
+ debugDisconnectCompact: register('debug-disconnect-compact', 0xecaf),
702
+ editCompact: register('edit-compact', 0xecb0),
703
+ fileMediaCompact: register('file-media-compact', 0xecb1),
704
+ gitFetch: register('git-fetch', 0xecb2),
705
+ lightbulbCompact: register('lightbulb-compact', 0xecb3),
706
+ loadingCompact: register('loading-compact', 0xecb4),
707
+ passFilledCompact: register('pass-filled-compact', 0xecb5),
708
+ projectCompact: register('project-compact', 0xecb6),
709
+ refreshCompact: register('refresh-compact', 0xecb7),
710
+ searchCompact: register('search-compact', 0xecb8),
711
+ sessionInProgressCompact: register('session-in-progress-compact', 0xecb9),
712
+ syncCompact: register('sync-compact', 0xecba),
713
+ terminalCompact: register('terminal-compact', 0xecbb),
714
+ vmPending: register('vm-pending', 0xecbc),
715
+ worktreeCompact: register('worktree-compact', 0xecbd),
716
+ developerTools: register('developer-tools', 0xecbe),
686
717
  } as const;
@@ -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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/codicons",
3
- "version": "0.0.46-11",
3
+ "version": "0.0.46-13",
4
4
  "fontVersion": "1.15",
5
5
  "description": "The icon font for Visual Studio Code",
6
6
  "license": "CC-BY-4.0",
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="currentColor"><path d="M3.15999 12H2.91999C1.85999 12 1.00999 11.14 1.00999 10.09C1.00999 9.58 1.20999 9.1 1.56999 8.74L7.14999 3.15C7.34999 2.95 7.65999 2.95 7.85999 3.15C8.05999 3.35 8.05999 3.66 7.85999 3.86L2.26999 9.45C2.09999 9.62 1.99999 9.86 1.99999 10.1C1.99999 10.6 2.40999 11.01 2.90999 11.01H3.14999C3.38999 11.01 3.62999 10.91 3.79999 10.74L9.25999 5.28C9.72999 4.81 9.98999 4.18 9.98999 3.51C9.98999 2.13 8.86999 1.01 7.48999 1.01C6.81999 1.01 6.18999 1.27 5.71999 1.74L1.34999 6.11C1.14999 6.31 0.83999 6.31 0.63999 6.11C0.43999 5.91 0.43999 5.6 0.63999 5.4L5.02999 1.03C5.68999 0.37 6.56999 0 7.49999 0C9.42999 0 11 1.57 11 3.5C11 4.44 10.64 5.31 9.96999 5.97L4.50999 11.43C4.14999 11.79 3.66999 11.99 3.15999 11.99V12Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="currentColor"><path d="M3.49999 1H3.99999V4.69C3.99999 5.13 3.87999 5.57 3.65999 5.95L1.44999 9.75C0.869987 10.75 1.58999 12.01 2.74999 12.01H9.26999C10.43 12.01 11.15 10.75 10.57 9.75L8.35999 5.95C8.13999 5.57 8.01999 5.13 8.01999 4.69V1H8.51999C8.79999 1 9.01999 0.78 9.01999 0.5C9.01999 0.22 8.77999 0 8.49999 0H3.49999C3.21999 0 2.99999 0.22 2.99999 0.5C2.99999 0.78 3.21999 1 3.49999 1ZM4.99999 4.69V1H6.99999V4.69C6.99999 5.31 7.15999 5.92 7.47999 6.45L7.79999 7H4.20999L4.52999 6.45C4.83999 5.91 5.00999 5.31 5.00999 4.69H4.99999ZM3.61999 8H8.37999L9.68999 10.25C9.87999 10.58 9.63999 11 9.25999 11H2.73999C2.34999 11 2.10999 10.58 2.30999 10.25L3.61999 8Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="currentColor"><path d="M4.52 8.99C4.39 8.99 4.27 8.94 4.17 8.85L1.15 5.86C0.95 5.67 0.95 5.35 1.15 5.15C1.34 4.95 1.66 4.95 1.86 5.15L4.53 7.79L10.15 2.15C10.35 1.95 10.66 1.95 10.86 2.15C11.06 2.34 11.06 2.66 10.86 2.86L4.89 8.85C4.79 8.95 4.66 9 4.54 9L4.52 8.99Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="currentColor"><path d="M3.15947 8.14013C3.35936 7.94024 3.66942 7.94046 3.86943 8.14013C4.06943 8.34013 4.06943 8.65009 3.86943 8.85009L1.86943 10.8501C1.76944 10.95 1.63977 11.0005 1.51982 11.0005H1.50029C1.37029 11.0005 1.2397 10.9501 1.1497 10.8501L0.149702 9.85009C-0.0500832 9.65008 -0.0502264 9.34006 0.149702 9.14013C0.34963 8.9402 0.659656 8.94034 0.859663 9.14013L1.51005 9.79052L3.15947 8.14013Z"/><path d="M11.5003 9.00048C11.7801 9.00068 12.0003 9.22061 12.0003 9.50048C12.0001 9.78016 11.78 10.0003 11.5003 10.0005H5.50029C5.22042 10.0005 5.00049 9.78029 5.00029 9.50048C5.00029 9.22048 5.22029 9.00048 5.50029 9.00048H11.5003Z"/><path d="M3.15947 4.14013C3.35936 3.94024 3.66942 3.94046 3.86943 4.14013C4.06943 4.34013 4.06943 4.65009 3.86943 4.85009L1.86943 6.85009C1.76944 6.95001 1.63977 7.00048 1.51982 7.00048H1.50029C1.37029 7.00048 1.2397 6.95009 1.1497 6.85009L0.149702 5.85009C-0.0500832 5.65008 -0.0502264 5.34006 0.149702 5.14013C0.34963 4.9402 0.659656 4.94034 0.859663 5.14013L1.51005 5.79052L3.15947 4.14013Z"/><path d="M11.5003 5.00048C11.7801 5.00068 12.0003 5.22061 12.0003 5.50048C12.0001 5.78016 11.78 6.00027 11.5003 6.00048H5.50029C5.22042 6.00048 5.00049 5.78029 5.00029 5.50048C5.00029 5.22048 5.22029 5.00048 5.50029 5.00048H11.5003Z"/><path d="M3.1497 0.149893C3.34963 -0.0500358 3.65966 -0.0498926 3.85966 0.149893C4.05966 0.349893 4.05966 0.659854 3.85966 0.859854L1.8499 2.85009C1.75001 2.94998 1.62018 3.00037 1.50029 3.00048C1.37029 3.00048 1.2397 2.95009 1.1497 2.85009L0.149702 1.85009C-0.0501937 1.66008 -0.0502587 1.33986 0.149702 1.14989C0.34963 0.959961 0.659656 0.950115 0.859663 1.14989L1.51005 1.80028L3.1497 0.149893Z"/><path d="M11.5003 1.00048C11.7801 1.00068 12.0003 1.22061 12.0003 1.50048C12.0001 1.78016 11.78 2.00027 11.5003 2.00048H5.50029C5.22042 2.00048 5.00049 1.78029 5.00029 1.50048C5.00029 1.22048 5.22029 1.00048 5.50029 1.00048H11.5003Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="currentColor"><path d="M6 8.50023C5.87 8.50023 5.74 8.45023 5.65 8.35023L2.15 4.85023C1.95 4.65023 1.95 4.34023 2.15 4.14023C2.35 3.94023 2.66 3.94023 2.86 4.14023L6.01 7.29023L9.16 4.14023C9.36 3.94023 9.67 3.94023 9.87 4.14023C10.07 4.34023 10.07 4.65023 9.87 4.85023L6.37 8.35023C6.27 8.45023 6.14 8.50023 6.02 8.50023H6Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="currentColor"><path d="M7.5 10.0002C7.37 10.0002 7.24 9.95023 7.15 9.85023L3.65 6.35023C3.45 6.15023 3.45 5.84023 3.65 5.64023L7.15 2.14023C7.35 1.94023 7.66 1.94023 7.86 2.14023C8.06 2.34023 8.06 2.65023 7.86 2.85023L4.71 6.00023L7.86 9.15023C8.06 9.35023 8.06 9.66023 7.86 9.86023C7.76 9.96023 7.63 10.0102 7.51 10.0102L7.5 10.0002Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="currentColor"><path d="M4.5 9.99998C4.37 9.99998 4.24 9.94998 4.15 9.84998C3.95 9.64998 3.95 9.33998 4.15 9.13998L7.3 5.98998L4.15 2.83998C3.95 2.63998 3.95 2.32998 4.15 2.12998C4.35 1.92998 4.66 1.92998 4.86 2.12998L8.36 5.62998C8.56 5.82998 8.56 6.13998 8.36 6.33998L4.86 9.83998C4.76 9.93998 4.63 9.98998 4.51 9.98998L4.5 9.99998Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="currentColor"><path d="M9.49999 8.00023C9.36999 8.00023 9.23999 7.95023 9.14999 7.85023L5.99999 4.70023L2.84999 7.85023C2.64999 8.05023 2.33999 8.05023 2.13999 7.85023C1.93999 7.65023 1.93999 7.34023 2.13999 7.14023L5.63999 3.64023C5.83999 3.44023 6.14999 3.44023 6.34999 3.64023L9.84999 7.14023C10.05 7.34023 10.05 7.65023 9.84999 7.85023C9.74999 7.95023 9.61999 8.00023 9.49999 8.00023Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="currentColor"><path d="M6 10C8.20914 10 10 8.20914 10 6C10 3.79086 8.20914 2 6 2C3.79086 2 2 3.79086 2 6C2 8.20914 3.79086 10 6 10Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="currentColor"><path d="M8.00097 5.99805C8.00097 6.39361 7.88369 6.78023 7.66393 7.10913C7.44417 7.43803 7.1318 7.69445 6.76635 7.84583C6.40089 7.9972 5.99879 8.03677 5.61083 7.95959C5.22287 7.88242 4.86649 7.69194 4.58678 7.41223C4.30708 7.13253 4.11659 6.77615 4.03942 6.38818C3.96225 6.00022 4.00181 5.59812 4.15319 5.23267C4.30456 4.86721 4.56098 4.55485 4.88988 4.33508C5.21878 4.11532 5.6054 3.99805 6.00097 3.99805C6.5314 3.99805 7.04008 4.20879 7.41515 4.58386C7.79022 4.95894 8.00097 5.46761 8.00097 5.99805Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="currentColor"><path d="M10.1499 1.14013C10.3498 0.940199 10.6598 0.940342 10.8599 1.14013C11.0599 1.34013 11.0599 1.65009 10.8599 1.85009L6.71239 5.99267L10.8599 10.1401C11.0599 10.3401 11.0599 10.6501 10.8599 10.8501C10.7599 10.95 10.6302 11.0004 10.5102 11.0005H10.5005C10.3705 11.0005 10.2399 10.9501 10.1499 10.8501L6.00146 6.70165L1.85009 10.8501C1.7502 10.95 1.62037 11.0004 1.50048 11.0005C1.37048 11.0005 1.23989 10.9501 1.14989 10.8501C0.950107 10.6501 0.949965 10.3401 1.14989 10.1401L5.29442 5.99462L1.14989 1.85009C0.950107 1.65008 0.949964 1.34006 1.14989 1.14013C1.34982 0.940199 1.65985 0.940342 1.85985 1.14013L6.00438 5.28466L10.1499 1.14013Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="currentColor"><path d="M11 2.08984C11.58 2.28984 12 2.85 12 3.5V8.5C11.9999 10.4299 10.4299 12 8.5 12H3.5C2.85006 12 2.28985 11.5799 2.08984 11H8.5C9.87995 11 10.9999 9.87993 11 8.5V2.08984Z"/><path d="M7.5 4.5C7.78 4.5 8 4.72 8 5C8 5.28 7.78 5.5 7.5 5.5H2.5C2.22 5.5 2 5.28 2 5C2 4.72 2.22 4.5 2.5 4.5H7.5Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.5 0C9.33 0 10 0.67 10 1.5V8.5C10 9.33 9.33 10 8.5 10H1.5C0.67 10 0 9.33 0 8.5V1.5C0 0.67 0.67 0 1.5 0H8.5ZM1.5 1C1.22 1 1 1.22 1 1.5V8.5C1 8.78 1.22 9 1.5 9H8.5C8.78 9 9 8.78 9 8.5V1.5C9 1.22 8.78 1 8.5 1H1.5Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="currentColor"><path d="M3.86 12C3.38 12 3 11.61 3 11.14V9H2C0.9 9 0 8.1 0 7V2C0 0.9 0.9 0 2 0H10C11.1 0 12 0.9 12 2V7C12 8.1 11.1 9 10 9H7.57L4.44 11.78C4.28 11.92 4.08 12 3.87 12H3.86ZM2 1C1.45 1 1 1.45 1 2V7C1 7.55 1.45 8 2 8H4V10.88L7.18 8H10C10.55 8 11 7.55 11 7V2C11 1.45 10.55 1 10 1H2Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="currentColor"><path d="M10 0C11.1 0 12 0.9 12 2V7.0498C11.72 6.75985 11.3797 6.52959 11.0098 6.34961V2C11.0098 1.45 10.5598 1 10.0098 1H2.00977C1.45987 1.00013 1.00977 1.45008 1.00977 2V7C1.00977 7.54992 1.45987 7.99987 2.00977 8H4.00977V10.8301L6.05957 9.00977C6.03957 9.16977 6.00977 9.33 6.00977 9.5H6C6 9.7799 6.03964 10.0399 6.09961 10.2998L4.42969 11.7803C4.27979 11.92 4.07009 11.9999 3.86035 12C3.39035 12 3 11.6196 3 11.1396V9H2C0.9 9 0 8.1 0 7V2C0 0.9 0.9 0 2 0H10Z"/><path d="M9.50977 7C10.8905 7 12.0098 8.11929 12.0098 9.5C12.0098 10.8807 10.8905 12 9.50977 12C8.12917 11.9999 7.00977 10.8806 7.00977 9.5C7.00977 8.11937 8.12917 7.00013 9.50977 7Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.51953 4.61035C3.75952 4.61035 3.98993 4.6999 4.16992 4.87988L7.12012 7.83008C7.29991 8.00996 7.38955 8.24968 7.38965 8.47949L7.37988 8.46973C7.37988 9.29966 6.06019 9.99013 4.99023 9.99023C4.36023 9.99023 3.75 9.79945 3.25 9.43945L1.33984 11.3496C1.2499 11.4495 1.12015 11.4999 0.990234 11.5C0.71028 11.5 0.490306 11.2799 0.490234 11C0.490234 10.88 0.539648 10.7494 0.639648 10.6494L2.5498 8.74023C2.19983 8.24027 2.00003 7.61995 2 7C2 5.93019 2.67974 4.61083 3.51953 4.61035ZM3.51953 5.64941C3.18953 6.00941 3 6.5 3 7C3.00004 7.52995 3.21011 8.04995 3.58008 8.41992C4.30009 9.14984 5.59963 9.16945 6.34961 8.47949L3.51953 5.64941Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11 0.5C11.28 0.5 11.5 0.72 11.5 1H11.5098C11.5098 1.11987 11.4601 1.24965 11.3604 1.34961L9.4502 3.25977C9.8002 3.75977 10 4.38 10 5C10 6.06985 9.31031 7.38927 8.48047 7.38965C8.24049 7.38965 8.01007 7.30009 7.83008 7.12012L4.87988 4.16992C4.69998 3.98994 4.61035 3.74947 4.61035 3.51953C4.61083 2.67979 5.89023 2.04008 7 2.04004C7.61995 2.04004 8.24025 2.21962 8.74023 2.55957L10.6504 0.650391C10.7404 0.550418 10.87 0.500027 11 0.5ZM7 3.01953C6.51021 3.01956 6.01034 3.18979 5.65039 3.51953L8.48047 6.34961C8.81025 5.98965 9 5.49982 9 5C9 4.47 8.78992 3.95008 8.41992 3.58008C8.04992 3.21011 7.51998 3.01953 7 3.01953Z"/></svg>