Skip to content

Commit

Permalink
Sort out loader/cursor icons (#1331)
Browse files Browse the repository at this point in the history
* 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 <eric.fennis@gmail.com>
  • Loading branch information
danielbayley and ericfennis committed May 3, 2024
1 parent 48dc937 commit 5fead67
Show file tree
Hide file tree
Showing 10 changed files with 106 additions and 22 deletions.
10 changes: 9 additions & 1 deletion icons/loader-circle.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@
"ericfennis"
],
"tags": [
"load"
"loading",
"wait",
"busy",
"progress",
"spinner",
"spinning",
"throbber",
"circle"
],
"categories": [
"cursors",
"multimedia",
"layout"
],
Expand Down
22 changes: 22 additions & 0 deletions icons/loader-pinwheel.json
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"
]
}
16 changes: 16 additions & 0 deletions icons/loader-pinwheel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 12 additions & 4 deletions icons/loader.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis"
"ericfennis",
"danielbayley"
],
"tags": [
"load",
"wait"
"loading",
"wait",
"busy",
"progress",
"spinner",
"spinning",
"throbber"
],
"categories": [
"cursors",
"multimedia",
"layout"
"layout",
"design"
]
}
16 changes: 8 additions & 8 deletions icons/loader.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions icons/mouse-pointer-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"csandman"
],
"tags": [
"arrow",
"cursor",
"click"
"click",
"select"
],
"categories": [
"arrows",
Expand Down
18 changes: 18 additions & 0 deletions icons/mouse-pointer-ban.json
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"
]
}
15 changes: 15 additions & 0 deletions icons/mouse-pointer-ban.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions icons/mouse-pointer-click.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
"jguddas"
],
"tags": [
"arrow",
"cursor",
"click"
"click",
"select"
],
"categories": [
"arrows",
Expand Down
5 changes: 2 additions & 3 deletions icons/mouse-pointer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"ericfennis"
],
"tags": [
"arrow",
"cursor",
"click"
"click",
"select"
],
"categories": [
"arrows",
Expand Down

0 comments on commit 5fead67

Please sign in to comment.