chore: Change default icon style to rounded * Change default icon style to rounded Approved-by: Linus Flood
11 lines
440 B
TypeScript
11 lines
440 B
TypeScript
/* AUTO-GENERATED — DO NOT EDIT */
|
|
import type { SVGProps } from "react"
|
|
|
|
const PlayArrowOutlined = (props: SVGProps<SVGSVGElement>) => (
|
|
<svg viewBox="0 -960 960 960" {...props}>
|
|
<path d="M320-258v-450q0-14 9.07-22 9.06-8 21.15-8 3.78 0 7.91 1 4.12 1 7.87 3l354 226q7 5 10.5 11t3.5 14-3.5 14-10.5 11L366-232q-3.78 2-7.95 3-4.16 1-7.94 1-12.11 0-21.11-8t-9-22m60-54 269-171-269-171z" />
|
|
</svg>
|
|
)
|
|
|
|
export default PlayArrowOutlined
|