toggle-button.vue 399 B

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