Files
web/packages/design-system/lib/components/Icons/MaterialIcon/generated/PlayArrowFilled.tsx
Anton Gunnarsson cc60cf2903 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
2026-01-30 10:13:03 +00:00

11 lines
364 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-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>
)
export default PlayArrowFilled