From c6632ce8d7191a210ca804a465d08e3d7f0050f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebesty=C3=A9n=20N=C3=A9meth?= Date: Tue, 25 Feb 2025 09:13:45 +0100 Subject: [PATCH] feat(icons): added `shield-user` icon (#2608) * Added icons/shield-user.svg * Added icons/shield-user.json * Update shield-user.svg Apply suggestion by @karsa-mistmere at https://github.com/lucide-icons/lucide/pull/2608#issuecomment-2541214222 * Inherit coontributors * Close gaps in svg * Simplify arc --------- Co-authored-by: Eric Fennis --- icons/shield-user.json | 23 +++++++++++++++++++++++ icons/shield-user.svg | 15 +++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 icons/shield-user.json create mode 100644 icons/shield-user.svg diff --git a/icons/shield-user.json b/icons/shield-user.json new file mode 100644 index 0000000000..19b00d8bb9 --- /dev/null +++ b/icons/shield-user.json @@ -0,0 +1,23 @@ +{ + "$schema": "../icon.schema.json", + "contributors": [ + "sebinemeth", + "ksk3110", + "karsa-mistmere", + "colebemis" + ], + "tags": [ + "shield", + "user", + "admin", + "protection", + "protected", + "safety", + "guard" + ], + "categories": [ + "account", + "security", + "development" + ] +} diff --git a/icons/shield-user.svg b/icons/shield-user.svg new file mode 100644 index 0000000000..ff56788e02 --- /dev/null +++ b/icons/shield-user.svg @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file