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): Update flask icons #2659

Merged
merged 2 commits into from
Dec 4, 2024
Merged

Conversation

jamiemlaw
Copy link
Contributor

What is the purpose of this pull request?

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

Description

Updates the conical flask icons to have a more rounded base, with arcs aligned to the grid; and the round flask icons to make the bowl a little bigger, so that it sits on the grid better.

Before Submitting

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

github-actions bot commented Dec 3, 2024

Added or changed icons

icons/flask-conical-off.svgicons/flask-conical.svgicons/flask-round.svg

Preview cohesion icons/square-arrow-down-right.svgicons/message-square-more.svgicons/square-mouse-pointer.svg
icons/flask-conical-off.svgicons/flask-conical.svgicons/flask-round.svg
icons/chart-bar-decreasing.svgicons/align-left.svgicons/case-upper.svg
Preview stroke widths icons/flask-conical-off.svgicons/flask-conical.svgicons/flask-round.svg
icons/flask-conical-off.svgicons/flask-conical.svgicons/flask-round.svg
icons/flask-conical-off.svgicons/flask-conical.svgicons/flask-round.svg
DPI Preview (24px) icons/flask-conical-off.svg icons/flask-conical.svg icons/flask-round.svg
Icon X-rays icons/flask-conical-off.svg icons/flask-conical.svg icons/flask-round.svg
Icon Diffs icons/flask-conical-off.svg icons/flask-conical.svg icons/flask-round.svg
Icons as code

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

const FlaskConicalOffIcon = createLucideIcon('FlaskConicalOff', [
  ["path",{"d":"M10 2v2.343"}],
  ["path",{"d":"M14 2v6.343"}],
  ["path",{"d":"m2 2 20 20"}],
  ["path",{"d":"M20 20a2 2 0 0 1-2 2H6a2 2 0 0 1-1.755-2.96l5.227-9.563"}],
  ["path",{"d":"M6.453 15H15"}],
  ["path",{"d":"M8.5 2h7"}]
])

const FlaskConicalIcon = createLucideIcon('FlaskConical', [
  ["path",{"d":"M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2"}],
  ["path",{"d":"M6.453 15h11.094"}],
  ["path",{"d":"M8.5 2h7"}]
])

const FlaskRoundIcon = createLucideIcon('FlaskRound', [
  ["path",{"d":"M10 2v6.292a7 7 0 1 0 4 0V2"}],
  ["path",{"d":"M5 15h14"}],
  ["path",{"d":"M8.5 2h7"}]
])

Copy link
Member

@ericfennis ericfennis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Much better, Love it!

@ericfennis ericfennis merged commit 4f74034 into lucide-icons:main Dec 4, 2024
8 checks passed
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.

3 participants