mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Add icons
This commit is contained in:
parent
c9d90beba5
commit
878175c14d
5 changed files with 33 additions and 0 deletions
6
assets/icons/arrow.svg
Normal file
6
assets/icons/arrow.svg
Normal file
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<g fill="none">
|
||||
<path d="M0 0h24v24H0z"/>
|
||||
<path stroke="#323232" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16 14l-4-4-4 4"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 238 B |
7
assets/icons/cog.svg
Normal file
7
assets/icons/cog.svg
Normal file
|
@ -0,0 +1,7 @@
|
|||
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||
<g stroke-linecap="round" stroke-width="1.5" stroke="#323232" fill="none" stroke-linejoin="round">
|
||||
<path d="M18.364 5.63604c3.51472 3.51472 3.51472 9.2132 0 12.7279-3.51472 3.51472-9.2132 3.51472-12.7279 0-3.51472-3.51472-3.51472-9.2132 0-12.7279 3.51472-3.51472 9.2132-3.51472 12.7279 0"/>
|
||||
<path d="M12.715 16.632l.982-.264c.183-.049.32-.201.351-.388l.215-1.32c.033-.204.194-.365.398-.398l1.319-.215c.187-.03.339-.168.388-.351l.263-.982c.049-.183-.014-.378-.161-.498l-1.036-.846c-.161-.131-.219-.35-.146-.544l.476-1.253c.067-.177.024-.378-.11-.512l-.718-.718c-.134-.134-.334-.177-.512-.11l-1.251.477c-.194.074-.413.015-.544-.146l-.846-1.036c-.12-.147-.315-.21-.498-.16l-.982.264c-.183.049-.32.201-.351.388l-.215 1.32c-.033.204-.193.364-.398.397l-1.319.215c-.187.03-.339.168-.388.351l-.263.982c-.049.183.014.378.16.498l1.034.846c.16.131.219.35.145.544l-.476 1.253c-.067.177-.024.378.11.512l.718.718c.134.134.334.177.511.11l1.254-.475c.194-.073.413-.015.544.146l.846 1.036c.122.145.317.208.5.159z"/>
|
||||
</g>
|
||||
<path fill="none" d="M0 0h24v24H0V0z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
6
assets/icons/cross.svg
Normal file
6
assets/icons/cross.svg
Normal file
|
@ -0,0 +1,6 @@
|
|||
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill="none">
|
||||
<path d="M0 0h24v24H0z"/>
|
||||
<path stroke="#bd6868" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.83 9.17l-5.66 5.66M14.83 14.83L9.17 9.17M12 21v0c-4.971 0-9-4.029-9-9v0c0-4.971 4.029-9 9-9v0c4.971 0 9 4.029 9 9v0c0 4.971-4.029 9-9 9z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 360 B |
7
assets/icons/files.svg
Normal file
7
assets/icons/files.svg
Normal file
|
@ -0,0 +1,7 @@
|
|||
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill="none">
|
||||
<path d="M0 0h24v24H0z"/>
|
||||
<path stroke="#8b8b8b" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 15l4 2 4-2M12 11l4-2-4-2-4 2zM8 12l4 2 4-2"/>
|
||||
<path stroke="#8b8b8b" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 12v0c0 4.971-4.029 9-9 9v0c-4.971 0-9-4.029-9-9v0c0-4.971 4.029-9 9-9v0c4.971 0 9 4.029 9 9z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 459 B |
7
assets/icons/tick.svg
Normal file
7
assets/icons/tick.svg
Normal file
|
@ -0,0 +1,7 @@
|
|||
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill="none">
|
||||
<path d="M0 0h24v24H0z"/>
|
||||
<path stroke="#58b76d" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 21v0c-4.971 0-9-4.029-9-9v0c0-4.971 4.029-9 9-9v0c4.971 0 9 4.029 9 9v0c0 4.971-4.029 9-9 9z"/>
|
||||
<path stroke="#58b76d" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 10l-5 5-3-3"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 429 B |
Loading…
Add table
Reference in a new issue