Convert all material symbols to react components * convert all material symbols to react components * remove svgr Approved-by: Linus Flood
11 lines
315 B
TypeScript
11 lines
315 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-660h640v660h80v60H80Zm345-60h110v-600H425v600Z" />
|
|
</svg>
|
|
)
|
|
|
|
export default CurtainsClosedFilled
|