Files
web/packages/design-system/lib/components/Icons/MaterialIcon/generated/MuseumOutlined.tsx
Joakim Jäderberg 8befbf405a Merged in chore/icons-to-components (pull request #3420)
Convert all material symbols to react components

* convert all material symbols to react components

* remove svgr


Approved-by: Linus Flood
2026-01-12 14:55:08 +00:00

11 lines
427 B
TypeScript

/* AUTO-GENERATED — DO NOT EDIT */
import type { SVGProps } from "react"
const MuseumOutlined = (props: SVGProps<SVGSVGElement>) => (
<svg viewBox="0 -960 960 960" {...props}>
<path d="M80-80v-60h83v-411H80v-47l400-282 400 282v47h-82v411h82v60H80Zm143-60h515-515Zm101-101h60v-184l96 145 97-145v184h60v-274h-65l-92 140-92-140h-64v274Zm414 101v-485L480-806 223-625v485h515Z" />
</svg>
)
export default MuseumOutlined