-
-
Notifications
You must be signed in to change notification settings - Fork 629
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sort out
loader
/cursor icons (#1331)
* Add `loader-pinwheel` icon * Optimise `loader` icon * Improve `loader` metadata * Add `loader-circle-big` variant * Rename `loader-2` to `loader-circle` * Improve `more-horizontal` metadata * Add `mouse-pointer-ban` icon * Improve `mouse-pointer` icons metadata * Improve metadata * Revert rename of `loader-2` to `loader-circle` * Revert "Improve `more-horizontal` metadata" This reverts commit 41fa676. * Formatting * Format pinwheel and remove loader-circle-big --------- Co-authored-by: Eric Fennis <[email protected]>
- Loading branch information
1 parent
48dc937
commit 5fead67
Showing
10 changed files
with
106 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"$schema": "../icon.schema.json", | ||
"contributors": [ | ||
"danielbayley" | ||
], | ||
"tags": [ | ||
"loading", | ||
"wait", | ||
"busy", | ||
"progress", | ||
"throbber", | ||
"spinner", | ||
"spinning", | ||
"beach ball", | ||
"frozen", | ||
"freeze" | ||
], | ||
"categories": [ | ||
"cursors", | ||
"design" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,8 @@ | |
"csandman" | ||
], | ||
"tags": [ | ||
"arrow", | ||
"cursor", | ||
"click" | ||
"click", | ||
"select" | ||
], | ||
"categories": [ | ||
"arrows", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"$schema": "../icon.schema.json", | ||
"contributors": [ | ||
"danielbayley" | ||
], | ||
"tags": [ | ||
"wait", | ||
"busy", | ||
"loading", | ||
"blocked", | ||
"frozen", | ||
"freeze" | ||
], | ||
"categories": [ | ||
"arrows", | ||
"cursors" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,8 @@ | |
"jguddas" | ||
], | ||
"tags": [ | ||
"arrow", | ||
"cursor", | ||
"click" | ||
"click", | ||
"select" | ||
], | ||
"categories": [ | ||
"arrows", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,8 @@ | |
"ericfennis" | ||
], | ||
"tags": [ | ||
"arrow", | ||
"cursor", | ||
"click" | ||
"click", | ||
"select" | ||
], | ||
"categories": [ | ||
"arrows", | ||
|