5
common/resources/client/icons/material/Wysiwyg.tsx
Executable file
5
common/resources/client/icons/material/Wysiwyg.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const WysiwygIcon = createSvgIcon(
|
||||
<path d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm0 16H5V7h14v12zm-2-7H7v-2h10v2zm-4 4H7v-2h6v2z" />
|
||||
, 'WysiwygOutlined');
|
||||
Reference in New Issue
Block a user