5
common/resources/client/icons/material/BorderStyle.tsx
Executable file
5
common/resources/client/icons/material/BorderStyle.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const BorderStyleIcon = createSvgIcon(
|
||||
<path d="M15 21h2v-2h-2v2zm4 0h2v-2h-2v2zM7 21h2v-2H7v2zm4 0h2v-2h-2v2zm8-4h2v-2h-2v2zm0-4h2v-2h-2v2zM3 3v18h2V5h16V3H3zm16 6h2V7h-2v2z" />
|
||||
, 'BorderStyleOutlined');
|
||||
Reference in New Issue
Block a user