From fc3b20c9216bf844c30d8261c5ee4a2e6a3bd18f Mon Sep 17 00:00:00 2001 From: Jakob Guddas Date: Sun, 15 Sep 2024 11:08:05 +0200 Subject: [PATCH 1/2] Added icons/file-user.svg --- icons/file-user.svg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 icons/file-user.svg diff --git a/icons/file-user.svg b/icons/file-user.svg new file mode 100644 index 0000000000..72b03bd00a --- /dev/null +++ b/icons/file-user.svg @@ -0,0 +1,16 @@ + + + + + + From 68a16198309209a17cc459ddb28627a7cdb4732d Mon Sep 17 00:00:00 2001 From: Jakob Guddas Date: Sun, 15 Sep 2024 11:08:06 +0200 Subject: [PATCH 2/2] Added icons/file-user.json --- icons/file-user.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 icons/file-user.json diff --git a/icons/file-user.json b/icons/file-user.json new file mode 100644 index 0000000000..6218953104 --- /dev/null +++ b/icons/file-user.json @@ -0,0 +1,28 @@ +{ + "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley", + "colebemis", + "ericfennis", + "jguddas" + ], + "tags": [ + "person", + "personal information", + "people", + "listing", + "networking", + "document", + "contact", + "cover letter", + "resume", + "cv", + "curriculum vitae", + "application form" + ], + "categories": [ + "account", + "communication", + "files" + ] +}