chore: Change default icon style to rounded * Change default icon style to rounded Approved-by: Linus Flood
11 lines
405 B
TypeScript
11 lines
405 B
TypeScript
/* AUTO-GENERATED — DO NOT EDIT */
|
|
import type { SVGProps } from "react"
|
|
|
|
const ArrowForwardIosFilled = (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 ArrowForwardIosFilled
|