Convert all material symbols to react components * convert all material symbols to react components * remove svgr Approved-by: Linus Flood
11 lines
306 B
TypeScript
11 lines
306 B
TypeScript
/* AUTO-GENERATED — DO NOT EDIT */
|
|
import type { SVGProps } from "react"
|
|
|
|
const ChevronRightOutlined = (props: SVGProps<SVGSVGElement>) => (
|
|
<svg viewBox="0 -960 960 960" {...props}>
|
|
<path d="M530-481 332-679l43-43 241 241-241 241-43-43 198-198Z" />
|
|
</svg>
|
|
)
|
|
|
|
export default ChevronRightOutlined
|