Skip to content

Commit

Permalink
Add mic icon
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddossett committed Aug 30, 2023
1 parent c07d2e5 commit 948bf74
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?2f5d337f5cdccf4ff0677419f804148d") format("truetype");
src: url("./codicon.ttf?6a0e4b6f09fbb3ba936ffb1d6df9bef9") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -584,3 +584,4 @@
.codicon-send:before { content: "\ec0f" }
.codicon-sparkle:before { content: "\ec10" }
.codicon-insert:before { content: "\ec11" }
.codicon-mic:before { content: "\ec12" }
1 change: 1 addition & 0 deletions dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ megaphone,,EB1E
mention,,EB1F
menu,,EB94
merge,,EBAB
mic,,EC12
milestone,,EB20
mirror,,EA69
mortar-board,,EB21
Expand Down
8 changes: 8 additions & 0 deletions dist/codicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -2145,6 +2145,14 @@ <h1>codicon</h1>
<span class='label'>merge</span>
<span class='description'></span>
</div>
<div class="icon" data-name="mic" title="mic">
<span class="inner">
<i class="codicon codicon-mic" aria-hidden="true"></i>
</span>
<br>
<span class='label'>mic</span>
<span class='description'></span>
</div>
<div class="icon" data-name="milestone" title="milestone">
<span class="inner">
<i class="codicon codicon-milestone" 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/mic.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 @@ -525,5 +525,6 @@
"comment-draft": 60430,
"send": 60431,
"sparkle": 60432,
"insert": 60433
"insert": 60433,
"mic": 60434
}

0 comments on commit 948bf74

Please sign in to comment.