5
common/resources/client/icons/material/Crop.tsx
Executable file
5
common/resources/client/icons/material/Crop.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const CropIcon = createSvgIcon(
|
||||
<path d="M17 15h2V7c0-1.1-.9-2-2-2H9v2h8v8zM7 17V1H5v4H1v2h4v10c0 1.1.9 2 2 2h10v4h2v-4h4v-2H7z" />
|
||||
, 'CropOutlined');
|
||||
Reference in New Issue
Block a user