From 92784de9c511103cb437739978eebf41dd7718b2 Mon Sep 17 00:00:00 2001 From: Daniel Bayley Date: Fri, 5 Jan 2024 15:20:41 +0000 Subject: [PATCH] Rename `square-*` icons appropriately (#1384) * Rename `square-gantt` to `gantt-square` * Rename `square-dot` to `dot-square` * Rename `square-kanban` icons to `kanban-square` * Rename `square-code` to `code-square` * Rename `square-asterisk` to `asterisk-square` * Rename `square-equal` to `equal-square` * Rename `square-slash` to `slash-square` * Cleanup merge conflicts * Add alias back --------- Co-authored-by: Eric Fennis --- icons/{square-asterisk.json => asterisk-square.json} | 3 +++ icons/{square-asterisk.svg => asterisk-square.svg} | 0 icons/{square-code.json => code-square.json} | 3 +++ icons/{square-code.svg => code-square.svg} | 0 icons/{square-dot.json => dot-square.json} | 3 +++ icons/{square-dot.svg => dot-square.svg} | 0 icons/{square-equal.json => equal-square.json} | 3 +++ icons/{square-equal.svg => equal-square.svg} | 0 icons/gantt-chart-square.json | 3 ++- icons/kanban-square-dashed.json | 2 +- icons/kanban-square.json | 2 +- icons/{square-slash.json => slash-square.json} | 3 +++ icons/{square-slash.svg => slash-square.svg} | 0 13 files changed, 19 insertions(+), 3 deletions(-) rename icons/{square-asterisk.json => asterisk-square.json} (89%) rename icons/{square-asterisk.svg => asterisk-square.svg} (100%) rename icons/{square-code.json => code-square.json} (85%) rename icons/{square-code.svg => code-square.svg} (100%) rename icons/{square-dot.json => dot-square.json} (86%) rename icons/{square-dot.svg => dot-square.svg} (100%) rename icons/{square-equal.json => equal-square.json} (84%) rename icons/{square-equal.svg => equal-square.svg} (100%) rename icons/{square-slash.json => slash-square.json} (88%) rename icons/{square-slash.svg => slash-square.svg} (100%) diff --git a/icons/square-asterisk.json b/icons/asterisk-square.json similarity index 89% rename from icons/square-asterisk.json rename to icons/asterisk-square.json index 3219525cc..8bbb671c3 100644 --- a/icons/square-asterisk.json +++ b/icons/asterisk-square.json @@ -20,5 +20,8 @@ "account", "maths", "development" + ], + "alaias": [ + "square-asterisk" ] } \ No newline at end of file diff --git a/icons/square-asterisk.svg b/icons/asterisk-square.svg similarity index 100% rename from icons/square-asterisk.svg rename to icons/asterisk-square.svg diff --git a/icons/square-code.json b/icons/code-square.json similarity index 85% rename from icons/square-code.json rename to icons/code-square.json index 95b2f8fa4..76caf9f1f 100644 --- a/icons/square-code.json +++ b/icons/code-square.json @@ -14,5 +14,8 @@ "categories": [ "text", "development" + ], + "aliases": [ + "square-code" ] } \ No newline at end of file diff --git a/icons/square-code.svg b/icons/code-square.svg similarity index 100% rename from icons/square-code.svg rename to icons/code-square.svg diff --git a/icons/square-dot.json b/icons/dot-square.json similarity index 86% rename from icons/square-dot.json rename to icons/dot-square.json index ec49107c3..27a7216c1 100644 --- a/icons/square-dot.json +++ b/icons/dot-square.json @@ -14,5 +14,8 @@ "categories": [ "shapes", "development" + ], + "aliases": [ + "square-dot" ] } \ No newline at end of file diff --git a/icons/square-dot.svg b/icons/dot-square.svg similarity index 100% rename from icons/square-dot.svg rename to icons/dot-square.svg diff --git a/icons/square-equal.json b/icons/equal-square.json similarity index 84% rename from icons/square-equal.json rename to icons/equal-square.json index 460572406..a355a61b1 100644 --- a/icons/square-equal.json +++ b/icons/equal-square.json @@ -12,5 +12,8 @@ "categories": [ "maths", "shapes" + ], + "aliases": [ + "square-equal" ] } \ No newline at end of file diff --git a/icons/square-equal.svg b/icons/equal-square.svg similarity index 100% rename from icons/square-equal.svg rename to icons/equal-square.svg diff --git a/icons/gantt-chart-square.json b/icons/gantt-chart-square.json index 68dfe1f8f..fc9eb70c1 100644 --- a/icons/gantt-chart-square.json +++ b/icons/gantt-chart-square.json @@ -31,6 +31,7 @@ "design" ], "aliases": [ + "gantt-square", "square-gantt" ] -} \ No newline at end of file +} diff --git a/icons/kanban-square-dashed.json b/icons/kanban-square-dashed.json index 5e30b8618..8380379dc 100644 --- a/icons/kanban-square-dashed.json +++ b/icons/kanban-square-dashed.json @@ -30,4 +30,4 @@ "aliases": [ "square-kanban-dashed" ] -} \ No newline at end of file +} diff --git a/icons/kanban-square.json b/icons/kanban-square.json index dd76146b0..eb3645079 100644 --- a/icons/kanban-square.json +++ b/icons/kanban-square.json @@ -29,4 +29,4 @@ "aliases": [ "square-kanban" ] -} \ No newline at end of file +} diff --git a/icons/square-slash.json b/icons/slash-square.json similarity index 88% rename from icons/square-slash.json rename to icons/slash-square.json index 3a7285381..1d14f820c 100644 --- a/icons/square-slash.json +++ b/icons/slash-square.json @@ -19,5 +19,8 @@ "shapes", "development", "maths" + ], + "aliases": [ + "square-slash" ] } \ No newline at end of file diff --git a/icons/square-slash.svg b/icons/slash-square.svg similarity index 100% rename from icons/square-slash.svg rename to icons/slash-square.svg