From 13a3f565b667304ee97673eb5ab69266b02001df Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Thu, 26 Jan 2023 09:51:01 +0100 Subject: [PATCH] Add `database-backup` icon (#918) --- icons/database-backup.json | 18 ++++++++++++++++++ icons/database-backup.svg | 18 ++++++++++++++++++ tags.json | 9 +++++++++ 3 files changed, 45 insertions(+) create mode 100644 icons/database-backup.json create mode 100644 icons/database-backup.svg diff --git a/icons/database-backup.json b/icons/database-backup.json new file mode 100644 index 0000000..7cc8595 --- /dev/null +++ b/icons/database-backup.json @@ -0,0 +1,18 @@ +{ + "$schema": "../icon.schema.json", + "tags": [ + "storage", + "memory", + "backup", + "timemachine", + "rotate", + "arrow", + "left" + ], + "categories": [ + "devices", + "arrows", + "design", + "photography" + ] +} diff --git a/icons/database-backup.svg b/icons/database-backup.svg new file mode 100644 index 0000000..00690f1 --- /dev/null +++ b/icons/database-backup.svg @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/tags.json b/tags.json index 050bb53..c7ddcb7 100644 --- a/tags.json +++ b/tags.json @@ -1291,6 +1291,15 @@ "storage", "memory" ], + "database-backup": [ + "storage", + "memory", + "backup", + "timemachine", + "rotate", + "arrow", + "left" + ], "delete": [ "backspace", "remove"