Warp/node_modules/vitepress/dist/client/theme-default/components/icons/VPIconMinus.vue
2024-01-05 19:14:38 +07:00

5 lines
153 B
Vue

<template>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M22,13H2a1,1,0,0,1,0-2H22a1,1,0,0,1,0,2Z" />
</svg>
</template>