5
common/resources/client/icons/material/Upload.tsx
Executable file
5
common/resources/client/icons/material/Upload.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const UploadIcon = createSvgIcon(
|
||||
<path d="M9 16h6v-6h4l-7-7-7 7h4v6zm3-10.17L14.17 8H13v6h-2V8H9.83L12 5.83zM5 18h14v2H5z" />
|
||||
, 'UploadOutlined');
|
||||
Reference in New Issue
Block a user