Skip to content

Commit

Permalink
Add arrow w/ circle icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Feb 16, 2022
1 parent 3e4cd00 commit 560bda6
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 3 deletions.
6 changes: 5 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?57b8b223dd9f3218d6ed697724f44468") format("truetype");
src: url("./codicon.ttf?405674e4bcebb6e573377f6b217cddc8") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -517,3 +517,7 @@
.codicon-indent:before { content: "\ebf9" }
.codicon-record-small:before { content: "\ebfa" }
.codicon-error-small:before { content: "\ebfb" }
.codicon-arrow-circle-down:before { content: "\ebfc" }
.codicon-arrow-circle-left:before { content: "\ebfd" }
.codicon-arrow-circle-right:before { content: "\ebfe" }
.codicon-arrow-circle-up:before { content: "\ebff" }
4 changes: 4 additions & 0 deletions dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ activate-breakpoints,,EA97
add,,EA60
archive,,EA98
arrow-both,,EA99
arrow-circle-down,,EBFC
arrow-circle-left,,EBFD
arrow-circle-right,,EBFE
arrow-circle-up,,EBFF
arrow-down,,EA9A
arrow-left,,EA9B
arrow-right,,EA9C
Expand Down
32 changes: 32 additions & 0 deletions dist/codicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,38 @@ <h1>codicon</h1>
<span class='label'>arrow-both</span>
<span class='description'></span>
</div>
<div class="icon" data-name="arrow-circle-down" title="arrow-circle-down">
<span class="inner">
<i class="codicon codicon-arrow-circle-down" aria-hidden="true"></i>
</span>
<br>
<span class='label'>arrow-circle-down</span>
<span class='description'></span>
</div>
<div class="icon" data-name="arrow-circle-left" title="arrow-circle-left">
<span class="inner">
<i class="codicon codicon-arrow-circle-left" aria-hidden="true"></i>
</span>
<br>
<span class='label'>arrow-circle-left</span>
<span class='description'></span>
</div>
<div class="icon" data-name="arrow-circle-right" title="arrow-circle-right">
<span class="inner">
<i class="codicon codicon-arrow-circle-right" aria-hidden="true"></i>
</span>
<br>
<span class='label'>arrow-circle-right</span>
<span class='description'></span>
</div>
<div class="icon" data-name="arrow-circle-up" title="arrow-circle-up">
<span class="inner">
<i class="codicon codicon-arrow-circle-up" aria-hidden="true"></i>
</span>
<br>
<span class='label'>arrow-circle-up</span>
<span class='description'></span>
</div>
<div class="icon" data-name="arrow-down" title="arrow-down">
<span class="inner">
<i class="codicon codicon-arrow-down" 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/arrow-circle-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/arrow-circle-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/arrow-circle-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/arrow-circle-up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion src/template/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,5 +492,9 @@
"target": 60408,
"indent": 60409,
"record-small": 60410,
"error-small": 60411
"error-small": 60411,
"arrow-circle-down": 60412,
"arrow-circle-left": 60413,
"arrow-circle-right": 60414,
"arrow-circle-up": 60415
}

0 comments on commit 560bda6

Please sign in to comment.