feat(SW-3713): Optimize all SVGs * feat(SW-3713): Optimize all SVGs Approved-by: Anton Gunnarsson
11 lines
308 B
TypeScript
11 lines
308 B
TypeScript
/* AUTO-GENERATED — DO NOT EDIT */
|
|
import type { SVGProps } from "react"
|
|
|
|
const CurtainsClosedFilled = (props: SVGProps<SVGSVGElement>) => (
|
|
<svg viewBox="0 -960 960 960" {...props}>
|
|
<path d="M80-120v-60h80v-660h640v660h80v60zm345-60h110v-600H425z" />
|
|
</svg>
|
|
)
|
|
|
|
export default CurtainsClosedFilled
|