We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ad655 commit f0646f8Copy full SHA for f0646f8
2 files changed
src/vs/base/browser/ui/codicons/codicon/codicon.ttf
208 Bytes
src/vs/base/common/codicons.ts
@@ -476,6 +476,7 @@ export namespace Codicon {
476
export const debugAltSmall = new Codicon('debug-alt-small', { character: '\\eba8' });
477
export const vmConnect = new Codicon('vm-connect', { character: '\\eba9' });
478
export const cloud = new Codicon('cloud', { character: '\\ebaa' });
479
+ export const merge = new Codicon('merge', { character: '\\ebab' });
480
}
481
482
0 commit comments