diff --git a/icons/binary.json b/icons/binary.json index 6a7830cec..b881bcecb 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 28b6bf00b..64fd9d6a1 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 28b6bf00b..64fd9d6a1 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