5
common/resources/client/icons/material/Shortcut.tsx
Executable file
5
common/resources/client/icons/material/Shortcut.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
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');
|
||||
Reference in New Issue
Block a user