Files
web/packages/design-system/lib/components/Icons/MaterialIcon/generated/MuseumFilled.tsx
Linus Flood 28974b979d Merged in feat/sw-3713-svg-optimize (pull request #3516)
feat(SW-3713): Optimize all SVGs

* feat(SW-3713): Optimize all SVGs


Approved-by: Anton Gunnarsson
2026-01-30 07:00:09 +00:00

11 lines
362 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-82v411h82v60zm244-161h60v-184l96 145 97-145v184h60v-274h-65l-92 140-92-140h-64z" />
</svg>
)
export default MuseumFilled