From 3b7b74fe865fa8aad372e8b59fc856e912d5e02f Mon Sep 17 00:00:00 2001 From: Daniel Bayley Date: Thu, 8 Jun 2023 12:12:42 +0100 Subject: [PATCH] Improve `toggle`/`binary` metadata (#1238) --- icons/binary.json | 3 ++- icons/toggle-left.json | 6 ++++-- icons/toggle-right.json | 6 ++++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/icons/binary.json b/icons/binary.json index 6a7830c..b881bce 100644 --- a/icons/binary.json +++ b/icons/binary.json @@ -10,7 +10,8 @@ "digits", "computer", "zero", - "one" + "one", + "boolean" ], "categories": [ "text", diff --git a/icons/toggle-left.json b/icons/toggle-left.json index 28b6bf0..64fd9d6 100644 --- a/icons/toggle-left.json +++ b/icons/toggle-left.json @@ -8,10 +8,12 @@ "tags": [ "on", "off", - "switch" + "switch", + "boolean" ], "categories": [ "layout", - "account" + "account", + "development" ] } \ No newline at end of file diff --git a/icons/toggle-right.json b/icons/toggle-right.json index 28b6bf0..64fd9d6 100644 --- a/icons/toggle-right.json +++ b/icons/toggle-right.json @@ -8,10 +8,12 @@ "tags": [ "on", "off", - "switch" + "switch", + "boolean" ], "categories": [ "layout", - "account" + "account", + "development" ] } \ No newline at end of file