Skip to content
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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

irvineacosta
Copy link

What is the purpose of this pull request?

  • New Icon
  • Bug fix
  • New Feature
  • Documentation update
  • Other:

Description

This PR adds a new columns-cog icon, which is a settings/editing variant of the existing columns-3 icon. The design follows Lucide’s existing conventions for settings-related icons by combining columns-3 with a cog element, similar to how other icons represent customization or configuration.

Icon use case

This icon is useful for:

  • Customizing table columns in UI settings panels.
  • Editing column layouts in grid-based design tools.
  • Adjusting column preferences in dashboards or data tables.

Alternative icon designs

  • No significant alternatives were considered, as this design follows Lucide’s cog-based settings icons.

Icon Design Checklist

Concept

  • I have provided valid use cases for each icon.
  • I have not added any brand or logo icon.
  • I have not used any hate symbols.
  • I have not included any religious or political imagery.

Author, credits & license

  • The icons are solely my own creation.
  • The icons were originally created in # by @
  • I've based them on the existing columns-3 and the cog element used in other Lucide icons.
  • I've based them on the following design:

Naming

  • I've read and followed the naming conventions.
  • I've named the icon by what it is rather than its use case.
  • I've provided a meta JSON file in icons/columns-cog.json.

Design

  • I've read and followed the icon design guidelines.
  • I've made sure that the icon looks sharp on low DPI displays.
  • I've made sure that the icon looks consistent with the icon set in size, optical volume, and density.
  • I've made sure that the icon is visually centered.
  • I've correctly optimized all icons to three points of precision.

Before Submitting

@github-actions github-actions bot added 🎨 icon About new icons 🫧 metadata Improved metadata labels Jan 31, 2025
Copy link

github-actions bot commented Jan 31, 2025

Added or changed icons

icons/columns-3-cog.svg

Preview cohesion icons/square-divide.svg
icons/columns-3-cog.svg
icons/gamepad-2.svg
Preview stroke widths icons/columns-3-cog.svg
icons/columns-3-cog.svg
icons/columns-3-cog.svg
DPI Preview (24px) icons/columns-3-cog.svg
Icon X-rays icons/columns-3-cog.svg
Icon Diffs icons/columns-3-cog.svg
Icons as code

Works for: lucide-react, lucide-react-native, lucide-preact, lucide-vue-next

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"}]
])

@jguddas
Copy link
Member

jguddas commented Jan 31, 2025

@karsa-mistmere what do you think about naming it columns-3-cog?

@irvineacosta
Copy link
Author

@karsa-mistmere what do you think about naming it columns-3-cog?

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. ☺️

@karsa-mistmere
Copy link
Member

@karsa-mistmere what do you think about naming it columns-3-cog?

Definitely!

@irvineacosta irvineacosta changed the title Add columns-cog icon and metadata Add columns-3-cog icon Feb 7, 2025
@irvineacosta
Copy link
Author

@karsa-mistmere @jguddas updated! 😁

{
"$schema": "../icon.schema.json",
"contributors": [
"irvineacosta"
Copy link
Member

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.

Copy link
Author

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 ✌🏻

@irvineacosta irvineacosta requested a review from jguddas February 9, 2025 14:03
@ericfennis ericfennis changed the title Add columns-3-cog icon feat(icons): Add columns-3-cog icon Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎨 icon About new icons 🫧 metadata Improved metadata
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants