first commit
Some checks failed
Build / run (push) Has been cancelled

This commit is contained in:
maher
2025-10-29 11:42:25 +01:00
commit 703f50a09d
4595 changed files with 385164 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import {createSvgIcon} from '@common/icons/create-svg-icon';
export const MediaSendIcon = createSvgIcon(
<path d="M26.269 16.5634C26.7996 16.3313 26.7996 15.6688 26.269 15.4367L6.37817 6.73581C5.76274 6.4666 5.10768 7.03376 5.40897 7.57494L8.74776 13.5721C8.76512 13.6033 8.79425 13.6262 8.82864 13.6357L16.8708 15.8653C17.001 15.9014 17.0011 16.086 16.8709 16.1222L8.83101 18.3599C8.79668 18.3694 8.7676 18.3923 8.75026 18.4235L5.40897 24.4251C5.10768 24.9663 5.76274 25.5334 6.37817 25.2642L26.269 16.5634Z"/>,
'MediaSend',
'0 0 32 32'
);