mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 12:18:23 +02:00
* feat: add shield-lock icon * Update icons/shield-lock.json use more descriptive tags Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update icons/shield-lock.json added space between tag Co-authored-by: Karsa <contact@karsa.org> * fix: added valid shield-lock icon * fix(icons): changed `spade` icon (#3502) * Updated icons/spade.svg * Updated icons/spade.json * fix: added modified shield-lock icon * feat(icons):added shield-lock icon * feat(icons):added shield-lock icon (centered) * fix(icons): align shield with base icon * feat(icons): fill in missing metadata --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Karsa <contact@karsa.org>
38 lines
614 B
JSON
38 lines
614 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"caisere",
|
|
"karsa-mistmere"
|
|
],
|
|
"use-cases": [
|
|
"encryption settings",
|
|
"secure login",
|
|
"privacy controls",
|
|
"security software",
|
|
"secure file storage"
|
|
],
|
|
"tags": [
|
|
"antivirus",
|
|
"authentication",
|
|
"authorization",
|
|
"credentials",
|
|
"cybersecurity",
|
|
"data protection",
|
|
"defense",
|
|
"encryption",
|
|
"guard",
|
|
"login",
|
|
"password",
|
|
"privacy",
|
|
"safeguard",
|
|
"ssl",
|
|
"tls",
|
|
"two-factor authentication",
|
|
"verification",
|
|
"vpn"
|
|
],
|
|
"categories": [
|
|
"security"
|
|
]
|
|
}
|