diff --git a/dist/codicon.css b/dist/codicon.css index 79040618..8c94f9ff 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?9981ddfdf551274c09fc882f70c3de78") format("truetype"); + src: url("./codicon.ttf?8048f96da7aeae8071f8f1fb193f4410") format("truetype"); } .codicon[class*='codicon-'] { @@ -565,4 +565,5 @@ .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" } +.codicon-bell-slash-dot:before { content: "\ec09" } +.codicon-comment-unresolved:before { content: "\ec0a" } diff --git a/dist/codicon.csv b/dist/codicon.csv index 8f8b6a25..c31b2db5 100644 --- a/dist/codicon.csv +++ b/dist/codicon.csv @@ -22,7 +22,7 @@ azure,,EBD8 beaker-stop,,EBE1 beaker,,EA79 bell-dot,,EB9A -bell-slash-dot,,F101 +bell-slash-dot,,EC09 bell-slash,,EC08 bell,,EAA2 blank,,EC03 @@ -70,6 +70,7 @@ collapse-all,,EAC5 color-mode,,EAC6 combine,,EBB6 comment-discussion,,EAC7 +comment-unresolved,,EC0A comment,,EA6B compass-active,,EBD7 compass-dot,,EBD6 diff --git a/dist/codicon.html b/dist/codicon.html index c92fe338..a1634619 100644 --- a/dist/codicon.html +++ b/dist/codicon.html @@ -721,6 +721,14 @@

codicon

comment-discussion +
+ + + +
+ comment-unresolved + +
diff --git a/dist/codicon.svg b/dist/codicon.svg index 9c2e7ed0..20458409 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 13999090..9d4627df 100644 Binary files a/dist/codicon.ttf and b/dist/codicon.ttf differ diff --git a/src/icons/comment-unresolved.svg b/src/icons/comment-unresolved.svg new file mode 100644 index 00000000..36c12198 --- /dev/null +++ b/src/icons/comment-unresolved.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/template/mapping.json b/src/template/mapping.json index 37f71144..9109e7df 100644 --- a/src/template/mapping.json +++ b/src/template/mapping.json @@ -506,5 +506,7 @@ "map": 60421, "map-filled": 60422, "circle-small": 60423, - "bell-slash": 60424 + "bell-slash": 60424, + "bell-slash-dot": 60425, + "comment-unresolved": 60426 }