6 lines
147 B
TypeScript
Executable File
6 lines
147 B
TypeScript
Executable File
import {createSvgIcon} from '../create-svg-icon';
|
|
|
|
export const MaximizeIcon = createSvgIcon(
|
|
<path d="M3 3h18v2H3V3z" />
|
|
, 'MaximizeOutlined');
|