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

fix(icons): changed pen-line and pencil-line icon #2663

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

Conversation

jguddas
Copy link
Member

@jguddas jguddas commented Dec 5, 2024

What is the purpose of this pull request?

  • Other: Icon update

Description

Increased size to be the same as the other pen and pencil icons.

Before Submitting

@github-actions github-actions bot added 🎨 icon About new icons 🫧 metadata Improved metadata labels Dec 5, 2024
Copy link

github-actions bot commented Dec 5, 2024

Added or changed icons

icons/pen-line.svgicons/pencil-line.svg

Preview cohesion icons/square-arrow-up-right.svgicons/square-arrow-right.svg
icons/pen-line.svgicons/pencil-line.svg
icons/key-round.svgicons/captions-off.svg
Preview stroke widths icons/pen-line.svgicons/pencil-line.svg
icons/pen-line.svgicons/pencil-line.svg
icons/pen-line.svgicons/pencil-line.svg
DPI Preview (24px) icons/pen-line.svg icons/pencil-line.svg
Icon X-rays icons/pen-line.svg icons/pencil-line.svg
Icon Diffs icons/pen-line.svg icons/pencil-line.svg
Icons as code

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

const PenLineIcon = createLucideIcon('PenLine', [
  ["path",{"d":"M13 21h8"}],
  ["path",{"d":"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z"}]
])

const PencilLineIcon = createLucideIcon('PencilLine', [
  ["path",{"d":"M13 21h8"}],
  ["path",{"d":"m15 5 4 4"}],
  ["path",{"d":"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z"}]
])

@jguddas jguddas changed the title fix(icons): changed pencil-line icon fix(icons): changed pen-line and pencil-line icon Dec 5, 2024
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.

2 participants