5
common/resources/client/icons/material/FileUpload.tsx
Executable file
5
common/resources/client/icons/material/FileUpload.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const FileUploadIcon = createSvgIcon(
|
||||
<path d="M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z" />
|
||||
, 'FileUploadOutlined');
|
||||
Reference in New Issue
Block a user