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): arcified octagon-* icons #2280

Merged
merged 9 commits into from
Jul 7, 2024

Conversation

jguddas
Copy link
Member

@jguddas jguddas commented Jul 3, 2024

What is the purpose of this pull request?

  • Other: Icon update

Description

Arcified octagons.

Before Submitting

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

github-actions bot commented Jul 3, 2024

Added or changed icons

icons/octagon-alert.svgicons/octagon-pause.svgicons/octagon-x.svgicons/octagon.svg

Preview cohesion icons/square-divide.svgicons/square-chevron-right.svgicons/message-square-text.svgicons/message-square-x.svg
icons/octagon-alert.svgicons/octagon-pause.svgicons/octagon-x.svgicons/octagon.svg
icons/stretch-horizontal.svgicons/octagon-x.svgicons/ratio.svgicons/arrow-down-to-dot.svg
Preview stroke widths icons/octagon-alert.svgicons/octagon-pause.svgicons/octagon-x.svgicons/octagon.svg
icons/octagon-alert.svgicons/octagon-pause.svgicons/octagon-x.svgicons/octagon.svg
icons/octagon-alert.svgicons/octagon-pause.svgicons/octagon-x.svgicons/octagon.svg
DPI Preview (24px) icons/octagon-alert.svg icons/octagon-pause.svg icons/octagon-x.svg icons/octagon.svg
Icon X-rays icons/octagon-alert.svg icons/octagon-pause.svg icons/octagon-x.svg icons/octagon.svg
Icons as code

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

const OctagonAlertIcon = createLucideIcon('OctagonAlert', [
  ["path",{"d":"M12 16h.01"}],
  ["path",{"d":"M12 8v4"}],
  ["path",{"d":"M15.312 2a2 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-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z"}]
])

const OctagonPauseIcon = createLucideIcon('OctagonPause', [
  ["path",{"d":"M10 15V9"}],
  ["path",{"d":"M14 15V9"}],
  ["path",{"d":"M2.586 16.872A2 2 0 0 1 2 15.458V8.542a2 2 0 0 1 .586-1.414l4.542-4.542A2 2 0 0 1 8.542 2h6.916a2 2 0 0 1 1.414.586l4.542 4.542A2 2 0 0 1 22 8.542v6.916a2 2 0 0 1-.586 1.414l-4.542 4.542a2 2 0 0 1-1.414.586H8.542a2 2 0 0 1-1.414-.586z"}]
])

const OctagonXIcon = createLucideIcon('OctagonX', [
  ["path",{"d":"m15 9-6 6"}],
  ["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":"m9 9 6 6"}]
])

const OctagonIcon = createLucideIcon('Octagon', [
  ["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"}]
])

@ericfennis ericfennis merged commit 4dcc340 into lucide-icons:main Jul 7, 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