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 ArrowForwardFilled = (props: SVGProps<SVGSVGElement>) => (
|
|
<svg viewBox="0 -960 960 960" {...props}>
|
|
<path d="M686-450H190q-13 0-21.5-8.5T160-480t8.5-21.5T190-510h496L459-737q-9-9-9-21t9-21 21-9 21 9l278 278q5 5 7 10t2 11-2 11-7 10L501-181q-9 9-21 9t-21-9-9-21 9-21z" />
|
|
</svg>
|
|
)
|
|
|
|
export default ArrowForwardFilled
|