From 114aa6f88922519949b6e3da2a2ab906190b3a20 Mon Sep 17 00:00:00 2001 From: Jakob Guddas Date: Wed, 26 Jun 2024 21:40:26 +0200 Subject: [PATCH 1/2] Added icons/printer-check.svg --- icons/printer-check.svg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 icons/printer-check.svg diff --git a/icons/printer-check.svg b/icons/printer-check.svg new file mode 100644 index 0000000000..64a9357760 --- /dev/null +++ b/icons/printer-check.svg @@ -0,0 +1,16 @@ + + + + + + From b28f6850e66a7cc5ca3061af32d84efcded278bb Mon Sep 17 00:00:00 2001 From: Jakob Guddas Date: Wed, 26 Jun 2024 21:40:26 +0200 Subject: [PATCH 2/2] Added icons/printer-check.json --- icons/printer-check.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 icons/printer-check.json diff --git a/icons/printer-check.json b/icons/printer-check.json new file mode 100644 index 0000000000..b672bfcb43 --- /dev/null +++ b/icons/printer-check.json @@ -0,0 +1,20 @@ +{ + "$schema": "../icon.schema.json", + "contributors": [ + "colebemis", + "csandman", + "ericfennis", + "jguddas" + ], + "tags": [ + "fax", + "office", + "device", + "success", + "printed" + ], + "categories": [ + "devices", + "account" + ] +}