5
common/resources/client/icons/material/CropPortrait.tsx
Executable file
5
common/resources/client/icons/material/CropPortrait.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const CropPortraitIcon = createSvgIcon(
|
||||
<path d="M17 3H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H7V5h10v14z" />
|
||||
, 'CropPortraitOutlined');
|
||||
Reference in New Issue
Block a user