diff --git a/icons/arrow-down-wide-narrow.json b/icons/arrow-down-wide-narrow.json index 82c3ea9..1d6a53f 100644 --- a/icons/arrow-down-wide-narrow.json +++ b/icons/arrow-down-wide-narrow.json @@ -5,6 +5,7 @@ "csandman", "karsa-mistmere" ], + "aliases": ["sort-desc"], "tags": [ "arrow", "filter", @@ -16,4 +17,4 @@ "layout", "arrows" ] -} \ No newline at end of file +} diff --git a/icons/arrow-up-narrow-wide.json b/icons/arrow-up-narrow-wide.json index 5aa6eb7..20324f3 100644 --- a/icons/arrow-up-narrow-wide.json +++ b/icons/arrow-up-narrow-wide.json @@ -6,6 +6,7 @@ "csandman", "karsa-mistmere" ], + "aliases": ["sort-asc"], "tags": [ "arrow", "filter", @@ -17,4 +18,4 @@ "layout", "arrows" ] -} \ No newline at end of file +} diff --git a/icons/badge-check.json b/icons/badge-check.json index f4887c7..60d862b 100644 --- a/icons/badge-check.json +++ b/icons/badge-check.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "aliases": ["verified"], "tags": [ "verified", "check" @@ -13,4 +14,4 @@ "social", "shapes" ] -} \ No newline at end of file +} diff --git a/icons/ban.json b/icons/ban.json index c5e4675..4d9d28f 100644 --- a/icons/ban.json +++ b/icons/ban.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "aliases": ["slash"], "tags": [ "cancel", "no", @@ -16,4 +17,4 @@ "categories": [ "account" ] -} \ No newline at end of file +} diff --git a/icons/braces.json b/icons/braces.json index f06cbae..6af6f88 100644 --- a/icons/braces.json +++ b/icons/braces.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "aliases": ["curly-braces"], "tags": [ "json", "code", @@ -15,4 +16,4 @@ "development", "files" ] -} \ No newline at end of file +} diff --git a/icons/circle-slash-2.json b/icons/circle-slash-2.json index b780ec6..26cdeb9 100644 --- a/icons/circle-slash-2.json +++ b/icons/circle-slash-2.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "aliases": ["circle-slashed"], "tags": [ "diameter", "zero", @@ -14,4 +15,4 @@ "categories": [ "shapes" ] -} \ No newline at end of file +} diff --git a/icons/edit-2.json b/icons/edit-2.json index 8503333..b61db79 100644 --- a/icons/edit-2.json +++ b/icons/edit-2.json @@ -6,6 +6,7 @@ "mittalyashu", "ericfennis" ], + "aliases": ["pen"], "tags": [ "pencil", "change" @@ -13,4 +14,4 @@ "categories": [ "text" ] -} \ No newline at end of file +} diff --git a/icons/edit-3.json b/icons/edit-3.json index 8503333..26f8500 100644 --- a/icons/edit-3.json +++ b/icons/edit-3.json @@ -6,6 +6,7 @@ "mittalyashu", "ericfennis" ], + "aliases": ["pen-line"], "tags": [ "pencil", "change" @@ -13,4 +14,4 @@ "categories": [ "text" ] -} \ No newline at end of file +} diff --git a/icons/edit.json b/icons/edit.json index 8503333..8edd0ff 100644 --- a/icons/edit.json +++ b/icons/edit.json @@ -6,6 +6,7 @@ "mittalyashu", "ericfennis" ], + "aliases": ["pen-box"], "tags": [ "pencil", "change" @@ -13,4 +14,4 @@ "categories": [ "text" ] -} \ No newline at end of file +} diff --git a/icons/panel-left-close.json b/icons/panel-left-close.json index 8cb879f..99d7f06 100644 --- a/icons/panel-left-close.json +++ b/icons/panel-left-close.json @@ -5,6 +5,7 @@ "danielbayley", "ericfennis" ], + "aliases": ["sidebar-close"], "tags": [ "primary", "drawer", @@ -14,4 +15,4 @@ "layout", "arrows" ] -} \ No newline at end of file +} diff --git a/icons/panel-left-open.json b/icons/panel-left-open.json index e90bfdb..cafe447 100644 --- a/icons/panel-left-open.json +++ b/icons/panel-left-open.json @@ -5,6 +5,7 @@ "danielbayley", "ericfennis" ], + "aliases": ["sidebar-open"], "tags": [ "primary", "drawer", @@ -15,4 +16,4 @@ "layout", "arrows" ] -} \ No newline at end of file +} diff --git a/icons/panel-left.json b/icons/panel-left.json index cea9470..ad3675c 100644 --- a/icons/panel-left.json +++ b/icons/panel-left.json @@ -5,6 +5,7 @@ "danielbayley", "ericfennis" ], + "aliases": ["sidebar"], "tags": [ "primary", "drawer" @@ -12,4 +13,4 @@ "categories": [ "layout" ] -} \ No newline at end of file +} diff --git a/icons/sparkles.json b/icons/sparkles.json index bf4f93f..697c182 100644 --- a/icons/sparkles.json +++ b/icons/sparkles.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "aliases": ["stars"], "tags": [ "stars", "effect", @@ -17,4 +18,4 @@ "gaming", "weather" ] -} \ No newline at end of file +} diff --git a/icons/text-select.json b/icons/text-select.json index 6ed6389..3389ef0 100644 --- a/icons/text-select.json +++ b/icons/text-select.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "aliases": ["text-selection"], "tags": [ "find", "search", @@ -12,4 +13,4 @@ "text", "cursors" ] -} \ No newline at end of file +} diff --git a/scripts/updateContributors.mjs b/scripts/updateContributors.mjs index 876b3a2..4c9db64 100644 --- a/scripts/updateContributors.mjs +++ b/scripts/updateContributors.mjs @@ -80,6 +80,7 @@ await Promise.all( { $schema: '../icon.schema.json', contributors, + aliases, tags, categories, ...rest,