Files
maher 703f50a09d
Some checks failed
Build / run (push) Has been cancelled
first commit
2025-10-29 11:42:25 +01:00

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');