Skip to content

Commit

Permalink
Add robot (#207)
Browse files Browse the repository at this point in the history
hbons authored Nov 21, 2023

Verified

This commit was signed with the committer’s verified signature.
TulgaCG Tulgacan
1 parent 84040a2 commit 6d42d57
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
@@ -6,7 +6,7 @@
@font-face {
font-family: "codicon";
font-display: block;
src: url("./codicon.ttf?97b5a19b84a20df0371413811f278025") format("truetype");
src: url("./codicon.ttf?93bde60245ef5c631e5115bfd3ea34ea") format("truetype");
}

.codicon[class*='codicon-'] {
@@ -598,3 +598,4 @@
.codicon-git-fetch:before { content: "\ec1d" }
.codicon-copilot:before { content: "\ec1e" }
.codicon-lightbulb-sparkle:before { content: "\ec1f" }
.codicon-robot:before { content: "\ec20" }
1 change: 1 addition & 0 deletions dist/codicon.csv
Original file line number Diff line number Diff line change
@@ -317,6 +317,7 @@ repo-push,,EB41
repo,,EA62
report,,EB42
request-changes,,EB43
robot,,EC20
rocket,,EB44
root-folder-opened,,EB45
root-folder,,EB46
8 changes: 8 additions & 0 deletions dist/codicon.html
Original file line number Diff line number Diff line change
@@ -2705,6 +2705,14 @@ <h1>codicon</h1>
<span class='label'>request-changes</span>
<span class='description'></span>
</div>
<div class="icon" data-name="robot" title="robot">
<span class="inner">
<i class="codicon codicon-robot" aria-hidden="true"></i>
</span>
<br>
<span class='label'>robot</span>
<span class='description'></span>
</div>
<div class="icon" data-name="rocket" title="rocket">
<span class="inner">
<i class="codicon codicon-rocket" aria-hidden="true"></i>
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/robot.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
@@ -539,5 +539,6 @@
"mic-filled": 60444,
"git-fetch": 60445,
"copilot": 60446,
"lightbulb-sparkle": 60447
"lightbulb-sparkle": 60447,
"robot": 60448
}

0 comments on commit 6d42d57

Please sign in to comment.