Files
mtdb_movie/common/resources/client/icons/material/Shortcut.tsx
maher 703f50a09d
Some checks failed
Build / run (push) Has been cancelled
first commit
2025-10-29 11:42:25 +01:00

6 lines
251 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const ShortcutIcon = createSvgIcon(
<path d="m15 5-1.41 1.41L15 7.83 17.17 10H8c-2.76 0-5 2.24-5 5v4h2v-4c0-1.65 1.35-3 3-3h9.17L15 14.17l-1.41 1.41L15 17l6-6-6-6z" />
, 'ShortcutOutlined');