|
|
@@ -4,6 +4,10 @@ SPDX-License-Identifier: MIT
|
|
|
Source: https://github.com/tabler/tabler-icons
|
|
|
-->
|
|
|
<svg xmlns="http://www.w3.org/2000/svg">
|
|
|
+ <symbol id="icon-chevron-down" 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"/>
|
|
|
+ <path d="M6 9l6 6l6 -6" />
|
|
|
+ </symbol>
|
|
|
<symbol id="icon-read" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
<path stroke="none" d="M0 0h24v24H0z"/>
|
|
|
<circle cx="12" cy="12" r="9" />
|