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

/* AUTO-GENERATED — DO NOT EDIT */
import type { SVGProps } from "react"
const ArrowForwardIosOutlined = (props: SVGProps<SVGSVGElement>) => (
<svg viewBox="0 -960 960 960" {...props}>
<path d="M591-482 276-797q-11-11-11-27.5t11-28.5q12-12 28.5-12t28.5 12l329 329q9 9 13 20t4 22-4 22-13 20L332-110q-12 12-28 11.5T276-111q-11-12-11.5-28t11.5-28z" />
</svg>
)
export default ArrowForwardIosOutlined