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