Dateien nach "frontend/src" hochladen

This commit is contained in:
2026-05-25 23:54:10 +02:00
parent c83ea713c3
commit 05737af18e
2 changed files with 4 additions and 1 deletions

View File

@@ -110,6 +110,8 @@ export const UpdateIcon = ({size=20,color='currentColor',sw}) => base(<>
export const ChevronIcon = ({size=20,color='currentColor',sw,dir='right'}) => base(<>
{dir==='right' && <polyline points="9 18 15 12 9 6"/>}
{dir==='down' && <polyline points="6 9 12 15 18 9"/>}
{dir==='left' && <polyline points="15 18 9 12 15 6"/>}
{dir==='up' && <polyline points="18 15 12 9 6 15"/>}
</>, size, color, sw);
export const CameraIcon = ({size=20,color='currentColor',sw}) => base(<>