6 lines
183 B
TypeScript
Executable File
6 lines
183 B
TypeScript
Executable File
import {createSvgIcon} from '../create-svg-icon';
|
|
|
|
export const NorthWestIcon = createSvgIcon(
|
|
<path d="M5 15h2V8.41L18.59 20 20 18.59 8.41 7H15V5H5v10z" />
|
|
, 'NorthWestOutlined');
|