diff --git a/dist/codicon.css b/dist/codicon.css index 5ebdf6df..79040618 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?0d212ff1403552c70df8a37d9eb727ae") format("truetype"); + src: url("./codicon.ttf?9981ddfdf551274c09fc882f70c3de78") format("truetype"); } .codicon[class*='codicon-'] { @@ -565,3 +565,4 @@ .codicon-map-filled:before { content: "\ec06" } .codicon-circle-small:before { content: "\ec07" } .codicon-bell-slash:before { content: "\ec08" } +.codicon-bell-slash-dot:before { content: "\f101" } diff --git a/dist/codicon.csv b/dist/codicon.csv index 902d9555..8f8b6a25 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-dot,,F101 bell-slash,,EC08 bell,,EAA2 blank,,EC03 diff --git a/dist/codicon.html b/dist/codicon.html index c5aa92a1..c92fe338 100644 --- a/dist/codicon.html +++ b/dist/codicon.html @@ -337,6 +337,14 @@

codicon

bell-dot +
+ + + +
+ bell-slash-dot + +
diff --git a/dist/codicon.svg b/dist/codicon.svg index 077c9434..9c2e7ed0 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 20ffef74..13999090 100644 Binary files a/dist/codicon.ttf and b/dist/codicon.ttf differ diff --git a/src/icons/bell-slash-dot.svg b/src/icons/bell-slash-dot.svg new file mode 100644 index 00000000..28e6d91e --- /dev/null +++ b/src/icons/bell-slash-dot.svg @@ -0,0 +1 @@ + \ No newline at end of file