toggle-button.vue 402 B

1234567891011121314
  1. <template>
  2. <svg
  3. width="20"
  4. height="20"
  5. viewBox="0 0 20 20"
  6. fill="none"
  7. xmlns="http://www.w3.org/2000/svg"
  8. >
  9. <rect x="2" y="7" width="11" height="2" fill="#606266" />
  10. <rect x="2" y="11" width="14" height="2" fill="#606266" />
  11. <rect x="2" y="15" width="8" height="2" fill="#606266" />
  12. <rect x="2" y="3" width="16" height="2" fill="#606266" />
  13. </svg>
  14. </template>