Files
web/packages/design-system/lib/components/Icons/MaterialIcon/generated/RoomServiceOutlined.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
433 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-60h800v60zm30-120v-17q0-155 88.5-250T420-710v-30q0-26 17-43t43-17 43 17 17 43v30q133 28 221.5 123T850-337v17zm63-60h614q-14-128-102.5-200.5T479-653t-204.5 72.5T173-380m307 0" />
</svg>
)
export default RoomServiceOutlined