diff --git a/dist/codicon.css b/dist/codicon.css index 1432cefa..c9a2d8b6 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?9fd179279dbdb321b2045b35a7f81fec") format("truetype"); + src: url("./codicon.ttf?9b704efb9092e96d7384d6cc0b44cbfd") format("truetype"); } .codicon[class*='codicon-'] { @@ -433,6 +433,7 @@ .codicon-debug-breakpoint-function:before { content: "\eb88" } .codicon-debug-breakpoint-function-disabled:before { content: "\eb88" } .codicon-debug-stackframe-active:before { content: "\eb89" } +.codicon-circle-small-filled:before { content: "\eb8a" } .codicon-debug-stackframe-dot:before { content: "\eb8a" } .codicon-debug-stackframe:before { content: "\eb8b" } .codicon-debug-stackframe-focused:before { content: "\eb8b" } @@ -562,3 +563,4 @@ .codicon-heart-filled:before { content: "\ec04" } .codicon-map:before { content: "\ec05" } .codicon-map-filled:before { content: "\ec06" } +.codicon-circle-small:before { content: "\ec07" } diff --git a/dist/codicon.csv b/dist/codicon.csv index 616473dd..3524955d 100644 --- a/dist/codicon.csv +++ b/dist/codicon.csv @@ -53,6 +53,8 @@ circle-large-filled,,EBB4 circle-large-outline,,EBB5 circle-outline,,EABC circle-slash,,EABD +circle-small-filled,,EB8A +circle-small,,EC07 circuit-board,,EABE clear-all,,EABF clippy,,EAC0 @@ -99,7 +101,6 @@ debug-restart-frame,,EB90 debug-restart,,EAD2 debug-reverse-continue,,EB8E debug-stackframe-active,,EB89 -debug-stackframe-dot,,EB8A debug-stackframe,,EB8B debug-start,,EAD3 debug-step-back,,EB8F diff --git a/dist/codicon.html b/dist/codicon.html index a44cd800..32ab9ba3 100644 --- a/dist/codicon.html +++ b/dist/codicon.html @@ -585,6 +585,22 @@

codicon

circle-slash +
+ + + +
+ circle-small-filled + +
+
+ + + +
+ circle-small + +
@@ -953,14 +969,6 @@

codicon

debug-stackframe-active
-
- - - -
- debug-stackframe-dot - -
diff --git a/dist/codicon.svg b/dist/codicon.svg index e30848a2..bb9cca8e 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 350e679b..e611595a 100644 Binary files a/dist/codicon.ttf and b/dist/codicon.ttf differ diff --git a/src/icons/debug-stackframe-dot.svg b/src/icons/circle-small-filled.svg similarity index 100% rename from src/icons/debug-stackframe-dot.svg rename to src/icons/circle-small-filled.svg diff --git a/src/icons/circle-small.svg b/src/icons/circle-small.svg new file mode 100644 index 00000000..915f98bc --- /dev/null +++ b/src/icons/circle-small.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/template/mapping.json b/src/template/mapping.json index 5355736a..43270ab7 100644 --- a/src/template/mapping.json +++ b/src/template/mapping.json @@ -375,6 +375,7 @@ "debug-breakpoint-function": 60296, "debug-breakpoint-function-disabled": 60296, "debug-stackframe-active": 60297, + "circle-small-filled": 60298, "debug-stackframe-dot": 60298, "debug-stackframe": 60299, "debug-stackframe-focused": 60299, @@ -503,5 +504,6 @@ "blank": 60419, "heart-filled": 60420, "map": 60421, - "map-filled": 60422 + "map-filled": 60422, + "circle-small": 60423 }