element-plus/docs/.vitepress/vitepress/components/icons/toggle-button.vue
2022-03-13 16:16:11 -04:00

16 lines
398 B
Vue

<template>
<svg viewBox="0 0 24 24">
<g fill="none">
<path
d="M4 6a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1z"
fill="currentColor"
/>
<path
d="M4 18a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1z"
fill="currentColor"
/>
<path d="M11 11a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2h-8z" fill="currentColor" />
</g>
</svg>
</template>