mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-15 21:17:41 +01:00
* 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"
This commit is contained in:
committed by
GitHub
parent
4c8650a7bf
commit
33bb95edcd
25
icons/book-search.json
Normal file
25
icons/book-search.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere",
|
||||
"Muhammad-Aqib-Bashir"
|
||||
],
|
||||
"tags": [
|
||||
"reading",
|
||||
"library",
|
||||
"study",
|
||||
"education",
|
||||
"research",
|
||||
"knowledge",
|
||||
"discover",
|
||||
"browsing",
|
||||
"lookup",
|
||||
"finding",
|
||||
"scanning"
|
||||
],
|
||||
"categories": [
|
||||
"text",
|
||||
"development",
|
||||
"gaming"
|
||||
]
|
||||
}
|
||||
16
icons/book-search.svg
Normal file
16
icons/book-search.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M11 22H5.5a1 1 0 0 1 0-5h4.501" />
|
||||
<path d="m21 22-1.879-1.878" />
|
||||
<path d="M3 19.5v-15A2.5 2.5 0 0 1 5.5 2H18a1 1 0 0 1 1 1v8" />
|
||||
<circle cx="17" cy="18" r="3" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 389 B |
Reference in New Issue
Block a user