Skip to content

Commit 6481783

Browse files
dylanatsmithactions-userfrancinelucca
authored
Add square-circle icons (#1063)
* Save square-circle-16-16.svg, square-circle-24-24.svg * Optimize SVGs * Fix filenames with double size suffixes * Add changeset * Add keywords * Updare test snapshot * Fix alphabetisation --------- Co-authored-by: Dylan Smith <[email protected]> Co-authored-by: Marie Lucca <[email protected]>
1 parent cd2e303 commit 6481783

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

.changeset/twenty-poets-marry.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/octicons': minor
3+
---
4+
5+
Add square-circle icon

icons/square-circle-16.svg

+1
Loading

icons/square-circle-24.svg

+1
Loading

keywords.json

+1
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@
195195
"sign-out": ["door", "arrow", "direction", "leave", "log out"],
196196
"skip": ["skip", "slash"],
197197
"smiley": ["emoji", "smile", "mood", "emotion"],
198+
"square-circle": ["stop", "interupt", "block", "pause"],
198199
"squirrel": ["ship", "shipit", "launch"],
199200
"star": ["save", "remember", "like"],
200201
"stop": ["block", "spam", "report"],

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

+1
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang
282282
"SparkleFillIcon",
283283
"SparklesFillIcon",
284284
"SponsorTiersIcon",
285+
"SquareCircleIcon",
285286
"SquareFillIcon",
286287
"SquareIcon",
287288
"SquirrelIcon",

0 commit comments

Comments
 (0)