Skip to content

Commit

Permalink
adding opaque sparkle icon
Browse files Browse the repository at this point in the history
  • Loading branch information
aiday-mar authored and hbons committed Nov 27, 2023
1 parent b1ea569 commit 3cc254c
Show file tree
Hide file tree
Showing 7 changed files with 5,628 additions and 3,374 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?93bde60245ef5c631e5115bfd3ea34ea") format("truetype");
src: url("./codicon.ttf?0f2d2eacb161c9c8b699a8228adbbf4d") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -599,3 +599,4 @@
.codicon-copilot:before { content: "\ec1e" }
.codicon-lightbulb-sparkle:before { content: "\ec1f" }
.codicon-robot:before { content: "\ec20" }
.codicon-sparkle-opaque:before { content: "\ec21" }
1 change: 1 addition & 0 deletions dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ smiley,,EB54
snake,,EC16
sort-precedence,,EB55
source-control,,EA68
sparkle-opaque,,EC21
sparkle,,EC10
split-horizontal,,EB56
split-vertical,,EB57
Expand Down
8 changes: 8 additions & 0 deletions dist/codicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -2953,6 +2953,14 @@ <h1>codicon</h1>
<span class='label'>source-control</span>
<span class='description'></span>
</div>
<div class="icon" data-name="sparkle-opaque" title="sparkle-opaque">
<span class="inner">
<i class="codicon codicon-sparkle-opaque" aria-hidden="true"></i>
</span>
<br>
<span class='label'>sparkle-opaque</span>
<span class='description'></span>
</div>
<div class="icon" data-name="sparkle" title="sparkle">
<span class="inner">
<i class="codicon codicon-sparkle" 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.
Loading

0 comments on commit 3cc254c

Please sign in to comment.