Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(icons): added octagon-minus icon #2408

Merged
merged 3 commits into from
Sep 1, 2024

Conversation

jguddas
Copy link
Member

@jguddas jguddas commented Aug 25, 2024

What is the purpose of this pull request?

  • New Icon

Description

Added new octagon-minus icon.

Icon use case

  • Traffic symbol
  • Restricted
  • Forbidden access

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.
  • The icons were originally created in # by @colebemis
  • I've based them on the following Lucide icons: octagon, circle-minus
  • I've based them on the following design:

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 Aug 25, 2024
Copy link

Added or changed icons

icons/octagon-minus.svg

Preview cohesion icons/square-arrow-out-up-right.svg
icons/octagon-minus.svg
icons/user-check.svg
Preview stroke widths icons/octagon-minus.svg
icons/octagon-minus.svg
icons/octagon-minus.svg
DPI Preview (24px) icons/octagon-minus.svg
Icon X-rays icons/octagon-minus.svg
Icons as code

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

const OctagonMinusIcon = createLucideIcon('OctagonMinus', [
  ["path",{"d":"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z"}],
  ["path",{"d":"M8 12h8"}]
])

@karsa-mistmere karsa-mistmere merged commit 0ca2099 into lucide-icons:main Sep 1, 2024
8 checks passed
# for free to join this conversation on GitHub. Already have an account? # 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