VS Codeのエージェントモードを拡張するには、を試してください!

製品アイコンリファレンス

Visual Studio Code には、ビューやエディターで使用される組み込みアイコンのセットが含まれていますが、ホバー、ステータスバー、および拡張機能によっても使用できます。これらのアイコンは、UI全体でファイル名の横に使用されるファイルアイコンとは異なり、製品アイコンです。

VS Code に付属の製品アイコンは、Codicon アイコンフォントに含まれており、デフォルトの製品アイコンテーマを形成します。拡張機能は、これらのアイコンを再定義し、VS Code に新しい外観を与えるために新しい製品アイコンテーマを提供できます。

これを可能にするために、すべての製品アイコンはIDで識別されます。アイコン識別子は、ラベル ($(pencil)) のUIコンポーネントで、APIではThemeIconとして、アイコンが必要な場合の貢献で使用されます。

アイコン識別子と実際のアイコンフォントグリフの関連付けは、製品アイコンテーマで行われます。

ラベル内のアイコン

アイコンは、ホバーのMarkdownラベル、StatusBarItemテキスト、およびQuickPickItemラベルAPIで使用できます。Markdownでアイコンを追加する構文は$(iconIdentifier)です。

$(alert);

テキストを埋め込んだり、複数のアイコンを使用したりすることもできます

$(eye) $(heart) $(mark-github) GitHub

ラベル内にリテラルの${...}テキストを配置するには、$をバックスラッシュでエスケープします

\$(eye)

アニメーション

アイコン名の末尾に~spinを追加することで、以下のアイコンに回転アニメーションを適用できます

  • sync
  • loading
  • gear
$(sync~spin)

アイコン貢献ポイント

アイコン貢献ポイントを使用すると、拡張機能はデフォルトアイコンとともにIDで追加アイコンを定義できます。アイコンIDは、拡張機能 (またはその拡張機能に依存する他の拡張機能) によって、ラベル ($(iconId)) やThemeIconを使用できるすべての場所 (new ThemeIcon("iconId")) で使用できます。

"contributes": {
  "icons": {
        "distro-ubuntu": {
            "description": "Ubuntu icon",
            "default": {
                "fontPath": "./distroicons.woff",
                "fontCharacter": "\\E001"
            }
        },
        "distro-fedora": {
            "description": "Ubuntu icon",
            "default": {
                "fontPath": "./distroicons.woff",
                "fontCharacter": "\\E002"
            }
        }
    }
}

製品アイコンテーマは、アイコンIDを知っていればアイコンを再定義できます。

アイコン一覧

以下は、識別子による組み込み製品アイコンの一覧です。

アイコンのIDは、アイコンが使用される場所を識別します。デフォルトのCodicon IDは、Codiconライブラリのどのアイコンがデフォルトで使用されるかを記述し、プレビューはそのアイコンがどのように見えるかを示します。

製品アイコンテーマは、個々のアイコンだけでなく、Codiconライブラリのすべてのアイコンを置き換えることができます。

