Skip to content

Commit 5d6d088

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/lib/octicons_react/next-16.1.5
2 parents 9725532 + 18e3b9f commit 5d6d088

File tree

7 files changed

+20
-0
lines changed

7 files changed

+20
-0
lines changed

.changeset/locked-icons.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@primer/octicons': minor
3+
---
4+
5+
Add book-locked icon
6+
Add comment-locked icon
7+
Add issue-locked icon
8+
Add git-pull-request-locked icon

icons/book-locked-16.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/comment-locked-16.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

icons/issue-locked-16.svg

Lines changed: 1 addition & 0 deletions
Loading

keywords.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"bell": ["notification"],
2828
"bold": ["markdown", "bold", "text"],
2929
"book": ["book", "journal", "wiki", "readme"],
30+
"book-locked": ["book", "journal", "wiki", "readme", "lock"],
3031
"bookmark": ["tab", "star"],
3132
"boolean-off": ["bool", "off", "false", "no", "0"],
3233
"boolean-on": ["bool", "on", "true", "yes", "1"],
@@ -53,6 +54,7 @@
5354
"comment": ["speak", "bubble", "chat"],
5455
"comment-ai": ["ai", "speak", "bubble", "chat"],
5556
"comment-discussion": ["converse", "talk", "chat"],
57+
"comment-locked": ["comment", "discussion", "conversation", "bubbles", "lock"],
5658
"compose": ["write", "new", "create", "pencil", "post"],
5759
"credit-card": ["money", "billing", "payments", "transactions"],
5860
"crosshairs": ["target", "focus", "center", "trigger", "aim"],
@@ -105,6 +107,7 @@
105107
"git-compare": ["difference", "changes"],
106108
"git-merge": ["join"],
107109
"git-pull-request": ["review"],
110+
"git-pull-request-locked": ["pr", "pull", "git", "lock"],
108111
"github-action": ["board", "workflow", "action", "automation"],
109112
"globe": ["world", "earth", "planet", "enterprise"],
110113
"grabber": ["mover", "drag", "drop", "sort"],
@@ -123,6 +126,7 @@
123126
"info": ["help"],
124127
"internal-repo": ["internal, repo, repository"],
125128
"issue-closed": ["done", "complete"],
129+
"issue-locked": ["issue", "open", "new", "lock"],
126130
"issue-opened": ["new"],
127131
"issue-reopened": ["regression"],
128132
"italic": ["font", "italic", "style"],

lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang
2727
"BlockedIcon",
2828
"BoldIcon",
2929
"BookIcon",
30+
"BookLockedIcon",
3031
"BookmarkFillIcon",
3132
"BookmarkFilledIcon",
3233
"BookmarkIcon",
@@ -68,6 +69,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang
6869
"CommentAiIcon",
6970
"CommentDiscussionIcon",
7071
"CommentIcon",
72+
"CommentLockedIcon",
7173
"ComposeIcon",
7274
"ContainerIcon",
7375
"CopilotErrorIcon",
@@ -162,6 +164,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang
162164
"GitPullRequestClosedIcon",
163165
"GitPullRequestDraftIcon",
164166
"GitPullRequestIcon",
167+
"GitPullRequestLockedIcon",
165168
"GlobeIcon",
166169
"GoalIcon",
167170
"GrabberIcon",
@@ -186,6 +189,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang
186189
"InfoIcon",
187190
"IssueClosedIcon",
188191
"IssueDraftIcon",
192+
"IssueLockedIcon",
189193
"IssueOpenedIcon",
190194
"IssueReopenedIcon",
191195
"IssueTrackedByIcon",

0 commit comments

Comments
 (0)