Files
web/packages/design-system/lib/components/Icons/MaterialIcon/generated/RoomServiceOutlined.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
453 B
TypeScript

/* AUTO-GENERATED — DO NOT EDIT */
import type { SVGProps } from "react"
const RoomServiceOutlined = (props: SVGProps<SVGSVGElement>) => (
<svg viewBox="0 -960 960 960" {...props}>
<path d="M80-200v-60h800v60H80Zm30-120v-17q0-155 88.5-250T420-710v-30q0-26 17-43t43-17q26 0 43 17t17 43v30q133 28 221.5 123T850-337v17H110Zm63-60h614q-14-128-102.5-200.5T479-653q-117 0-204.5 72.5T173-380Zm307 0Z" />
</svg>
)
export default RoomServiceOutlined