diff --git a/dist/codicon.css b/dist/codicon.css index 673234f1..090cb79b 100644 --- a/dist/codicon.css +++ b/dist/codicon.css @@ -6,7 +6,7 @@ @font-face { font-family: "codicon"; font-display: block; - src: url("./codicon.ttf?752d158f6fdd841fdf625d81780ae8e5") format("truetype"); + src: url("./codicon.ttf?8b8f74b71023e64e4a0ee9fef922f43d") format("truetype"); } .codicon[class*='codicon-'] { @@ -560,3 +560,4 @@ .codicon-layout-sidebar-left-off:before { content: "\ec02" } .codicon-blank:before { content: "\ec03" } .codicon-heart-filled:before { content: "\ec04" } +.codicon-bell-slash:before { content: "\ec05" } diff --git a/dist/codicon.csv b/dist/codicon.csv index 8204a8ff..ede50ea4 100644 --- a/dist/codicon.csv +++ b/dist/codicon.csv @@ -22,6 +22,7 @@ azure,,EBD8 beaker-stop,,EBE1 beaker,,EA79 bell-dot,,EB9A +bell-slash,,EC05 bell,,EAA2 blank,,EC03 bold,,EAA3 diff --git a/dist/codicon.html b/dist/codicon.html index d91658e5..4b551d44 100644 --- a/dist/codicon.html +++ b/dist/codicon.html @@ -337,6 +337,14 @@

codicon

bell-dot +
+ + + +
+ bell-slash + +
diff --git a/dist/codicon.svg b/dist/codicon.svg index 94d34c2c..24efea61 100644 --- a/dist/codicon.svg +++ b/dist/codicon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/dist/codicon.ttf b/dist/codicon.ttf index 94cbe346..d0f66c9e 100644 Binary files a/dist/codicon.ttf and b/dist/codicon.ttf differ diff --git a/src/icons/bell-slash.svg b/src/icons/bell-slash.svg new file mode 100644 index 00000000..1f33e8ca --- /dev/null +++ b/src/icons/bell-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/template/mapping.json b/src/template/mapping.json index 7d777f71..7bd53a29 100644 --- a/src/template/mapping.json +++ b/src/template/mapping.json @@ -501,5 +501,6 @@ "layout-panel-off": 60417, "layout-sidebar-left-off": 60418, "blank": 60419, - "heart-filled": 60420 + "heart-filled": 60420, + "bell-slash": 60421 }