Skip to content

Commit

Permalink
Edit upload, download. Add move to icons (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronFoxly committed Jan 27, 2023
1 parent f6fd196 commit ad0eb56
Show file tree
Hide file tree
Showing 15 changed files with 26 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .changeset/empty-rivers-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@primer/octicons": minor
---

Edit: Upload and download icons
Add: Move to start, end, top, and bottom icons
2 changes: 1 addition & 1 deletion icons/download-16.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/download-24.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/move-to-bottom-16.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/move-to-bottom-24.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/move-to-end-16.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/move-to-end-24.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/move-to-start-16.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/move-to-start-24.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/move-to-top-16.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/move-to-top-24.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/upload-16.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/upload-24.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions keywords.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@
"milestone": ["marker"],
"mirror": ["reflect"],
"mortar-board": ["education", "learn", "teach"],
"move-to-bottom": ["terminal", "end", "down", "end"],
"move-to-end": ["terminal", "right", "finish"],
"move-to-start": ["terminal", "left", "beginning"],
"move-to-top": ["terminal", "up", "start", "beginning"],
"mute": ["quiet", "sound", "audio", "turn", "off"],
"no-newline": ["return"],
"north-star": ["star", "snowflake", "asterisk"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ exports[`@primer/octicons-react should not update exports without a semver chang
"MirrorIcon",
"MoonIcon",
"MortarBoardIcon",
"MoveToBottomIcon",
"MoveToEndIcon",
"MoveToStartIcon",
"MoveToTopIcon",
"MultiSelectIcon",
"MuteIcon",
"NoEntryFillIcon",
Expand Down

0 comments on commit ad0eb56

Please sign in to comment.