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 book-open-* icon #2358

Merged
merged 5 commits into from
Sep 6, 2024

Conversation

jguddas
Copy link
Member

@jguddas jguddas commented Aug 3, 2024

What is the purpose of this pull request?

  • Other: Icon update

Description

Arcified icons.

Before Submitting

@github-actions github-actions bot added the 🎨 icon About new icons label Aug 3, 2024
Copy link

github-actions bot commented Aug 3, 2024

Added or changed icons

icons/book-open-check.svgicons/book-open-text.svgicons/book-open.svg

Preview cohesion icons/square-parking-off.svgicons/square-user-round.svgicons/square-divide.svg
icons/book-open-check.svgicons/book-open-text.svgicons/book-open.svg
icons/rainbow.svgicons/circle-arrow-down.svgicons/shield-x.svg
Preview stroke widths icons/book-open-check.svgicons/book-open-text.svgicons/book-open.svg
icons/book-open-check.svgicons/book-open-text.svgicons/book-open.svg
icons/book-open-check.svgicons/book-open-text.svgicons/book-open.svg
DPI Preview (24px) icons/book-open-check.svg icons/book-open-text.svg icons/book-open.svg
Icon X-rays icons/book-open-check.svg icons/book-open-text.svg icons/book-open.svg
Icons as code

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

const BookOpenCheckIcon = createLucideIcon('BookOpenCheck', [
  ["path",{"d":"M12 21V7"}],
  ["path",{"d":"m16 12 2 2 4-4"}],
  ["path",{"d":"M22 6V4a1 1 0 0 0-1-1h-5a4 4 0 0 0-4 4 4 4 0 0 0-4-4H3a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h6a3 3 0 0 1 3 3 3 3 0 0 1 3-3h6a1 1 0 0 0 1-1v-1.3"}]
])

const BookOpenTextIcon = createLucideIcon('BookOpenText', [
  ["path",{"d":"M12 7v14"}],
  ["path",{"d":"M16 12h2"}],
  ["path",{"d":"M16 8h2"}],
  ["path",{"d":"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z"}],
  ["path",{"d":"M6 12h2"}],
  ["path",{"d":"M6 8h2"}]
])

const BookOpenIcon = createLucideIcon('BookOpen', [
  ["path",{"d":"M12 7v14"}],
  ["path",{"d":"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z"}]
])

@jguddas jguddas changed the title fix(icons): changed book-open icon fix(icons): changed book-open-* icon Aug 3, 2024
@jguddas jguddas changed the title fix(icons): changed book-open-* icon fix(icons): arcified book-open-* icon Aug 3, 2024
Copy link

github-actions bot commented Sep 3, 2024

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Sep 3, 2024
@ericfennis ericfennis merged commit 36a5a8b into lucide-icons:main Sep 6, 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 Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants