Skip to content

Commit

Permalink
Add indent icon (Fixes #99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Feb 14, 2022
1 parent d7c2d95 commit ab285ff
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?c8db4d929c275be999e86c624427a6af") format("truetype");
src: url("./codicon.ttf?da73ba00ff2398bcc46a42ca64668f77") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -514,3 +514,4 @@
.codicon-layout-menubar:before { content: "\ebf6" }
.codicon-layout-centered:before { content: "\ebf7" }
.codicon-target:before { content: "\ebf8" }
.codicon-indent:before { content: "\ebf9" }
1 change: 1 addition & 0 deletions dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ home,,EB06
horizontal-rule,,EB07
hubot,,EB08
inbox,,EB09
indent,,EBF9
info,,EA74
inspect,,EBD1
issue-draft,,EBD9
Expand Down
8 changes: 8 additions & 0 deletions dist/codicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -1569,6 +1569,14 @@ <h1>codicon</h1>
<span class='label'>inbox</span>
<span class='description'></span>
</div>
<div class="icon" data-name="indent" title="indent">
<span class="inner">
<i class="codicon codicon-indent" aria-hidden="true"></i>
</span>
<br>
<span class='label'>indent</span>
<span class='description'></span>
</div>
<div class="icon" data-name="info" title="info">
<span class="inner">
<i class="codicon codicon-info" 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/indent.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 @@ -489,5 +489,6 @@
"layout-statusbar": 60405,
"layout-menubar": 60406,
"layout-centered": 60407,
"target": 60408
"target": 60408,
"indent": 60409
}

0 comments on commit ab285ff

Please sign in to comment.