Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit upload, download. Add move to icons #904

Merged
merged 7 commits into from
Jan 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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