feat(SW-3713): Optimize all SVGs * feat(SW-3713): Optimize all SVGs Approved-by: Anton Gunnarsson
11 lines
343 B
TypeScript
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
|