プロダクトアイコンリファレンス
Visual Studio Code には、ビューやエディターで使用される組み込みアイコンのセットが含まれており、これらはホバー、ステータスバー、および拡張機能からも利用可能です。これらのアイコンはプロダクトアイコンと呼ばれ、UI 全体でファイル名の横に表示されるファイルアイコンとは区別されます。
VS Code に同梱されているプロダクトアイコンは Codicon アイコンフォント に含まれており、デフォルトのプロダクトアイコンテーマを構成しています。拡張機能は、新しい プロダクトアイコンテーマ を提供してこれらのアイコンを再定義し、VS Code に新しい外観を与えることができます。
これを可能にするため、すべてのプロダクトアイコンは ID によって識別されます。アイコン識別子は、UI コンポーネントのラベル内($(pencil))、API では ThemeIcon として、またアイコンが必要なコントリビューションで使用されます。
アイコン識別子から実際のアイコンフォントグリフへの関連付けは、プロダクトアイコンテーマ内で行われます。
ラベル内のアイコン
アイコンは、ホバーの Markdown ラベル、StatusBarItem のテキスト、および QuickPickItem ラベル API で使用できます。Markdown でアイコンを追加するための構文は $(iconIdentifier) です。
$(alert);
テキストを埋め込んだり、複数のアイコンを使用したりすることも可能です。
$(eye) $(heart) $(mark-github) GitHub
ラベル内にリテラルとして ${...} というテキストを配置するには、$ をバックスラッシュでエスケープしてください。
\$(eye)
アニメーション
以下のアイコンには、アイコン名の末尾に ~spin を追加することで回転アニメーションを適用できます。
syncloadinggear
$(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 の初心者カテゴリー用アイコン。 | |
| getting-started-codespaces | github | Getting Started の Codespaces カテゴリー用アイコン。 | |
| getting-started-item-checked | pass-filled | 完了した Getting Started 項目を表すために使用。 | |
| getting-started-item-unchecked | circle-large-outline | 未完了の Getting Started 項目を表すために使用。 | |
| getting-started-setup | heart | Getting Started のセットアップカテゴリー用アイコン。 | |
| 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 | エラー | ノートブックエディターでエラー状態を示すためのアイコン。 | |
| 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 | リモートエクスプローラービューのフィードバック用アイコン。 | ||
| remote-explorer-get-started | star | リモートエクスプローラービューの Getting started アイコン。 | |
| 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 | |
| エラー | |
| 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-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 | |
| ツール | |
| trash | |
| trashcan | |
| triangle-down | |
| triangle-left | |
| triangle-right | |
| triangle-up | |
| 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 |