Dateien nach "frontend/src" hochladen

This commit is contained in:
2026-05-27 19:01:26 +02:00
parent 2da50e2c71
commit 14a67787a9
3 changed files with 152 additions and 9 deletions

View File

@@ -139,3 +139,6 @@ export const LinkIcon = ({size=20,color='currentColor',sw}) => base(<>
export const ZapIcon = ({size=20,color='currentColor',sw}) => base(<>
<polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"/>
</>, size, color, sw);
export const MessageIcon = ({size=20,color='currentColor',sw}) => base(<>
<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" stroke={color} strokeWidth={sw||1.5} fill="none" strokeLinejoin="round" strokeLinecap="round"/>
</>, size, color, sw);