Merged in chore/change-icons-to-rounded (pull request #3520)
chore: Change default icon style to rounded * Change default icon style to rounded Approved-by: Linus Flood
This commit is contained in:
@@ -3,7 +3,7 @@ import type { SVGProps } from "react"
|
||||
|
||||
const PlayArrowFilled = (props: SVGProps<SVGSVGElement>) => (
|
||||
<svg viewBox="0 -960 960 960" {...props}>
|
||||
<path d="M320-203v-560l440 280z" />
|
||||
<path d="M320-258v-450q0-14 9-22t21-8q4 0 8 1t8 3l354 226q7 5 10.5 11t3.5 14-3.5 14-10.5 11L366-232q-4 2-8 3t-8 1q-12 0-21-8t-9-22" />
|
||||
</svg>
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user