Files
chopin-frontend/src/assets/Icons/Pause.vue
2025-08-29 00:22:08 +02:00

7 lines
325 B
Vue

<template>
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none">
<rect x="1" y="1" width="7" height="19" rx="2" stroke="var(--text)" stroke-width="2"/>
<rect x="13" y="1" width="7" height="19" rx="2" stroke="var(--text)" stroke-width="2"/>
</svg>
</template>