Skip to content

Commit ad0eb56

Browse files
authored
Edit upload, download. Add move to icons (#904)
1 parent f6fd196 commit ad0eb56

15 files changed

+26
-4
lines changed

.changeset/empty-rivers-bathe.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@primer/octicons": minor
3+
---
4+
5+
Edit: Upload and download icons
6+
Add: Move to start, end, top, and bottom icons

icons/download-16.svg

+1-1
Loading

icons/download-24.svg

+1-1
Loading

icons/move-to-bottom-16.svg

+1
Loading

icons/move-to-bottom-24.svg

+1
Loading

icons/move-to-end-16.svg

+1
Loading

icons/move-to-end-24.svg

+1
Loading

icons/move-to-start-16.svg

+1
Loading

icons/move-to-start-24.svg

+1
Loading

icons/move-to-top-16.svg

+1
Loading

icons/move-to-top-24.svg

+1
Loading

icons/upload-16.svg

+1-1
Loading

icons/upload-24.svg

+1-1
Loading

keywords.json

+4
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@
135135
"milestone": ["marker"],
136136
"mirror": ["reflect"],
137137
"mortar-board": ["education", "learn", "teach"],
138+
"move-to-bottom": ["terminal", "end", "down", "end"],
139+
"move-to-end": ["terminal", "right", "finish"],
140+
"move-to-start": ["terminal", "left", "beginning"],
141+
"move-to-top": ["terminal", "up", "start", "beginning"],
138142
"mute": ["quiet", "sound", "audio", "turn", "off"],
139143
"no-newline": ["return"],
140144
"north-star": ["star", "snowflake", "asterisk"],

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

+4
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ exports[`@primer/octicons-react should not update exports without a semver chang
184184
"MirrorIcon",
185185
"MoonIcon",
186186
"MortarBoardIcon",
187+
"MoveToBottomIcon",
188+
"MoveToEndIcon",
189+
"MoveToStartIcon",
190+
"MoveToTopIcon",
187191
"MultiSelectIcon",
188192
"MuteIcon",
189193
"NoEntryFillIcon",

0 commit comments

Comments
 (0)