lucide-icons / lucide

Beautiful & consistent icon toolkit made by the community. Open-source project and a fork of Feather Icons.
https://lucide.dev
ISC License
11.43k stars 524 forks source link

feat(icons): added `shield-user` icon #2608

Open sebinemeth opened 1 week ago

sebinemeth commented 1 week ago

closes #2600

What is the purpose of this pull request?

Description

Added new shield-user icon.

Icon use case

Access to admin area, mark user as admin/elevated access rights

Alternative icon designs

Icon Design Checklist

Concept

Author, credits & license

Naming

Design

Before Submitting

github-actions[bot] commented 1 week ago

Added or changed icons

icons/shield-user.svg
Preview cohesion icons/square-bottom-dashed-scissors.svg
icons/shield-user.svg
icons/diamond-plus.svg
Preview stroke widths icons/shield-user.svg
icons/shield-user.svg
icons/shield-user.svg
DPI Preview (24px) icons/shield-user.svg
Icon X-rays icons/shield-user.svg
Icon Diffs icons/shield-user.svg
Icons as code Works for: `lucide-react`, `lucide-react-native`, `lucide-preact`, `lucide-vue-next` ```ts const ShieldUserIcon = createLucideIcon('ShieldUser', [ ["path",{"d":"M15 15a3 3 0 1 0-6 0"}], ["path",{"d":"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}], ["circle",{"cx":"12","cy":"10","r":"2"}] ]) ```