5
common/resources/client/icons/material/KeyboardControlKey.tsx
Executable file
5
common/resources/client/icons/material/KeyboardControlKey.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const KeyboardControlKeyIcon = createSvgIcon(
|
||||
<path d="m5 12 1.41 1.41L12 7.83l5.59 5.58L19 12l-7-7z" />
|
||||
, 'KeyboardControlKeyOutlined');
|
||||
Reference in New Issue
Block a user