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

6 lines
227 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const TerrainIcon = createSvgIcon(
<path d="m14 6-4.22 5.63 1.25 1.67L14 9.33 19 16h-8.46l-4.01-5.37L1 18h22L14 6zM5 16l1.52-2.03L8.04 16H5z" />
, 'TerrainOutlined');