freekake_webapp/components/icon/icon-menu.vue
2025-06-29 22:23:57 +07:00

8 lines
437 B
Vue

<template>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 7L4 7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />
<path opacity="0.5" d="M20 12L4 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />
<path d="M20 17L4 17" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />
</svg>
</template>