プレビュー 識別子 デフォルトのCodicon ID 説明
accounts-view-bar-icon account ビューバーのアカウントアイコン。
breakpoints-activate activate-breakpoints ブレークポイントビューのアクティブ化アクションのアイコン。
breakpoints-remove-all close-all ブレークポイントビューのすべて削除アクションのアイコン。
breakpoints-view-icon debug-alt ブレークポイントビューのビューアイコン。
callhierarchy-incoming call-incoming 呼び出し階層ビューの着信呼び出しのアイコン。
callhierarchy-outgoing call-outgoing 呼び出し階層ビューの発信呼び出しのアイコン。
callstack-view-icon debug-alt コールスタックビューのビューアイコン。
callstack-view-session bug コールスタックビューのセッションアイコン。
chat-editor-label-icon comment-discussion チャットエディターラベルのアイコン。
comments-view-icon comment-discussion コメントビューのビューアイコン。
debug-breakpoint debug-breakpoint ブレークポイントのアイコン。
debug-breakpoint-conditional debug-breakpoint-conditional 条件付きブレークポイントのアイコン。
debug-breakpoint-conditional-disabled debug-breakpoint-conditional-disabled 無効な条件付きブレークポイントのアイコン。
debug-breakpoint-conditional-unverified debug-breakpoint-conditional-unverified 未検証の条件付きブレークポイントのアイコン。
debug-breakpoint-data debug-breakpoint-data データブレークポイントのアイコン。
debug-breakpoint-data-disabled debug-breakpoint-data-disabled 無効なデータブレークポイントのアイコン。
debug-breakpoint-data-unverified debug-breakpoint-data-unverified 未検証のデータブレークポイントのアイコン。
debug-breakpoint-disabled debug-breakpoint-disabled 無効なブレークポイントのアイコン。
debug-breakpoint-function debug-breakpoint-function 関数ブレークポイントのアイコン。
debug-breakpoint-function-disabled debug-breakpoint-function-disabled 無効な関数ブレークポイントのアイコン。
debug-breakpoint-function-unverified debug-breakpoint-function-unverified 未検証の関数ブレークポイントのアイコン。
debug-breakpoint-log debug-breakpoint-log ログブレークポイントのアイコン。
debug-breakpoint-log-disabled debug-breakpoint-log-disabled 無効なログブレークポイントのアイコン。
debug-breakpoint-log-unverified debug-breakpoint-log-unverified 未検証のログブレークポイントのアイコン。
debug-breakpoint-unsupported debug-breakpoint-unsupported サポートされていないブレークポイントのアイコン。
debug-breakpoint-unverified debug-breakpoint-unverified 未検証のブレークポイントのアイコン。
debug-collapse-all collapse-all デバッグビューのすべて折りたたむアクションのアイコン。
debug-configure gear デバッグ設定アクションのアイコン。
debug-console debug-console デバッグコンソールを開くアクションのアイコン。
debug-console-clear-all clear-all デバッグコンソールのすべてクリアアクションのアイコン。
debug-console-evaluation-input arrow-small-right デバッグ評価入力マーカーのアイコン。
debug-console-evaluation-prompt chevron-right デバッグ評価プロンプトのアイコン。
debug-console-view-icon debug-console デバッグコンソールビューのビューアイコン。
debug-continue debug-continue デバッグ継続アクションのアイコン。
debug-disconnect debug-disconnect デバッグ切断アクションのアイコン。
debug-gripper gripper デバッグバーグリッパーのアイコン。
debug-hint debug-hint エディターのグリフマージンでホバー時に表示されるブレークポイントヒントのアイコン。
debug-pause debug-pause デバッグ一時停止アクションのアイコン。
debug-restart debug-restart デバッグ再起動アクションのアイコン。
debug-restart-frame debug-restart-frame デバッグフレーム再起動アクションのアイコン。
debug-reverse-continue debug-reverse-continue デバッグ逆方向継続アクションのアイコン。
debug-stackframe debug-stackframe エディターのグリフマージンに表示されるスタックフレームのアイコン。
debug-stackframe-focused debug-stackframe-focused エディターのグリフマージンに表示されるフォーカスされたスタックフレームのアイコン。
debug-start debug-start デバッグ開始アクションのアイコン。
debug-step-back debug-step-back デバッグステップバックアクションのアイコン。
debug-step-into debug-step-into デバッグステップインアクションのアイコン。
debug-step-out debug-step-out デバッグステップアウトアクションのアイコン。
debug-step-over debug-step-over デバッグステップオーバーアクションのアイコン。
debug-stop debug-stop デバッグ停止アクションのアイコン。
default-view-icon window デフォルトビューアイコン。
diff-editor-next-change arrow-down 差分エディターの次の変更アクションのアイコン。
diff-editor-previous-change arrow-up 差分エディターの前の変更アクションのアイコン。
diff-editor-toggle-whitespace whitespace 差分エディターの空白表示切り替えアクションのアイコン。
diff-insert add 差分エディターの挿入行装飾。
diff-remove remove 差分エディターの削除行装飾。
diff-review-close close 差分レビューの「閉じる」アイコン。
diff-review-insert add 差分レビューの「挿入」アイコン。
diff-review-remove remove 差分レビューの「削除」アイコン。
disassembly-editor-label-icon debug 逆アセンブリエディターラベルのアイコン。
explorer-view-icon files エクスプローラービューのビューアイコン。
extensions-clear-search-results clear-all 拡張機能ビューの「検索結果をクリア」アクションのアイコン。
extensions-configure-recommended pencil 拡張機能ビューの「推奨拡張機能を構成」アクションのアイコン。
extensions-editor-label-icon extensions 拡張機能エディターラベルのアイコン。
extensions-filter filter 拡張機能ビューの「フィルター」アクションのアイコン。
extensions-info-message info 拡張機能エディターの情報メッセージとともに表示されるアイコン。
extensions-install-count cloud-download 拡張機能ビューおよびエディターでインストール数とともに表示されるアイコン。
extensions-install-local-in-remote cloud-download 拡張機能ビューの「ローカル拡張機能をリモートにインストール」アクションのアイコン。
extensions-install-workspace-recommended cloud-download 拡張機能ビューの「ワークスペース推奨拡張機能をインストール」アクションのアイコン。
extensions-manage gear 拡張機能ビューの「管理」アクションのアイコン。
extensions-rating star 拡張機能ビューおよびエディターで評価とともに表示されるアイコン。
extensions-refresh refresh 拡張機能ビューの「更新」アクションのアイコン。
extensions-remote remote 拡張機能ビューおよびエディターで拡張機能がリモートであることを示すアイコン。
extensions-star-empty star-empty 拡張機能エディターの評価に使用される空の星アイコン。
extensions-star-full star-full 拡張機能エディターの評価に使用される塗りつぶされた星アイコン。
extensions-star-half star-half 拡張機能エディターの評価に使用される半分の星アイコン。
extensions-sync-enabled sync 拡張機能が同期されていることを示すアイコン。
extensions-sync-ignored sync-ignored 拡張機能が同期時に無視されることを示すアイコン。
extensions-view-icon extensions 拡張機能ビューのビューアイコン。
extensions-warning-message warning 拡張機能エディターで警告メッセージとともに表示されるアイコン。
find-collapsed chevron-right エディターの検索ウィジェットが折りたたまれていることを示すアイコン。
find-expanded chevron-down エディターの検索ウィジェットが展開されていることを示すアイコン。
find-next-match arrow-down エディターの検索ウィジェットの「次を検索」アイコン。
find-previous-match arrow-up エディターの検索ウィジェットの「前を検索」アイコン。
find-replace replace エディターの検索ウィジェットの「置換」アイコン。
find-replace-all replace-all エディターの検索ウィジェットの「すべて置換」アイコン。
find-selection selection エディターの検索ウィジェットの「選択範囲を検索」アイコン。
folding-collapsed chevron-right エディターのグリフマージンで折りたたまれた範囲のアイコン。
folding-expanded chevron-down エディターのグリフマージンで展開された範囲のアイコン。
getting-started-beginner lightbulb 入門の初心者カテゴリに使用されるアイコン
getting-started-codespaces github 入門のCodespacesカテゴリに使用されるアイコン
getting-started-item-checked pass-filled 完了した入門項目を表すために使用される
getting-started-item-unchecked circle-large-outline 完了していない入門項目を表すために使用される
getting-started-setup heart 入門のセットアップカテゴリに使用されるアイコン
goto-next-location arrow-down 次のエディター位置に移動するアイコン。
goto-previous-location arrow-up 前のエディター位置に移動するアイコン。
keybindings-add add キーバインディングUIの追加アクションのアイコン。
keybindings-edit edit キーバインディングUIの編集アクションのアイコン。
keybindings-editor-label-icon keyboard キーバインディングエディターラベルのアイコン。
keybindings-record-keys record-keys キーバインディングUIの「キーを記録」アクションのアイコン。
keybindings-sort sort-precedence キーバインディングUIの「優先順位でソート」切り替えのアイコン。
loaded-scripts-view-icon debug-alt 読み込まれたスクリプトビューのビューアイコン。
marker-navigation-next chevron-down 次のマーカーに移動するアイコン。
marker-navigation-previous chevron-up 前のマーカーに移動するアイコン。
markers-view-filter filter マーカービューのフィルター設定のアイコン。
markers-view-icon warning マーカービューのビューアイコン。
markers-view-multi-line-collapsed chevron-down マーカービューで複数行が折りたたまれていることを示すアイコン。
markers-view-multi-line-expanded chevron-up マーカービューで複数行が表示されていることを示すアイコン。
multi-diff-editor-label-icon diff-multiple マルチ差分エディターラベルのアイコン。
notebook-clear clear-all ノートブックエディターでセルの出力をクリアするアイコン。
notebook-collapsed chevron-right ノートブックエディターで折りたたまれたセクションに注釈を付けるアイコン。
notebook-delete-cell trash ノートブックエディターでセルを削除するアイコン。
notebook-edit pencil ノートブックエディターでセルを編集するアイコン。
notebook-execute play ノートブックエディターで実行するアイコン。
notebook-execute-all run-all ノートブックエディターで全てのセルを実行するアイコン。
notebook-expanded chevron-down ノートブックエディターで展開されたセクションに注釈を付けるアイコン。
notebook-kernel-configure settings-gear ノートブックエディターのカーネル設定ウィジェットの設定アイコン。
notebook-kernel-select server-environment ノートブックエディターでカーネルを選択する設定アイコン。
notebook-mimetype code ノートブックエディターのMIMEタイプアイコン。
notebook-move-down arrow-down ノートブックエディターでセルを下に移動するアイコン。
notebook-move-up arrow-up ノートブックエディターでセルを上に移動するアイコン。
notebook-open-as-text file-code ノートブックをテキストエディターで開くアイコン。
notebook-render-output プレビュー 差分エディターで出力をレンダリングするアイコン。
notebook-revert discard ノートブックエディターで元に戻すアイコン。
notebook-split-cell split-vertical ノートブックエディターでセルを分割するアイコン。
notebook-state-error error ノートブックエディターでエラー状態を示すアイコン。
notebook-state-success check ノートブックエディターで成功状態を示すアイコン。
notebook-stop primitive-square ノートブックエディターで実行を停止するアイコン。
notebook-stop-edit check ノートブックエディターでセルの編集を停止するアイコン。
notebook-unfold unfold ノートブックエディターでセルを展開するアイコン。
notifications-clear close 通知のクリアアクションのアイコン。
notifications-clear-all clear-all 通知のすべてクリアアクションのアイコン。
notifications-collapse chevron-down 通知の折りたたみアクションのアイコン。
notifications-configure gear 通知の設定アクションのアイコン。
notifications-expand chevron-up 通知の展開アクションのアイコン。
notifications-hide chevron-down 通知の非表示アクションのアイコン。
open-editors-view-icon book 開いているエディタービューのビューアイコン。
outline-view-icon symbol-class アウトラインビューのビューアイコン。
output-view-icon output 出力ビューのビューアイコン。
panel-close close パネルを閉じるアイコン。
panel-maximize chevron-up パネルを最大化するアイコン。
panel-restore chevron-down パネルを元に戻すアイコン。
parameter-hints-next chevron-down 次のパラメータヒントを表示するアイコン。
parameter-hints-previous chevron-up 前のパラメータヒントを表示するアイコン。
ports-forward-icon plus 転送アクションのアイコン。
ports-open-browser-icon globe ブラウザを開くアクションのアイコン。
ports-stop-forward-icon x 転送停止アクションのアイコン。
ports-view-icon plug リモートポートビューのビューアイコン。
preferences-clear-input clear-all 設定およびキーバインディングUIの入力クリアアイコン。
preferences-open-settings go-to-file 設定を開くコマンドのアイコン。
private-ports-view-icon lock プライベートリモートポートを表すアイコン。
public-ports-view-icon eye パブリックリモートポートを表すアイコン。
refactor-preview-view-icon lightbulb リファクタリングプレビュービューのビューアイコン。
remote-explorer-documentation book リモートエクスプローラービューのドキュメントアイコン。
remote-explorer-feedback twitter リモートエクスプローラービューのフィードバックアイコン。
remote-explorer-get-started star リモートエクスプローラービューの入門アイコン。
remote-explorer-report-issues comment リモートエクスプローラービューの問題報告アイコン。
remote-explorer-review-issues issues リモートエクスプローラービューの問題レビューアイコン。
remote-explorer-view-icon remote-explorer リモートエクスプローラービューのビューアイコン。
review-comment-collapse chevron-up レビューコメントを折りたたむアイコン。
run-view-icon debug-alt 実行とデバッグビューのビューアイコン。
runtime-extensions-editor-label-icon extensions ランタイム拡張機能エディターラベルのアイコン。
search-clear-results clear-all 検索ビューの検索結果をクリアするアイコン。
search-collapse-results collapse-all 検索ビューの検索結果を折りたたむアイコン。
search-details ellipsis 検索詳細を表示するアイコン。
search-editor-label-icon search 検索エディターラベルのアイコン。
search-expand-results expand-all 検索ビューの検索結果を展開するアイコン。
search-hide-replace chevron-right 検索ビューの置換セクションを折りたたむアイコン。
search-new-editor new-file 新しい検索エディターを開くアクションのアイコン。
search-refresh refresh 検索ビューの更新アイコン。
search-remove close 検索結果を削除するアイコン。
search-replace replace 検索ビューの置換アイコン。
search-replace-all replace-all 検索ビューのすべて置換アイコン。
search-show-context list-selection 検索エディターのコンテキストを切り替えるアイコン。
search-show-replace chevron-down 検索ビューの置換セクションを展開するアイコン。
search-stop search-stop 検索ビューの停止アイコン。
search-view-icon search 検索ビューのビューアイコン。
settings-add add 設定UIの追加アクションのアイコン。
settings-discard discard 設定UIの破棄アクションのアイコン。
settings-edit edit 設定UIの編集アクションのアイコン。
settings-editor-label-icon settings 設定エディターラベルのアイコン。
settings-folder-dropdown triangle-down 分割JSON設定エディターのフォルダードロップダウンボタンのアイコン。
settings-group-collapsed chevron-right 分割JSON設定エディターの折りたたまれたセクションのアイコン。
settings-group-expanded chevron-down 分割JSON設定エディターの展開されたセクションのアイコン。
settings-more-action gear 設定UIの「その他のアクション」アクションのアイコン。
settings-remove close 設定UIの削除アクションのアイコン。
settings-sync-view-icon sync 設定同期ビューのビューアイコン。
settings-view-bar-icon settings-gear ビューバーの設定アイコン。
source-control-view-icon source-control ソース管理ビューのビューアイコン。
suggest-more-info chevron-right 提案ウィジェットの追加情報のアイコン。
tasks-list-configure gear タスク選択リストの設定アイコン。
tasks-remove close タスク選択リストの削除アイコン。
terminal-kill trash ターミナルインスタンスを強制終了するアイコン。
terminal-new add 新しいターミナルインスタンスを作成するアイコン。
terminal-rename gear ターミナルクイックメニューの名前変更アイコン。
terminal-view-icon terminal ターミナルビューのビューアイコン。
test-view-icon beaker テストビューのビューアイコン。
testing-cancel-icon close 実行中のテスト実行をキャンセルするアイコン。
testing-debug-icon debug-alt 「テストのデバッグ」アクションのアイコン。
testing-error-icon warning エラーがあるテストに表示されるアイコン。
testing-failed-icon close 失敗したテストに表示されるアイコン。
testing-passed-icon pass 合格したテストに表示されるアイコン。
testing-queued-icon watch キューに入っているテストに表示されるアイコン。
testing-run-all-icon run-all 「すべてのテストを実行」アクションのアイコン。
testing-run-icon run 「テストを実行」アクションのアイコン。
testing-show-as-list-icon list-tree テストエクスプローラーがツリーとして無効になっている場合に表示されるアイコン。
testing-skipped-icon debug-step-over スキップされたテストに表示されるアイコン。
testing-unset-icon circle-outline 未設定状態のテストに表示されるアイコン。
timeline-open history タイムラインを開くアクションのアイコン。
timeline-pin pin タイムラインをピン留めするアクションのアイコン。
timeline-refresh refresh タイムラインを更新するアクションのアイコン。
timeline-unpin pinned タイムラインのピン留めを解除するアクションのアイコン。
timeline-view-icon history タイムラインビューのビューアイコン。
variables-view-icon debug-alt 変数ビューのビューアイコン。
view-pane-container-collapsed chevron-right 折りたたまれたビューペインコンテナのアイコン。
view-pane-container-expanded chevron-down 展開されたビューペインコンテナのアイコン。
watch-expressions-add add ウォッチビューの追加アクションのアイコン。
watch-expressions-add-function-breakpoint add ウォッチビューの関数ブレークポイント追加アクションのアイコン。
watch-expressions-remove-all close-all ウォッチビューのすべて削除アクションのアイコン。
watch-view-icon debug-alt ウォッチビューのビューアイコン。
widget-close close ウィジェットの閉じるアクションのアイコン。
workspace-trust-editor-label-icon shield ワークスペース信頼エディターラベルのアイコン。

