@vscode/codicons 0.0.44 → 0.0.45-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 (45) hide show
  1. package/RELEASING.md +32 -0
  2. package/_iconCloud/categories.csv +533 -0
  3. package/_iconCloud/categories.transforms.json +92 -0
  4. package/_iconCloud/categories.variables.json +48 -0
  5. package/_iconCloud/descriptions.csv +533 -0
  6. package/_iconCloud/descriptions.transforms.json +83 -0
  7. package/_iconCloud/descriptions.variables.json +47 -0
  8. package/_iconCloud/keywords.csv +533 -1
  9. package/_iconCloud/keywords.transforms.json +22 -13
  10. package/_iconCloud/keywords.variables.json +19 -18
  11. package/_iconCloud/manifest.json +11 -1
  12. package/_iconCloud/manifest.transforms.json +2 -2
  13. package/_iconCloud/metaphors.csv +533 -0
  14. package/_iconCloud/metaphors.transforms.json +92 -0
  15. package/_iconCloud/metaphors.variables.json +48 -0
  16. package/build/pipeline.yml +18 -7
  17. package/dist/codicon.css +7 -1
  18. package/dist/codicon.csv +6 -0
  19. package/dist/codicon.html +8129 -851
  20. package/dist/codicon.svg +1 -1
  21. package/dist/codicon.ttf +0 -0
  22. package/dist/codiconsLibrary.ts +6 -0
  23. package/dist/metadata.json +2672 -0
  24. package/package.json +6 -2
  25. package/scripts/check-metadata.js +126 -0
  26. package/scripts/embed-metadata.js +25 -0
  27. package/scripts/embed-svg-data.js +31 -0
  28. package/src/icons/add-small.svg +1 -0
  29. package/src/icons/ask.svg +1 -0
  30. package/src/icons/chat-sparkle-error.svg +1 -1
  31. package/src/icons/chat-sparkle-warning.svg +1 -1
  32. package/src/icons/chat-sparkle.svg +1 -1
  33. package/src/icons/cloud-download.svg +1 -1
  34. package/src/icons/cloud-upload.svg +1 -1
  35. package/src/icons/cloud.svg +1 -1
  36. package/src/icons/index-zero.svg +1 -1
  37. package/src/icons/keyboard-tab-above.svg +1 -1
  38. package/src/icons/remove-small.svg +1 -0
  39. package/src/icons/report.svg +1 -1
  40. package/src/icons/screen-cut.svg +1 -0
  41. package/src/icons/worktree-small.svg +1 -0
  42. package/src/icons/worktree.svg +1 -0
  43. package/src/template/mapping.json +18 -0
  44. package/src/template/metadata.json +2672 -0
  45. package/src/template/preview.hbs +583 -321
package/dist/codicon.ttf CHANGED
Binary file
@@ -646,4 +646,10 @@ export const codiconsLibrary = {
646
646
  collectionSmall: register('collection-small', 0xec78),
647
647
  vmSmall: register('vm-small', 0xec79),
648
648
  cloudSmall: register('cloud-small', 0xec7a),
649
+ addSmall: register('add-small', 0xec7b),
650
+ removeSmall: register('remove-small', 0xec7c),
651
+ worktreeSmall: register('worktree-small', 0xec7d),
652
+ worktree: register('worktree', 0xec7e),
653
+ screenCut: register('screen-cut', 0xec7f),
654
+ ask: register('ask', 0xec80),
649
655
  } as const;