-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat(icon): add book-search icon (#3573)
#3580
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
Merged
karsa-mistmere
merged 9 commits into
lucide-icons:main
from
Muhammad-Aqib-Bashir:icon/book-search
Nov 26, 2025
Merged
feat(icon): add book-search icon (#3573)
#3580
karsa-mistmere
merged 9 commits into
lucide-icons:main
from
Muhammad-Aqib-Bashir:icon/book-search
Nov 26, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 ChatGPT Tags suggestions ✨
I've asked ChatGPT for some suggestions for tags.
add book-search icon (#3573)
add book-search icon (#3573)book-search icon (#3573)
Contributor
Added or changed iconsIcons as codeWorks for: const BookSearchIcon = createLucideIcon('BookSearch', [
["path",{"d":"M12 22H6.5a1 1 0 0 1 0-5h4.501"}],
["path",{"d":"m22 22-1.879-1.878"}],
["path",{"d":"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v8"}],
["circle",{"cx":"18","cy":"18","r":"3"}]
]) |
b918692 to
5f93cc9
Compare
- Fix the vertical alignment of the icon in the 24x24 grid of pixels - It had 3 columns on the left side and 1 on the right side, now made 2 on both sides
ericfennis
reviewed
Aug 29, 2025
ericfennis
approved these changes
Oct 24, 2025
Member
ericfennis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
karsa-mistmere
pushed a commit
that referenced
this pull request
Dec 12, 2025
* feat(icon): add book-search icon * fix(icon): fix vertical alignment of `book-search` icon . - Fix the vertical alignment of the icon in the 24x24 grid of pixels - It had 3 columns on the left side and 1 on the right side, now made 2 on both sides * fix: remove extra tag "book search"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes #3573
What is the purpose of this pull request?
Description
Added new
book-searchicon.Icon use case
Library Management Systems: For a button or feature that allows searching books by title, author, or ISBN.
E-book Platforms: To represent the search or explore functionality in digital reading apps.
Educational Portals: searching through course materials, textbooks, or academic resources.
Bookstore Apps: For customers to quickly find and browse books by category, author, or price.
Knowledge Base & Documentation: To symbolize searching through manuals, documentation, or reference guides.
Icon Design Checklist
Concept
Author, credits & license
book,searchNaming
icons/book-search.json.Design
Before Submitting