Skip to content

Commit 377fb56

Browse files
authored
🤖 Merge PR DefinitelyTyped#70456 [@primer/octicons] Update to 19.11 by @xiBread
1 parent 8e3a3ca commit 377fb56

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

types/primer__octicons/index.d.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ declare namespace octicons {
8787
type IconName =
8888
| "accessibility"
8989
| "accessibility-inset"
90+
| "ai-model"
9091
| "alert"
9192
| "alert-fill"
9293
| "apps"
@@ -144,7 +145,6 @@ declare namespace octicons {
144145
| "command-palette"
145146
| "comment"
146147
| "comment-discussion"
147-
| "commit"
148148
| "container"
149149
| "copilot"
150150
| "copilot-error"
@@ -185,6 +185,7 @@ declare namespace octicons {
185185
| "feed-issue-closed"
186186
| "feed-issue-draft"
187187
| "feed-issue-open"
188+
| "feed-issue-reopen"
188189
| "feed-merged"
189190
| "feed-person"
190191
| "feed-plus"
@@ -214,6 +215,7 @@ declare namespace octicons {
214215
| "file-symlink-file"
215216
| "file-zip"
216217
| "filter"
218+
| "filter-remove"
217219
| "fiscal-host"
218220
| "flame"
219221
| "fold"
@@ -239,6 +241,7 @@ declare namespace octicons {
239241
| "heart-fill"
240242
| "history"
241243
| "home"
244+
| "home-fill"
242245
| "horizontal-rule"
243246
| "hourglass"
244247
| "hubot"
@@ -323,6 +326,7 @@ declare namespace octicons {
323326
| "reply"
324327
| "repo"
325328
| "repo-clone"
329+
| "repo-delete"
326330
| "repo-deleted"
327331
| "repo-forked"
328332
| "repo-locked"

types/primer__octicons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@types/primer__octicons",
4-
"version": "19.6.9999",
4+
"version": "19.11.9999",
55
"projects": [
66
"https://github.com/primer/octicons"
77
],

0 commit comments

Comments
 (0)