feat(SW-3713): Optimize all SVGs * feat(SW-3713): Optimize all SVGs Approved-by: Anton Gunnarsson
11 lines
303 B
TypeScript
11 lines
303 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 400z" />
|
|
</svg>
|
|
)
|
|
|
|
export default ArrowForwardIosOutlined
|