We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
newline
1 parent 60af1d3 commit f3dd215Copy full SHA for f3dd215
src/vs/base/browser/ui/codicons/codicon/codicon.ttf
92 Bytes
src/vs/base/common/codicons.ts
@@ -601,5 +601,6 @@ export namespace Codicon {
601
export const lockSmall = new Codicon('lock-small', { fontCharacter: '\\ebe7' });
602
export const azureDevops = new Codicon('azure-devops', { fontCharacter: '\\ebe8' });
603
export const verifiedFilled = new Codicon('verified-filled', { fontCharacter: '\\ebe9' });
604
+ export const newLine = new Codicon('newline', { fontCharacter: '\\ebea' });
605
}
606
0 commit comments