5
common/resources/client/icons/material/Article.tsx
Executable file
5
common/resources/client/icons/material/Article.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const ArticleIcon = createSvgIcon(
|
||||
[<path d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" key="0" />,<path d="M14 17H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z" key="1" />,]
|
||||
, 'ArticleOutlined');
|
||||
Reference in New Issue
Block a user