Skip to content

Commit

Permalink
Merge pull request #206 from microsoft/lightbulb-sparkle
Browse files Browse the repository at this point in the history
Add lightbulb-sparkle
  • Loading branch information
hbons authored Nov 20, 2023
2 parents 19a8819 + 9981b3c commit 84040a2
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dist/codicon.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@font-face {
font-family: "codicon";
font-display: block;
src: url("./codicon.ttf?79130123c9d3674a686cf03962523e8a") format("truetype");
src: url("./codicon.ttf?97b5a19b84a20df0371413811f278025") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -597,3 +597,4 @@
.codicon-mic-filled:before { content: "\ec1c" }
.codicon-git-fetch:before { content: "\ec1d" }
.codicon-copilot:before { content: "\ec1e" }
.codicon-lightbulb-sparkle:before { content: "\ec1f" }
1 change: 1 addition & 0 deletions dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ layout-statusbar,,EBF5
layout,,EBEB
library,,EB9C
lightbulb-autofix,,EB13
lightbulb-sparkle,,EC1F
lightbulb,,EA61
link-external,,EB14
link,,EB15
Expand Down
8 changes: 8 additions & 0 deletions dist/codicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -1993,6 +1993,14 @@ <h1>codicon</h1>
<span class='label'>lightbulb-autofix</span>
<span class='description'></span>
</div>
<div class="icon" data-name="lightbulb-sparkle" title="lightbulb-sparkle">
<span class="inner">
<i class="codicon codicon-lightbulb-sparkle" aria-hidden="true"></i>
</span>
<br>
<span class='label'>lightbulb-sparkle</span>
<span class='description'></span>
</div>
<div class="icon" data-name="lightbulb" title="lightbulb">
<span class="inner">
<i class="codicon codicon-lightbulb" aria-hidden="true"></i>
Expand Down
2 changes: 1 addition & 1 deletion dist/codicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/codicon.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions src/icons/lightbulb-sparkle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/template/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -538,5 +538,6 @@
"music": 60443,
"mic-filled": 60444,
"git-fetch": 60445,
"copilot": 60446
"copilot": 60446,
"lightbulb-sparkle": 60447
}

0 comments on commit 84040a2

Please sign in to comment.