Skip to content

Commit 268b202

Browse files
Add pivot-column icon (#959)
* Add pivot-column icon * Create clean-balloons-leave.md * Optimize SVGs * Update keywords.json * Update public-api.test.js.snap --------- Co-authored-by: Cameron Foxly <[email protected]>
1 parent ea81ec1 commit 268b202

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

.changeset/clean-balloons-leave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/octicons": minor
3+
---
4+
5+
Add pivot-column icon

icons/pivot-column-16.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/pivot-column-24.svg

Lines changed: 1 addition & 0 deletions
Loading

keywords.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
"person": ["people", "man", "woman", "human"],
152152
"pin": ["save", "star", "bookmark"],
153153
"pin-slash": ["unpin", "unsave", "unstar", "unbookmark"],
154+
"pivot-column": ["pivot", "column", "table", "project", "filter"],
154155
"play": ["play", "start", "begin", "action"],
155156
"plug": ["hook", "webhook"],
156157
"plus": ["add", "new", "more"],

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang
215215
"PersonIcon",
216216
"PinIcon",
217217
"PinSlashIcon",
218+
"PivotColumnIcon",
218219
"PlayIcon",
219220
"PlugIcon",
220221
"PlusCircleIcon",

0 commit comments

Comments
 (0)