Skip to content

Commit

Permalink
changing the opaque word to filled
Browse files Browse the repository at this point in the history
  • Loading branch information
aiday-mar committed Nov 27, 2023
1 parent 6becc3f commit 618cf39
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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?0f2d2eacb161c9c8b699a8228adbbf4d") format("truetype");
src: url("./codicon.ttf?fe6391d9859ccdb358448991997ae90b") format("truetype");
}

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

0 comments on commit 618cf39

Please sign in to comment.