Files
web/packages/design-system/lib/components/Icons/MaterialIcon/generated/WaterFullFilled.tsx
Anton Gunnarsson cc60cf2903 Merged in chore/change-icons-to-rounded (pull request #3520)
chore: Change default icon style to rounded

* Change default icon style to rounded


Approved-by: Linus Flood
2026-01-30 10:13:03 +00:00

11 lines
432 B
TypeScript

/* AUTO-GENERATED — DO NOT EDIT */
import type { SVGProps } from "react"
const WaterFullFilled = (props: SVGProps<SVGSVGElement>) => (
<svg viewBox="0 -960 960 960" {...props}>
<path d="M211-603q51-32 111.5-49T444-670q30 0 59.5 4t56.5 12q51 14 78 19t58 5h56l21-190H187zm51 523q-23 0-40.5-15T202-133l-74-673q-3-30 17-52t50-22h570q30 0 50 22t17 52l-74 673q-2 23-19.5 38T698-80z" />
</svg>
)
export default WaterFullFilled