@vscode/codicons 0.0.46-22 → 0.0.46-24

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 (38) hide show
  1. package/_iconCloud/metaphors.variables.json +2 -3
  2. package/dist/codicon.css +28 -1
  3. package/dist/codicon.csv +27 -0
  4. package/dist/codicon.html +810 -65
  5. package/dist/codicon.svg +1 -1
  6. package/dist/codicon.ttf +0 -0
  7. package/dist/codiconsLibrary.ts +27 -0
  8. package/dist/metadata.json +313 -0
  9. package/package.json +1 -1
  10. package/src/icons/fish1-happy.svg +1 -0
  11. package/src/icons/fish1-neutral.svg +1 -0
  12. package/src/icons/fish1-sad.svg +1 -0
  13. package/src/icons/fish1-very-sad.svg +1 -0
  14. package/src/icons/fish2-happy.svg +1 -0
  15. package/src/icons/fish2-neutral.svg +1 -0
  16. package/src/icons/fish2-sad.svg +1 -0
  17. package/src/icons/fish2-very-sad.svg +1 -0
  18. package/src/icons/fish3-happy.svg +1 -0
  19. package/src/icons/fish3-neutral.svg +1 -0
  20. package/src/icons/fish3-sad.svg +1 -0
  21. package/src/icons/fish3-very-sad.svg +1 -0
  22. package/src/icons/fish4-happy.svg +1 -0
  23. package/src/icons/fish4-neutral.svg +1 -0
  24. package/src/icons/fish4-sad.svg +1 -0
  25. package/src/icons/fish4-very-sad.svg +1 -0
  26. package/src/icons/google-gemini.svg +1 -0
  27. package/src/icons/kimi.svg +1 -0
  28. package/src/icons/mic-download-compact.svg +1 -0
  29. package/src/icons/mic-download.svg +1 -0
  30. package/src/icons/microsoft.svg +1 -0
  31. package/src/icons/person-voice-compact.svg +1 -0
  32. package/src/icons/person-voice-filled-compact.svg +1 -0
  33. package/src/icons/person-voice-filled.svg +1 -0
  34. package/src/icons/person-voice.svg +1 -0
  35. package/src/icons/voice-mode-download-compact.svg +1 -0
  36. package/src/icons/voice-mode-download.svg +1 -0
  37. package/src/template/mapping.json +81 -0
  38. package/src/template/metadata.json +313 -0
@@ -1941,5 +1941,86 @@
1941
1941
  ],
1942
1942
  "60620": [
1943
1943
  "voice-mode-compact"
1944
+ ],
1945
+ "60621": [
1946
+ "mic-download"
1947
+ ],
1948
+ "60622": [
1949
+ "mic-download-compact"
1950
+ ],
1951
+ "60623": [
1952
+ "voice-mode-download"
1953
+ ],
1954
+ "60624": [
1955
+ "voice-mode-download-compact"
1956
+ ],
1957
+ "60625": [
1958
+ "google-gemini"
1959
+ ],
1960
+ "60626": [
1961
+ "kimi"
1962
+ ],
1963
+ "60627": [
1964
+ "microsoft"
1965
+ ],
1966
+ "60628": [
1967
+ "fish1-happy"
1968
+ ],
1969
+ "60629": [
1970
+ "fish1-neutral"
1971
+ ],
1972
+ "60630": [
1973
+ "fish1-sad"
1974
+ ],
1975
+ "60631": [
1976
+ "fish1-very-sad"
1977
+ ],
1978
+ "60632": [
1979
+ "fish2-happy"
1980
+ ],
1981
+ "60633": [
1982
+ "fish2-neutral"
1983
+ ],
1984
+ "60634": [
1985
+ "fish2-sad"
1986
+ ],
1987
+ "60635": [
1988
+ "fish2-very-sad"
1989
+ ],
1990
+ "60636": [
1991
+ "fish3-happy"
1992
+ ],
1993
+ "60637": [
1994
+ "fish3-neutral"
1995
+ ],
1996
+ "60638": [
1997
+ "fish3-sad"
1998
+ ],
1999
+ "60639": [
2000
+ "fish3-very-sad"
2001
+ ],
2002
+ "60640": [
2003
+ "fish4-happy"
2004
+ ],
2005
+ "60641": [
2006
+ "fish4-neutral"
2007
+ ],
2008
+ "60642": [
2009
+ "fish4-sad"
2010
+ ],
2011
+ "60643": [
2012
+ "fish4-very-sad"
2013
+ ],
2014
+ "60644": [
2015
+ "person-voice"
2016
+ ],
2017
+ "60645": [
2018
+ "person-voice-compact"
2019
+ ],
2020
+ "60646": [
2021
+ "person-voice-filled"
2022
+ ],
2023
+ "60647": [
2024
+ "person-voice-filled-compact"
1944
2025
  ]
