expand.vue 228 B

12345
  1. <template>
  2. <svg viewBox="0 0 24 24">
  3. <path d="M11.29 8.71L6.7 13.3a.996.996 0 1 0 1.41 1.41L12 10.83l3.88 3.88a.996.996 0 1 0 1.41-1.41L12.7 8.71a.996.996 0 0 0-1.41 0z" fill="currentColor" />
  4. </svg>
  5. </template>