Alpha
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
import { createSvgIcon } from '@mui/material/utils';
|
||||
|
||||
const OldDeleteIcon = createSvgIcon(
|
||||
<path d="M20,4h-4.5l-1-1h-5l-1,1H4v2h1v13c0,1.1,0.9,2,2,2h10c1.1,0,2-0.9,2-2V6h1V4z M17,19H7V6h10V19z M9 8h2v8h-2z M13,8h2v8h-2z"/>,
|
||||
"Delete",
|
||||
);
|
||||
|
||||
export default OldDeleteIcon;
|
||||
Reference in New Issue
Block a user