Convert all material symbols to react components * convert all material symbols to react components * remove svgr Approved-by: Linus Flood
11 lines
369 B
TypeScript
11 lines
369 B
TypeScript
/* AUTO-GENERATED — DO NOT EDIT */
|
|
import type { SVGProps } from "react"
|
|
|
|
const MuseumFilled = (props: SVGProps<SVGSVGElement>) => (
|
|
<svg viewBox="0 -960 960 960" {...props}>
|
|
<path d="M80-80v-60h83v-411H80v-47l400-282 400 282v47h-82v411h82v60H80Zm244-161h60v-184l96 145 97-145v184h60v-274h-65l-92 140-92-140h-64v274Z" />
|
|
</svg>
|
|
)
|
|
|
|
export default MuseumFilled
|