Skip to content

Commit 239cdee

Browse files
authored
Add spaces, agents, loops, and adjust mention (#1099)
1 parent 313f268 commit 239cdee

File tree

10 files changed

+18
-1
lines changed

10 files changed

+18
-1
lines changed

.changeset/giant-moons-live.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/octicons": patch
3+
---
4+
5+
Add spaces, agents, loops, and adjust mention

icons/agent-16.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/agent-24.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/loop-16.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/loop-24.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/mention-16.svg

Lines changed: 1 addition & 1 deletion
Loading

icons/space-16.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/space-24.svg

Lines changed: 1 addition & 0 deletions
Loading

keywords.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"agent": ["agents", "ai", "cloud", "cloudecode", "code"],
23
"ai-model": ["ai", "model", "llm", "models", "copilot"],
34
"alert": ["warning", "triangle", "exclamation", "point"],
45
"archive": ["box", "catalog"],
@@ -128,6 +129,7 @@
128129
"lock": ["secure", "safe", "protected"],
129130
"logo-gist": ["brand", "github", "logo"],
130131
"logo-github": ["brand", "github", "logo"],
132+
"loop": ["loops", "automation", "repeat", "node", "actions", "copilot"],
131133
"mail": ["email", "unread"],
132134
"mail-read": ["email", "open"],
133135
"mark-github": ["octocat", "brand", "github", "logo"],
@@ -196,6 +198,7 @@
196198
"sign-out": ["door", "arrow", "direction", "leave", "log out"],
197199
"skip": ["skip", "slash"],
198200
"smiley": ["emoji", "smile", "mood", "emotion"],
201+
"space": ["spaces", "context", "copilot", "attachment", "folder", "ai"],
199202
"sparkle": ["spark", "ai", "generate", "shine"],
200203
"square-circle": ["stop", "interupt", "block", "pause"],
201204
"squirrel": ["ship", "shipit", "launch"],

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang
44
[
55
"AccessibilityIcon",
66
"AccessibilityInsetIcon",
7+
"AgentIcon",
78
"AiModelIcon",
89
"AlertFillIcon",
910
"AlertIcon",
@@ -190,6 +191,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang
190191
"LogIcon",
191192
"LogoGistIcon",
192193
"LogoGithubIcon",
194+
"LoopIcon",
193195
"MailIcon",
194196
"MarkGithubIcon",
195197
"MarkdownIcon",
@@ -280,6 +282,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang
280282
"SmileyIcon",
281283
"SortAscIcon",
282284
"SortDescIcon",
285+
"SpaceIcon",
283286
"SparkleFillIcon",
284287
"SparkleIcon",
285288
"SparklesFillIcon",

0 commit comments

Comments
 (0)