Feature: Add icons quotes, quote-left and quote-right

This commit is contained in:
Alexander Antonov 2019-07-02 11:28:13 +03:00
parent 3c64e93543
commit 249de053a7
3 changed files with 39 additions and 0 deletions

13
icons/quote-left.svg Normal file
View File

@ -0,0 +1,13 @@
<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="M14 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2zM14 9l-1 4M9 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2zM9 9l-1 4" />
</svg>

After

Width:  |  Height:  |  Size: 312 B

13
icons/quote-right.svg Normal file
View File

@ -0,0 +1,13 @@
<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="M15 10a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM15 15l1-4M10 10a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM10 15l1-4" />
</svg>

After

Width:  |  Height:  |  Size: 314 B

13
icons/quotes.svg Normal file
View File

@ -0,0 +1,13 @@
<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="M20 15a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM20 20l1-4M15 15a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM15 20l1-4M9 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2zM9 4L8 8M4 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2zM4 4L3 8"/>
</svg>

After

Width:  |  Height:  |  Size: 395 B