feat(icon): add book-search icon (#3573) (#3580)

* 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:
Muhammad Aqib Bashir
2025-11-26 13:29:40 +05:00
committed by GitHub
parent 4c8650a7bf
commit 33bb95edcd
2 changed files with 41 additions and 0 deletions

25
icons/book-search.json Normal file
View 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
View 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