This commit is contained in:
Robin Grenzdörfer 2023-07-13 16:44:40 +00:00
parent 7ce16346e0
commit 09a150f102
5 changed files with 15 additions and 2 deletions

2
.gitignore vendored
View File

@ -8,7 +8,7 @@ docs/.yarn/*
!docs/.yarn/versions
api/hooks/lib/app.server*
node_modules
media
/media
tmp
_temp
frontend/dist

View File

@ -0,0 +1,3 @@
<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill="#000" d="M10 14h30v2H10zM15 24h25v2H15zM20 34h20v2H20z"/>
</svg>

After

Width:  |  Height:  |  Size: 177 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -0,0 +1,4 @@
<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="m37.304 11.282 1.414 1.414-26.022 26.02-1.414-1.413 26.022-26.021z" fill="#333"/>
<path d="m12.696 11.282 26.022 26.02-1.414 1.415-26.022-26.02 1.414-1.415z" fill="#333"/>
</svg>

After

Width:  |  Height:  |  Size: 292 B