aboutsummaryrefslogtreecommitdiff
path: root/src/components/icon/PlayIcon.vue
blob: 42953281ae5c182752d9d45d2cb72a86f4e92c55 (plain)
1
2
3
4
5
6
<template>
<svg viewBox="-2 0 24 24" fill="none"
	stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
	<polygon points="5 3 19 12 5 21 5 3"></polygon>
</svg>
</template>