-
-
Notifications
You must be signed in to change notification settings - Fork 701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(icons): Add columns-3-cog icon #2763
base: main
Are you sure you want to change the base?
Conversation
Added or changed iconsIcons as codeWorks for: const Columns3CogIcon = createLucideIcon('Columns3Cog', [
["path",{"d":"M10.5 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v5.5"}],
["path",{"d":"m14.3 19.6 1-.4"}],
["path",{"d":"M15 3v7.5"}],
["path",{"d":"m15.2 16.9-.9-.3"}],
["path",{"d":"m16.6 21.7.3-.9"}],
["path",{"d":"m16.8 15.3-.4-1"}],
["path",{"d":"m19.1 15.2.3-.9"}],
["path",{"d":"m19.6 21.7-.4-1"}],
["path",{"d":"m20.7 16.8 1-.4"}],
["path",{"d":"m21.7 19.4-.9-.3"}],
["path",{"d":"M9 3v18"}],
["circle",{"cx":"18","cy":"18","r":"3"}]
]) |
@karsa-mistmere what do you think about naming it |
Makes sense to me and leaves room for the other columns icon to have a cog version. I can updated it once @karsa-mistmere gives their input. |
Definitely! |
@karsa-mistmere @jguddas updated! 😁 |
icons/columns-3-cog.json
Outdated
{ | ||
"$schema": "../icon.schema.json", | ||
"contributors": [ | ||
"irvineacosta" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should include the contributors this icon is based on.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the json file.
I wasn't sure who to credit for the small cog since there are a lot of icons using it. @karsa-mistmere was the constant so I added them.
Let me know if I need to include anyone else ✌🏻
What is the purpose of this pull request?
Description
This PR adds a new
columns-cog
icon, which is a settings/editing variant of the existingcolumns-3
icon. The design follows Lucide’s existing conventions for settings-related icons by combiningcolumns-3
with a cog element, similar to how other icons represent customization or configuration.Icon use case
This icon is useful for:
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
columns-3
and the cog element used in other Lucide icons.Naming
icons/columns-cog.json
.Design
Before Submitting