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

/* AUTO-GENERATED — DO NOT EDIT */
import type { SVGProps } from "react"
const CoffeeFilled = (props: SVGProps<SVGSVGElement>) => (
<svg viewBox="0 -960 960 960" {...props}>
<path d="M442-242q-116 0-199-80t-83-195v-263q0-25 17.5-42.5T220-840h529q54 0 92.5 37t38.5 91q0 60-37 106t-94 46h-25v43q0 115-83 195t-199 80M220-620h444v-160H220zm504 0h25q33 0 52-28.5t19-63.5q0-29-21-48.5T749-780h-25zM160-120v-60h640v60z" />
</svg>
)
export default CoffeeFilled