feat(icons): added shield-cog icon#3902
Conversation
| "karsa-mistmere", | ||
| "KnarliX" | ||
| ], | ||
| "tags": [ |
There was a problem hiding this comment.
Suggestions for the shield-cog-2 icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
| "tags": [ | |
| "tags": [ | |
| "shield", | |
| "cog", | |
| "security", | |
| "mechanical", | |
| "settings", | |
| "gear", | |
| "mechanism", | |
| "repair", |
| "karsa-mistmere", | ||
| "KnarliX" | ||
| ], | ||
| "tags": [ |
There was a problem hiding this comment.
Suggestions for the shield-cog icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
| "tags": [ | |
| "tags": [ | |
| "shield", | |
| "protector", | |
| "security", | |
| "gear", | |
| "mechanism", | |
| "cogwheel", | |
| "settings", | |
| "configuration", |
|
Hey @KnarliX, Names like |
naming problem has been resolved |
Added or changed iconsIcons as codeWorks for: const ShieldCogCornerIcon = createLucideIcon('ShieldCogCorner', [
["path",{"d":"M11 22c-3.806-1.45-7-3.966-7-9V6a1 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 1v4"}],
["path",{"d":"M14.923 16.547 14 16.164"}],
["path",{"d":"m14.923 18.843-.923.383"}],
["path",{"d":"M16.547 14.923 16.164 14"}],
["path",{"d":"m16.547 20.467-.383.924"}],
["path",{"d":"m18.843 14.923.383-.923"}],
["path",{"d":"m19.225 21.391-.382-.924"}],
["path",{"d":"m20.467 16.547.923-.383"}],
["path",{"d":"m20.467 18.843.923.383"}],
["circle",{"cx":"17.695","cy":"17.695","r":"3"}]
])
const ShieldCogIcon = createLucideIcon('ShieldCog', [
["path",{"d":"m10.929 14.467-.383.924"}],
["path",{"d":"M10.929 8.923 10.546 8"}],
["path",{"d":"M13.225 8.923 13.608 8"}],
["path",{"d":"m13.607 15.391-.382-.924"}],
["path",{"d":"m14.849 10.547.923-.383"}],
["path",{"d":"m14.849 12.843.923.383"}],
["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"}],
["path",{"d":"m9.305 10.547-.923-.383"}],
["path",{"d":"m9.305 12.843-.923.383"}],
["circle",{"cx":"12.077","cy":"11.695","r":"3"}]
]) |
|
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
0dc67e3 to
32196cd
Compare
|
. |
|
4b0728f to
04f5f6c
Compare
Now? Any issue? |
04f5f6c to
3ca6445
Compare
4c680e8 to
f58d5fd
Compare
Closes #3886
What is the purpose of this pull request?
Description
Added new
shield-cogicon.Added new
shield-cog-cornericon.Icon use case
shield-cogUsed to represent security configuration, protection settings, and admin controls where security parameters are adjusted rather than just indicated
shield-cog-cornerUsed as a contextual badge or quick-access indicator for configurable security settings on UI elements where security configuration is available but not the primary function.
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
shieldNaming
icons/[iconName].json.Design
Before Submitting