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
This commit is contained in:
@@ -3,7 +3,7 @@ import type { SVGProps } from "react"
|
||||
|
||||
const RoomServiceFilled = (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-337v17H110Z" />
|
||||
<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-337v17z" />
|
||||
</svg>
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user