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 MediaMobileIcon = createSvgIcon(
<path fillRule="evenodd" clipRule="evenodd" d="M8.66667 5.33334C8.29848 5.33334 8 5.63182 8 6.00001V26C8 26.3682 8.29848 26.6667 8.66667 26.6667H23.3333C23.7015 26.6667 24 26.3682 24 26V6.00001C24 5.63182 23.7015 5.33334 23.3333 5.33334H8.66667ZM11.7334 8.39967C11.3652 8.39967 11.0667 8.69815 11.0667 9.06634V22.9335C11.0667 23.3017 11.3652 23.6002 11.7334 23.6002H20.2673C20.6354 23.6002 20.9339 23.3017 20.9339 22.9335V9.06633C20.9339 8.69814 20.6354 8.39967 20.2673 8.39967H11.7334Z"/>,
'MediaMobile',
'0 0 32 32'
);