Files
maher 511fad8199
Build / run (push) Has been cancelled
Initial commit
2026-05-14 13:42:10 +02:00

6 lines
231 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const LandscapeIcon = 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" />
, 'LandscapeOutlined');