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

/* AUTO-GENERATED — DO NOT EDIT */
import type { SVGProps } from "react"
const KeyboardArrowDownFilled = (props: SVGProps<SVGSVGElement>) => (
<svg viewBox="0 -960 960 960" {...props}>
<path d="M480-344 240-584l43-43 197 197 197-197 43 43z" />
</svg>
)
export default KeyboardArrowDownFilled