From 5fead67bf39f0ccf77e1ad28afde005a4ad7ac05 Mon Sep 17 00:00:00 2001 From: Daniel Bayley Date: Fri, 3 May 2024 09:31:21 +0100 Subject: [PATCH] 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 41fa676b1597f6a1c43921878f2c4ac05f345159. * Formatting * Format pinwheel and remove loader-circle-big --------- Co-authored-by: Eric Fennis --- icons/loader-circle.json | 10 +++++++++- icons/loader-pinwheel.json | 22 ++++++++++++++++++++++ icons/loader-pinwheel.svg | 16 ++++++++++++++++ icons/loader.json | 16 ++++++++++++---- icons/loader.svg | 16 ++++++++-------- icons/mouse-pointer-2.json | 5 ++--- icons/mouse-pointer-ban.json | 18 ++++++++++++++++++ icons/mouse-pointer-ban.svg | 15 +++++++++++++++ icons/mouse-pointer-click.json | 5 ++--- icons/mouse-pointer.json | 5 ++--- 10 files changed, 106 insertions(+), 22 deletions(-) create mode 100644 icons/loader-pinwheel.json create mode 100644 icons/loader-pinwheel.svg create mode 100644 icons/mouse-pointer-ban.json create mode 100644 icons/mouse-pointer-ban.svg diff --git a/icons/loader-circle.json b/icons/loader-circle.json index 07aa3c6c6..4d3326e9b 100644 --- a/icons/loader-circle.json +++ b/icons/loader-circle.json @@ -7,9 +7,17 @@ "ericfennis" ], "tags": [ - "load" + "loading", + "wait", + "busy", + "progress", + "spinner", + "spinning", + "throbber", + "circle" ], "categories": [ + "cursors", "multimedia", "layout" ], diff --git a/icons/loader-pinwheel.json b/icons/loader-pinwheel.json new file mode 100644 index 000000000..68283e9bb --- /dev/null +++ b/icons/loader-pinwheel.json @@ -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" + ] +} diff --git a/icons/loader-pinwheel.svg b/icons/loader-pinwheel.svg new file mode 100644 index 000000000..0268f2697 --- /dev/null +++ b/icons/loader-pinwheel.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/icons/loader.json b/icons/loader.json index 6c10f6b44..123afda02 100644 --- a/icons/loader.json +++ b/icons/loader.json @@ -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" ] } diff --git a/icons/loader.svg b/icons/loader.svg index 8b0aa3dcb..a9b897b6f 100644 --- a/icons/loader.svg +++ b/icons/loader.svg @@ -9,12 +9,12 @@ stroke-linecap="round" stroke-linejoin="round" > - - - - - - - - + + + + + + + + diff --git a/icons/mouse-pointer-2.json b/icons/mouse-pointer-2.json index 35fcc94f1..9b392b586 100644 --- a/icons/mouse-pointer-2.json +++ b/icons/mouse-pointer-2.json @@ -5,9 +5,8 @@ "csandman" ], "tags": [ - "arrow", - "cursor", - "click" + "click", + "select" ], "categories": [ "arrows", diff --git a/icons/mouse-pointer-ban.json b/icons/mouse-pointer-ban.json new file mode 100644 index 000000000..d3829fe61 --- /dev/null +++ b/icons/mouse-pointer-ban.json @@ -0,0 +1,18 @@ +{ + "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], + "tags": [ + "wait", + "busy", + "loading", + "blocked", + "frozen", + "freeze" + ], + "categories": [ + "arrows", + "cursors" + ] +} diff --git a/icons/mouse-pointer-ban.svg b/icons/mouse-pointer-ban.svg new file mode 100644 index 000000000..7d5acb555 --- /dev/null +++ b/icons/mouse-pointer-ban.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/icons/mouse-pointer-click.json b/icons/mouse-pointer-click.json index 51eb1ad30..6d94eb271 100644 --- a/icons/mouse-pointer-click.json +++ b/icons/mouse-pointer-click.json @@ -6,9 +6,8 @@ "jguddas" ], "tags": [ - "arrow", - "cursor", - "click" + "click", + "select" ], "categories": [ "arrows", diff --git a/icons/mouse-pointer.json b/icons/mouse-pointer.json index 78c3a0e31..18a3162f0 100644 --- a/icons/mouse-pointer.json +++ b/icons/mouse-pointer.json @@ -5,9 +5,8 @@ "ericfennis" ], "tags": [ - "arrow", - "cursor", - "click" + "click", + "select" ], "categories": [ "arrows",