Convert all material symbols to react components * convert all material symbols to react components * remove svgr Approved-by: Linus Flood
11 lines
273 B
TypeScript
11 lines
273 B
TypeScript
/* AUTO-GENERATED — DO NOT EDIT */
|
|
import type { SVGProps } from "react"
|
|
|
|
const PlayArrowFilled = (props: SVGProps<SVGSVGElement>) => (
|
|
<svg viewBox="0 -960 960 960" {...props}>
|
|
<path d="M320-203v-560l440 280-440 280Z" />
|
|
</svg>
|
|
)
|
|
|
|
export default PlayArrowFilled
|