From 4ee46673af352c99672ad9de7239586fe2acfbbe Mon Sep 17 00:00:00 2001 From: Daniel Bayley Date: Sun, 4 Jun 2023 22:16:11 +0100 Subject: [PATCH] Add `key` variants (#1257) * Add `key` alternate icon * Update icons/key-2.svg Co-authored-by: Karsa * Refine `key` alternate icon * Add `key` variant * Refine `key` alternate icons * Rename `key-2` to `key-round` * Rename `key-3` to `key-square` * Improve metadata --------- Co-authored-by: Karsa --- icons/key-round.json | 14 ++++++++++++++ icons/key-round.svg | 14 ++++++++++++++ icons/key-square.json | 15 +++++++++++++++ icons/key-square.svg | 15 +++++++++++++++ icons/key.json | 6 +++++- 5 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 icons/key-round.json create mode 100644 icons/key-round.svg create mode 100644 icons/key-square.json create mode 100644 icons/key-square.svg diff --git a/icons/key-round.json b/icons/key-round.json new file mode 100644 index 0000000..7790392 --- /dev/null +++ b/icons/key-round.json @@ -0,0 +1,14 @@ +{ + "$schema": "../icon.schema.json", + "tags": [ + "password", + "login", + "authentication", + "secure", + "unlock" + ], + "categories": [ + "security", + "account" + ] +} \ No newline at end of file diff --git a/icons/key-round.svg b/icons/key-round.svg new file mode 100644 index 0000000..5749f92 --- /dev/null +++ b/icons/key-round.svg @@ -0,0 +1,14 @@ + + + + diff --git a/icons/key-square.json b/icons/key-square.json new file mode 100644 index 0000000..977b5bc --- /dev/null +++ b/icons/key-square.json @@ -0,0 +1,15 @@ +{ + "$schema": "../icon.schema.json", + "tags": [ + "password", + "login", + "authentication", + "secure", + "unlock", + "car key" + ], + "categories": [ + "security", + "account" + ] +} \ No newline at end of file diff --git a/icons/key-square.svg b/icons/key-square.svg new file mode 100644 index 0000000..dc8c757 --- /dev/null +++ b/icons/key-square.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/icons/key.json b/icons/key.json index 0aedb50..39d7ed0 100644 --- a/icons/key.json +++ b/icons/key.json @@ -11,7 +11,11 @@ "password", "login", "authentication", - "secure" + "secure", + "unlock", + "keychain", + "key ring", + "fob" ], "categories": [ "security",