iterative/vscode-dvc

View on GitHub
webview/icons/codicons.mjs

Summary

Maintainability
Test Coverage
export const codicons = [
  'add',
  'arrow-up',
  'arrow-down',
  'beaker',
  'check',
  'chevron-down',
  'chevron-right',
  'close',
  'cloud-upload',
  'cloud',
  'copy',
  'discard',
  'ellipsis',
  'error',
  'extensions',
  'filter',
  'git-commit',
  'git-merge',
  'graph-line',
  'graph-scatter',
  'gripper',
  'info',
  'list-filter',
  'link',
  'pass-filled',
  'pinned',
  'refresh',
  'remove',
  'sort-precedence',
  'star-empty',
  'star-full',
  'table',
  'trash',
  'warning'
]