verschoben von innohub/k3s repo
This commit is contained in:
15
src/lib/icons/Plus.svelte
Normal file
15
src/lib/icons/Plus.svelte
Normal file
@@ -0,0 +1,15 @@
|
||||
<svg
|
||||
class="-ml-1 mr-2 h-5 w-5"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
aria-hidden="true"
|
||||
>
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M12 6v6m0 0v6m0-6h6m-6 0H6"
|
||||
/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 269 B |
Reference in New Issue
Block a user