5
common/resources/client/icons/material/MarkChatRead.tsx
Executable file
5
common/resources/client/icons/material/MarkChatRead.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const MarkChatReadIcon = createSvgIcon(
|
||||
<path d="M12 18H6l-4 4V4c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2v7h-2V4H4v12h8v2zm11-3.66-1.41-1.41-4.24 4.24-2.12-2.12-1.41 1.41L17.34 20 23 14.34z" />
|
||||
, 'MarkChatReadOutlined');
|
||||
Reference in New Issue
Block a user