1945
2026
  }
@@ -2559,6 +2559,182 @@
2559
2559
  "category": "action",
2560
2560
  "description": "Filled filter icon"
2561
2561
  },
2562
+ "fish1-happy": {
2563
+ "tags": [
2564
+ "fish",
2565
+ "aquatic",
2566
+ "happy",
2567
+ "smile",
2568
+ "mood"
2569
+ ],
2570
+ "category": "misc",
2571
+ "description": "Happy fish style one"
2572
+ },
2573
+ "fish1-neutral": {
2574
+ "tags": [
2575
+ "fish",
2576
+ "aquatic",
2577
+ "neutral",
2578
+ "calm",
2579
+ "mood"
2580
+ ],
2581
+ "category": "misc",
2582
+ "description": "Neutral fish style one"
2583
+ },
2584
+ "fish1-sad": {
2585
+ "tags": [
2586
+ "fish",
2587
+ "aquatic",
2588
+ "sad",
2589
+ "frown",
2590
+ "mood"
2591
+ ],
2592
+ "category": "misc",
2593
+ "description": "Sad fish style one"
2594
+ },
2595
+ "fish1-very-sad": {
2596
+ "tags": [
2597
+ "fish",
2598
+ "aquatic",
2599
+ "very sad",
2600
+ "frown",
2601
+ "mood"
2602
+ ],
2603
+ "category": "misc",
2604
+ "description": "Very sad fish style one"
2605
+ },
2606
+ "fish2-happy": {
2607
+ "tags": [
2608
+ "fish",
2609
+ "aquatic",
2610
+ "happy",
2611
+ "smile",
2612
+ "mood"
2613
+ ],
2614
+ "category": "misc",
2615
+ "description": "Happy fish style two"
2616
+ },
2617
+ "fish2-neutral": {
2618
+ "tags": [
2619
+ "fish",
2620
+ "aquatic",
2621
+ "neutral",
2622
+ "calm",
2623
+ "mood"
2624
+ ],
2625
+ "category": "misc",
2626
+ "description": "Neutral fish style two"
2627
+ },
2628
+ "fish2-sad": {
2629
+ "tags": [
2630
+ "fish",
2631
+ "aquatic",
2632
+ "sad",
2633
+ "frown",
2634
+ "mood"
2635
+ ],
2636
+ "category": "misc",
2637
+ "description": "Sad fish style two"
2638
+ },
2639
+ "fish2-very-sad": {
2640
+ "tags": [
2641
+ "fish",
2642
+ "aquatic",
2643
+ "very sad",
2644
+ "frown",
2645
+ "mood"
2646
+ ],
2647
+ "category": "misc",
2648
+ "description": "Very sad fish style two"
2649
+ },
2650
+ "fish3-happy": {
2651
+ "tags": [
2652
+ "fish",
2653
+ "aquatic",
2654
+ "happy",
2655
+ "smile",
2656
+ "mood"
2657
+ ],
2658
+ "category": "misc",
2659
+ "description": "Happy fish style three"
2660
+ },
2661
+ "fish3-neutral": {
2662
+ "tags": [
2663
+ "fish",
2664
+ "aquatic",
2665
+ "neutral",
2666
+ "calm",
2667
+ "mood"
2668
+ ],
2669
+ "category": "misc",
2670
+ "description": "Neutral fish style three"
2671
+ },
2672
+ "fish3-sad": {
2673
+ "tags": [
2674
+ "fish",
2675
+ "aquatic",
2676
+ "sad",
2677
+ "frown",
2678
+ "mood"
2679
+ ],
2680
+ "category": "misc",
2681
+ "description": "Sad fish style three"
2682
+ },
2683
+ "fish3-very-sad": {
2684
+ "tags": [
2685
+ "fish",
2686
+ "aquatic",
2687
+ "very sad",
2688
+ "frown",
2689
+ "mood"
2690
+ ],
2691
+ "category": "misc",
2692
+ "description": "Very sad fish style three"
2693
+ },
2694
+ "fish4-happy": {
2695
+ "tags": [
2696
+ "fish",
2697
+ "aquatic",
2698
+ "happy",
2699
+ "smile",
2700
+ "mood"
2701
+ ],
2702
+ "category": "misc",
2703
+ "description": "Happy fish style four"
2704
+ },
2705
+ "fish4-neutral": {
2706
+ "tags": [
2707
+ "fish",
2708
+ "aquatic",
2709
+ "neutral",
2710
+ "calm",
2711
+ "mood"
2712
+ ],
2713
+ "category": "misc",
2714
+ "description": "Neutral fish style four"
2715
+ },
2716
+ "fish4-sad": {
2717
+ "tags": [
2718
+ "fish",
2719
+ "aquatic",
2720
+ "sad",
2721
+ "frown",
2722
+ "mood"
2723
+ ],
2724
+ "category": "misc",
2725
+ "description": "Sad fish style four"
2726
+ },
2727
+ "fish4-very-sad": {
2728
+ "tags": [
2729
+ "fish",
2730
+ "aquatic",
2731
+ "very sad",
2732
+ "frown",
2733
+ "mood"
2734
+ ],
2735
+ "category": "misc",
2736
+ "description": "Very sad fish style four"
2737
+ },
2562
2738
  "flag": {
2563
2739
  "tags": [
2564
2740
  "mark",
@@ -3112,6 +3288,19 @@
3112
3288
  "category": "search",
3113
3289
  "description": "Go to search"
3114
3290
  },
3291
+ "google-gemini": {
3292
+ "tags": [
3293
+ "gemini",
3294
+ "google",
3295
+ "ai",
3296
+ "sparkle",
3297
+ "star",
3298
+ "logo",
3299
+ "model"
3300
+ ],
3301
+ "category": "brand",
3302
+ "description": "Google Gemini logo"
3303
+ },
3115
3304
  "grabber": {
3116
3305
  "tags": [
3117
3306
  "drag",
@@ -3485,6 +3674,18 @@
3485
3674
  "category": "text",
3486
3675
  "description": "Tab below"
3487
3676
  },
3677
+ "kimi": {
3678
+ "tags": [
3679
+ "kimi",
3680
+ "ai",
3681
+ "logo",
3682
+ "model",
3683
+ "assistant",
3684
+ "brand"
3685
+ ],
3686
+ "category": "brand",
3687
+ "description": "Kimi logo"
3688
+ },
3488
3689
  "law": {
3489
3690
  "tags": [
3490
3691
  "legal",
@@ -4176,6 +4377,32 @@
4176
4377
  "category": "device",
4177
4378
  "description": "Microphone or audio"
4178
4379
  },
4380
+ "mic-download": {
4381
+ "tags": [
4382
+ "microphone",
4383
+ "audio",
4384
+ "voice",
4385
+ "download",
4386
+ "save",
4387
+ "arrow",
4388
+ "record"
4389
+ ],
4390
+ "category": "device",
4391
+ "description": "Microphone with download indicator"
4392
+ },
4393
+ "mic-download-compact": {
4394
+ "tags": [
4395
+ "microphone",
4396
+ "audio",
4397
+ "voice",
4398
+ "download",
4399
+ "save",
4400
+ "arrow",
4401
+ "compact"
4402
+ ],
4403
+ "category": "device",
4404
+ "description": "Compact microphone with download indicator"
4405
+ },
4179
4406
  "mic-filled": {
4180
4407
  "tags": [
4181
4408
  "audio",
@@ -4190,6 +4417,18 @@
4190
4417
  "category": "device",
4191
4418
  "description": "Filled microphone"
4192
4419
  },
4420
+ "microsoft": {
4421
+ "tags": [
4422
+ "microsoft",
4423
+ "logo",
4424
+ "windows",
4425
+ "brand",
4426
+ "squares",
4427
+ "company"
4428
+ ],
4429
+ "category": "brand",
4430
+ "description": "Microsoft logo"
4431
+ },
4193
4432
  "milestone": {
4194
4433
  "tags": [
4195
4434
  "goal",
@@ -4556,6 +4795,54 @@
4556
4795
  "category": "user",
4557
4796
  "description": "Add person"
4558
4797
  },
4798
+ "person-voice": {
4799
+ "tags": [
4800
+ "user",
4801
+ "person",
4802
+ "voice",
4803
+ "speech",
4804
+ "audio",
4805
+ "sound"
4806
+ ],
4807
+ "category": "user",
4808
+ "description": "Person speaking with voice waves"
4809
+ },
4810
+ "person-voice-compact": {
4811
+ "tags": [
4812
+ "user",
4813
+ "person",
4814
+ "voice",
4815
+ "speech",
4816
+ "audio",
4817
+ "compact"
4818
+ ],
4819
+ "category": "user",
4820
+ "description": "Person speaking with voice waves in a compact size"
4821
+ },
4822
+ "person-voice-filled": {
4823
+ "tags": [
4824
+ "user",
4825
+ "person",
4826
+ "voice",
4827
+ "speech",
4828
+ "audio",
4829
+ "filled"
4830
+ ],
4831
+ "category": "user",
4832
+ "description": "Filled person speaking with voice waves"
4833
+ },
4834
+ "person-voice-filled-compact": {
4835
+ "tags": [
4836
+ "user",
4837
+ "person",
4838
+ "voice",
4839
+ "speech",
4840
+ "filled",
4841
+ "compact"
4842
+ ],
4843
+ "category": "user",
4844
+ "description": "Filled person speaking with voice waves in a compact size"
4845
+ },
4559
4846
  "piano": {
4560
4847
  "tags": [
4561
4848
  "music",
@@ -6918,5 +7205,31 @@
6918
7205
  ],
6919
7206
  "category": "media",
6920
7207
  "description": "Compact voice mode waveform indicator"
7208
+ },
7209
+ "voice-mode-download": {
7210
+ "tags": [
7211
+ "voice",
7212
+ "audio",
7213
+ "waveform",
7214
+ "sound",
7215
+ "download",
7216
+ "save",
7217
+ "arrow"
7218
+ ],
7219
+ "category": "media",
7220
+ "description": "Voice mode waveform with download indicator"
7221
+ },
7222
+ "voice-mode-download-compact": {
7223
+ "tags": [
7224
+ "voice",
7225
+ "audio",
7226
+ "waveform",
7227
+ "sound",
7228
+ "download",
7229
+ "save",
7230
+ "compact"
7231
+ ],
7232
+ "category": "media",
7233
+ "description": "Compact voice mode waveform with download indicator"
6921
7234
  }
6922
7235
  }