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,5 @@
import {createSvgIcon} from '../create-svg-icon';
export const MoreTimeIcon = createSvgIcon(
[<path d="M10 8v6l4.7 2.9.8-1.2-4-2.4V8z" key="0" />,<path d="M17.92 12c.05.33.08.66.08 1 0 3.9-3.1 7-7 7s-7-3.1-7-7 3.1-7 7-7c.7 0 1.37.1 2 .29V4.23c-.64-.15-1.31-.23-2-.23-5 0-9 4-9 9s4 9 9 9 9-4 9-9c0-.34-.02-.67-.06-1h-2.02z" key="1" />,<path d="M20 5V2h-2v3h-3v2h3v3h2V7h3V5z" key="2" />,]
, 'MoreTimeOutlined');