5
common/resources/client/icons/material/ImageAspectRatio.tsx
Executable file
5
common/resources/client/icons/material/ImageAspectRatio.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const ImageAspectRatioIcon = createSvgIcon(
|
||||
<path d="M16 10h-2v2h2v-2zm0 4h-2v2h2v-2zm-8-4H6v2h2v-2zm4 0h-2v2h2v-2zm8-6H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h16v12z" />
|
||||
, 'ImageAspectRatioOutlined');
|
||||
Reference in New Issue
Block a user