mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Feature: Add icons quotes, quote-left and quote-right
This commit is contained in:
parent
3c64e93543
commit
249de053a7
13
icons/quote-left.svg
Normal file
13
icons/quote-left.svg
Normal 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
13
icons/quote-right.svg
Normal 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
13
icons/quotes.svg
Normal 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 |
Loading…
Reference in New Issue
Block a user