Skip to content

Commit

Permalink
Merge pull request #168 from microsoft/ddossett/insert-icon
Browse files Browse the repository at this point in the history
Add insert icon
  • Loading branch information
daviddossett authored Mar 17, 2023
2 parents a246b50 + 4b38147 commit 31b33da
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?dd73db9f4d1e3727589018ad29c095b3") format("truetype");
src: url("./codicon.ttf?2ab61cbaefbdf4c7c5589068100bee0c") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -579,3 +579,4 @@
.codicon-comment-draft:before { content: "\ec0e" }
.codicon-send:before { content: "\ec0f" }
.codicon-sparkle:before { content: "\ec10" }
.codicon-insert:before { content: "\ec11" }
1 change: 1 addition & 0 deletions dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ hubot,,EB08
inbox,,EB09
indent,,EBF9
info,,EA74
insert,,EC11
inspect,,EBD1
issue-draft,,EBD9
issue-reopened,,EB0B
Expand Down
8 changes: 8 additions & 0 deletions dist/codicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -1697,6 +1697,14 @@ <h1>codicon</h1>
<span class='label'>info</span>
<span class='description'></span>
</div>
<div class="icon" data-name="insert" title="insert">
<span class="inner">
<i class="codicon codicon-insert" aria-hidden="true"></i>
</span>
<br>
<span class='label'>insert</span>
<span class='description'></span>
</div>
<div class="icon" data-name="inspect" title="inspect">
<span class="inner">
<i class="codicon codicon-inspect" 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/insert.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 @@ -520,5 +520,6 @@
"search-fuzzy": 60429,
"comment-draft": 60430,
"send": 60431,
"sparkle": 60432
"sparkle": 60432,
"insert": 60433
}

0 comments on commit 31b33da

Please sign in to comment.