5
common/resources/client/icons/material/CropSquare.tsx
Executable file
5
common/resources/client/icons/material/CropSquare.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const CropSquareIcon = createSvgIcon(
|
||||
<path d="M18 4H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H6V6h12v12z" />
|
||||
, 'CropSquareOutlined');
|
||||
Reference in New Issue
Block a user