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

/* AUTO-GENERATED — DO NOT EDIT */
import type { SVGProps } from "react"
const KeyboardArrowUpFilled = (props: SVGProps<SVGSVGElement>) => (
<svg viewBox="0 -960 960 960" {...props}>
<path d="M480-554 304-378q-9 9-21 8.5t-21-9.5-9-21.5 9-21.5l197-197q9-9 21-9t21 9l198 198q9 9 9 21t-9 21-21.5 9-21.5-9z" />
</svg>
)
export default KeyboardArrowUpFilled