Codiconライブラリには、VS Codeビューで使用されるすべてのアイコンと、便利なアイコンのセットが含まれています。

VS Code拡張機能は、これらのアイコンをラベル、ビュー、ツリーで使用できます。

プレビュー 識別子
account
activate-breakpoints
add
alert
archive
array
arrow-both
arrow-circle-down
arrow-circle-left
arrow-circle-right
arrow-circle-up
arrow-down
arrow-left
arrow-right
arrow-small-down
arrow-small-left
arrow-small-right
arrow-small-up
arrow-swap
arrow-up
azure-devops
azure
beaker-stop
beaker
bell
bell-dot
bell-slash
bell-slash-dot
bold
book
bookmark
bracket-dot
bracket-error
bracket
briefcase
broadcast
browser
bug
calendar
call-incoming
call-outgoing
case-sensitive
check
check-all
checklist
chevron-down
chevron-left
chevron-right
chevron-up
chip
chrome-close
chrome-maximize
chrome-minimize
chrome-restore
circle-filled
circle-large-filled
circle-large-outline
circle-outline
circle-slash
circuit-board
clear-all
clippy
clock
clone
close
close-all
close-dirty
cloud
cloud-download
cloud-upload
code
coffee
collapse-all
color-mode
combine
comment
comment-add
comment-discussion
comment-draft
comment-unresolved
compare-changes
compass-active
compass-dot
compass
console
copilot
copy
credit-card
dash
dashboard
database
debug-all
debug
debug-alt
debug-alt-small
debug-breakpoint
debug-breakpoint-conditional
debug-breakpoint-conditional-disabled
debug-breakpoint-conditional-unverified
debug-breakpoint-data
debug-breakpoint-data-disabled
debug-breakpoint-data-unverified
debug-breakpoint-disabled
debug-breakpoint-function
debug-breakpoint-function-disabled
debug-breakpoint-function-unverified
debug-breakpoint-log
debug-breakpoint-log-disabled
debug-breakpoint-log-unverified
debug-breakpoint-unsupported
debug-breakpoint-unverified
debug-console
debug-continue-small
debug-continue
debug-coverage
debug-disconnect
debug-hint
debug-line-by-line
debug-pause
debug-rerun
debug-restart
debug-restart-frame
debug-reverse-continue
debug-stackframe
debug-stackframe-active
debug-stackframe-dot
debug-stackframe-focused
debug-start
debug-step-back
debug-step-into
debug-step-out
debug-step-over
debug-stop
desktop-download
device-camera
device-camera-video
device-desktop
device-mobile
diff
diff-added
diff-ignored
diff-modified
diff-removed
diff-renamed
discard
edit
editor-layout
ellipsis
empty-window
error-small
error
exclude
expand-all
export
extensions
eye
eye-closed
eye-unwatch
eye-watch
feedback
file
file-add
file-binary
file-code
file-directory
file-directory-create
file-media
file-pdf
file-submodule
file-symlink-directory
file-symlink-file
file-text
file-zip
files
filter-filled
filter
flame
fold
fold-down
fold-up
folder
folder-active
folder-library
folder-opened
game
gather
gear
gift
gist
gist-fork
gist-new
gist-private
gist-secret
git-branch
git-branch-create
git-branch-delete
git-commit
git-compare
git-fetch
git-fork-private
git-merge
git-pull-request
git-pull-request-abandoned
git-pull-request-closed
git-pull-request-create
git-pull-request-draft
git-pull-request-new-changes
git-pull-request-go-to-changes
github
github-action
github-alt
github-inverted
globe
go-to-file
grabber
graph
graph-left
graph-line
graph-scatter
gripper
group-by-ref-type
heart
history
home
horizontal-rule
hubot
inbox
indent
info
insert
inspect
issue-closed
issue-draft
issue-opened
issue-reopened
issues
italic
jersey
json
kebab-horizontal
kebab-vertical
key
keyboard
law
layers-active
layers-dot
layers
layout-activitybar-left
layout-activitybar-right
layout-centered
layout-menubar
layout-panel-center
layout-panel-justify
layout-panel-left
layout-panel-right
layout-panel
layout-sidebar-left
layout-sidebar-right
layout-statusbar
layout
library
light-bulb
lightbulb
lightbulb-autofix
link
link-external
list-filter
list-flat
list-ordered
list-selection
list-tree
list-unordered
live-share
loading
location
lock-small
lock
log-in
log-out
logo-github
magnet
mail
mail-read
mail-reply
mark-github
markdown
megaphone
mention
menu
merge
mic
mic-filled
microscope
milestone
mirror
mirror-private
mirror-public
more
mortar-board
move
multiple-windows
music
mute
new-file
new-folder
newline
no-newline
note
notebook
notebook-template
octoface
open-preview
organization
organization-filled
organization-outline
output
package
paintcan
pass
pass-filled
pencil
person
person-add
person-filled
person-follow
person-outline
pie-chart
piano
pin
pinned
pinned-dirty
play
play-circle
plug
plus
preserve-case
プレビュー
primitive-dot
primitive-square
project
pulse
question
quote
radio-tower
reactions
record
record-keys
record-small
redo
references
refresh
regex
remote
remote-explorer
remove
remove-close
repl
replace
replace-all
reply
repo
repo-clone
repo-create
repo-delete
repo-force-push
repo-forked
repo-pull
repo-push
repo-sync
report
request-changes
rocket
root-folder
root-folder-opened
rss
ruby
run
run-all
run-above
run-below
run-errors
save
save-all
save-as
screen-full
screen-normal
search
search-save
search-stop
search-fuzzy
selection
send
server
server-environment
server-process
settings
settings-gear
shield
sign-in
sign-out
smiley
snake
sparkle
sort-precedence
source-control
split-horizontal
split-vertical
squirrel
star
star-add
star-delete
star-empty
star-full
star-half
stop
stop-circle
symbol-array
symbol-boolean
symbol-class
symbol-color
symbol-constant
symbol-constructor
symbol-enum
symbol-enum-member
symbol-event
symbol-field
symbol-file
symbol-folder
symbol-function
symbol-interface
symbol-key
symbol-keyword
symbol-method
symbol-misc
symbol-module
symbol-namespace
symbol-null
symbol-number
symbol-numeric
symbol-object
symbol-operator
symbol-package
symbol-parameter
symbol-property
symbol-reference
symbol-ruler
symbol-snippet
symbol-string
symbol-struct
symbol-structure
symbol-text
symbol-type-parameter
symbol-unit
symbol-value
symbol-variable
sync
sync-ignored
tag-add
tag-remove
tag
target
tasklist
telescope
terminal-bash
terminal-cmd
terminal-debian
terminal-linux
terminal-powershell
terminal-tmux
terminal-ubuntu
terminal
text-size
three-bars
thumbsdown
thumbsdown-filled
thumbsup
thumbsup-filled
tools
trash
trashcan
triangle-down
triangle-left
triangle-right
triangle-up
twitter
type-hierarchy
type-hierarchy-sub
type-hierarchy-super
unfold
ungroup-by-ref-type
unlock
unmute
unverified
variable
verified-filled
verified
versions
vm
vm-active
vm-connect
vm-outline
vm-running
vr
warning
watch
whitespace
whole-word
window
word-wrap
workspace-trusted
workspace-unknown
workspace-untrusted
wrench
wrench-subaction
x
zap
zoom-in
zoom-out