5
common/resources/client/icons/material/BorderOuter.tsx
Executable file
5
common/resources/client/icons/material/BorderOuter.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const BorderOuterIcon = createSvgIcon(
|
||||
<path d="M13 7h-2v2h2V7zm0 4h-2v2h2v-2zm4 0h-2v2h2v-2zM3 3v18h18V3H3zm16 16H5V5h14v14zm-6-4h-2v2h2v-2zm-4-4H7v2h2v-2z" />
|
||||
, 'BorderOuterOutlined');
|
||||
Reference in New Issue
Block a user