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

/* AUTO-GENERATED — DO NOT EDIT */
import type { SVGProps } from "react"
const CloseFilled = (props: SVGProps<SVGSVGElement>) => (
<svg viewBox="0 -960 960 960" {...props}>
<path d="M480-438 270-228q-9 9-21 9t-21-9-9-21 9-21l210-210-210-210q-9-9-9-21t9-21 21-9 21 9l210 210 210-210q9-9 21-9t21 9 9 21-9 21L522-480l210 210q9 9 9 21t-9 21-21 9-21-9z" />
</svg>
)
export default CloseFilled