Files
maher 511fad8199
Build / run (push) Has been cancelled
Initial commit
2026-05-14 13:42:10 +02:00

6 lines
272 B
TypeScript
Executable File

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');