Files
web/packages/design-system/lib/components/Icons/MaterialIcon/generated/LandscapeOutlined.tsx
Linus Flood 28974b979d Merged in feat/sw-3713-svg-optimize (pull request #3516)
feat(SW-3713): Optimize all SVGs

* feat(SW-3713): Optimize all SVGs


Approved-by: Anton Gunnarsson
2026-01-30 07:00:09 +00:00

11 lines
343 B
TypeScript

/* AUTO-GENERATED — DO NOT EDIT */
import type { SVGProps } from "react"
const LandscapeOutlined = (props: SVGProps<SVGSVGElement>) => (
<svg viewBox="0 -960 960 960" {...props}>
<path d="m40-240 240-320 195 260h325L560-619 435-453l-38-50 163-217 360 480zm120-60h240L280-460zm0 0h240z" />
</svg>
)
export default LandscapeOutlined