Convert all material symbols to react components * convert all material symbols to react components * remove svgr Approved-by: Linus Flood
11 lines
310 B
TypeScript
11 lines
310 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="m304-82-56-57 343-343-343-343 56-57 400 400L304-82Z" />
|
|
</svg>
|
|
)
|
|
|
|
export default ArrowForwardIosOutlined
|