Skip to content

Commit

Permalink
Add an "add person" icon (Fixes #54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Apr 21, 2021
1 parent 23010b1 commit df0b998
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/codicon.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@font-face {
font-family: "codicon";
src: url("./codicon.ttf?0f94c408e28c7e5352a4a9b148b5d15d") format("truetype");
src: url("./codicon.ttf?dc2796f01489905245cf1d547fa9457c") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -40,7 +40,6 @@
.codicon-tag-add:before { content: "\ea66" }
.codicon-tag-remove:before { content: "\ea66" }
.codicon-person:before { content: "\ea67" }
.codicon-person-add:before { content: "\ea67" }
.codicon-person-follow:before { content: "\ea67" }
.codicon-person-outline:before { content: "\ea67" }
.codicon-person-filled:before { content: "\ea67" }
Expand Down Expand Up @@ -469,3 +468,4 @@
.codicon-terminal-bash:before { content: "\ebca" }
.codicon-arrow-swap:before { content: "\ebcb" }
.codicon-copy:before { content: "\ebcc" }
.codicon-person-add:before { content: "\ebcd" }
1 change: 1 addition & 0 deletions dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ package,,EB29
paintcan,,EB2A
pass-filled,,EBB3
pass,,EBA4
person-add,,EBCD
person,,EA67
pin,,EB2B
pinned-dirty,,EBB2
Expand Down
8 changes: 8 additions & 0 deletions dist/codicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -1849,6 +1849,14 @@ <h1>codicon</h1>
<span class='label'>pass</span>
<span class='description'></span>
</div>
<div class="icon" data-name="person-add" title="person-add">
<span class="inner">
<i class="codicon codicon-person-add"></i>
</span>
<br>
<span class='label'>person-add</span>
<span class='description'></span>
</div>
<div class="icon" data-name="person" title="person">
<span class="inner">
<i class="codicon codicon-person"></i>
Expand Down
Binary file modified dist/codicon.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions src/icons/person-add.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/template/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"tag-remove": "60006",

"person": "60007",
"person-add": "60007",
"person-follow": "60007",
"person-outline": "60007",
"person-filled": "60007",
Expand Down Expand Up @@ -520,5 +519,6 @@
"terminal-bash":"60362",

"arrow-swap":"60363",
"copy":"60364"
"copy":"60364",
"person-add":"60365"
}

0 comments on commit df0b998

Please sign in to comment.