mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 19:26:51 +01:00
* Add `book-copy` (`git clone` repo) icon * Add `book-marked` (`git` repo) icon * Add `book-template` (`git` template repo) icon * Add `book-up` (`git push` repo) icon * Add `book-down` (`git pull` repo) icon * Add `book-add` (`git add` repo) icon * Add `book-minus` (`git rm` repo) icon * Add `book-x` (`git rm` repo) icon * Add `book-lock` (`git` private repo) icon * Add `book-key` (`git` private repo) icon
17 lines
415 B
XML
17 lines
415 B
XML
<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"
|
|
>
|
|
<line x1="12" y1="7" x2="12" y2="13"/>
|
|
<line x1="9" y1="10" x2="15" y2="10"/>
|
|
<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20" />
|
|
<path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z" />
|
|
</svg>
|