Files
ojnext/src/shared/icons/Play.vue
2023-11-22 00:12:13 +08:00

11 lines
201 B
Vue

<template>
<svg
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
viewBox="0 0 24 24"
>
<path fill="currentColor" d="M8 19V5l11 7l-11 7Z"></path>
</svg>
</template>