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",