diff options
Diffstat (limited to 'icons/books.svg')
-rw-r--r-- | icons/books.svg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/icons/books.svg b/icons/books.svg new file mode 100644 index 00000000..d708da80 --- /dev/null +++ b/icons/books.svg @@ -0,0 +1,14 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-books" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <rect x="5" y="4" width="4" height="16" rx="1" /> + <rect x="9" y="4" width="4" height="16" rx="1" /> + <path d="M5 8h4" /> + <path d="M9 16h4" /> + <g transform="rotate(-13 27.054 -55.827)"> + <rect width="4" height="16" rx="1" /> + <path d="M0 4h4" /> + <path d="M0 12h4" /> + </g> +</svg> + + |