diff --git a/dist/codicon.css b/dist/codicon.css index 7fd1da83..673234f1 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?f06865699f1720ee6ca6e0a4aa084d76") format("truetype"); + src: url("./codicon.ttf?752d158f6fdd841fdf625d81780ae8e5") format("truetype"); } .codicon[class*='codicon-'] { @@ -559,3 +559,4 @@ .codicon-layout-panel-off:before { content: "\ec01" } .codicon-layout-sidebar-left-off:before { content: "\ec02" } .codicon-blank:before { content: "\ec03" } +.codicon-heart-filled:before { content: "\ec04" } diff --git a/dist/codicon.csv b/dist/codicon.csv index e5891f7b..8204a8ff 100644 --- a/dist/codicon.csv +++ b/dist/codicon.csv @@ -175,6 +175,7 @@ graph-scatter,,EBE3 graph,,EB03 gripper,,EB04 group-by-ref-type,,EB97 +heart-filled,,EC04 heart,,EB05 history,,EA82 home,,EB06 diff --git a/dist/codicon.html b/dist/codicon.html index 185a126b..d91658e5 100644 --- a/dist/codicon.html +++ b/dist/codicon.html @@ -1569,6 +1569,14 @@

codicon

group-by-ref-type +
+ + + +
+ heart-filled + +
diff --git a/dist/codicon.svg b/dist/codicon.svg index c2e85128..94d34c2c 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 3cc92070..94cbe346 100644 Binary files a/dist/codicon.ttf and b/dist/codicon.ttf differ diff --git a/src/icons/heart-filled.svg b/src/icons/heart-filled.svg new file mode 100644 index 00000000..e9c31c4f --- /dev/null +++ b/src/icons/heart-filled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/template/mapping.json b/src/template/mapping.json index da66cf1b..7d777f71 100644 --- a/src/template/mapping.json +++ b/src/template/mapping.json @@ -500,5 +500,6 @@ "layout-sidebar-right-off": 60416, "layout-panel-off": 60417, "layout-sidebar-left-off": 60418, - "blank": 60419 + "blank": 60419, + "heart-filled": 60420 }