5
common/resources/client/icons/material/DisabledByDefault.tsx
Executable file
5
common/resources/client/icons/material/DisabledByDefault.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const DisabledByDefaultIcon = createSvgIcon(
|
||||
<path d="M19 19H5V5h14v14zM3 3v18h18V3H3zm14 12.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z" />
|
||||
, 'DisabledByDefaultOutlined');
|
||||
Reference in New Issue
Block a user