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): added pill-bottle icon #2174

Merged
merged 1 commit into from
Jun 2, 2024
Merged

feat(icons): added pill-bottle icon #2174

merged 1 commit into from
Jun 2, 2024

Conversation

karsa-mistmere
Copy link
Member

closes #2173

What is the purpose of this pull request?

  • New Icon

Description

Icon use case

  • To indicate sections related to prescription medications, over-the-counter drugs, or refills.
  • For features like medication tracking, reminders, or a virtual medicine cabinet.
  • To represent categories for pharmaceuticals, health supplements, and vitamins.
  • To denote patient medication history or prescription details.
  • To illustrate articles related to drug information, medication safety, or healthcare advice.
  • For interfaces where healthcare professionals manage prescriptions and patient medication lists.
  • To mark inventory sections for pharmaceuticals or to assist in prescription ordering processes.
  • In promotional materials focused on medication adherence, vaccination programs, or safe drug use.
  • As a visual cue for areas where patients can view or manage their prescriptions.

Alternative icon designs

Icon Design Checklist

Concept

  • I have provided valid use cases for each icon.
  • I have not added any a 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.

Naming

  • I've read and followed the naming conventions
  • I've named icons by what they are rather than their use case.
  • I've provided meta JSON files in icons/[iconName].json.

Design

  • I've read and followed the icon design guidelines
  • I've made sure that the icons look sharp on low DPI displays.
  • I've made sure that the icons look consistent with the icon set in size, optical volume and density.
  • I've made sure that the icons are 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 May 30, 2024
Copy link

Added or changed icons

icons/pill-bottle.svg

Preview cohesion icons/square-x.svg
icons/pill-bottle.svg
icons/lamp-wall-up.svg
Preview stroke widths icons/pill-bottle.svg
icons/pill-bottle.svg
icons/pill-bottle.svg
DPI Preview (24px) icons/pill-bottle.svg
Icon X-rays icons/pill-bottle.svg
Icons as code

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

const PillBottleIcon = createLucideIcon('PillBottle', [
  ["path",{"d":"M18 11h-4a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h4"}],
  ["path",{"d":"M6 7v13a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7"}],
  ["rect",{"width":"16","height":"5","x":"4","y":"2","rx":"1"}]
])

@lilouartz
Copy link

I love it!

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.

Nice!

@ericfennis ericfennis merged commit 8458345 into main Jun 2, 2024
7 checks passed
@ericfennis ericfennis deleted the icon/pill-bottle branch June 2, 2024 08:39
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.

Pill Container
4 participants