5
common/resources/client/icons/material/Grading.tsx
Executable file
5
common/resources/client/icons/material/Grading.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const GradingIcon = createSvgIcon(
|
||||
<path d="M4 7h16v2H4V7zm0 6h16v-2H4v2zm0 4h7v-2H4v2zm0 4h7v-2H4v2zm11.41-2.83L14 16.75l-1.41 1.41L15.41 21 20 16.42 18.58 15l-3.17 3.17zM4 3v2h16V3H4z" />
|
||||
, 'GradingOutlined');
|
||||
Reference in New Issue
Block a user