shanchushuju.vue 763 B

123456789101112131415
  1. <template>
  2. <svg
  3. class="icon"
  4. width="200px"
  5. height="200.00px"
  6. viewBox="0 0 1024 1024"
  7. version="1.1"
  8. xmlns="http://www.w3.org/2000/svg"
  9. >
  10. <path
  11. fill="currentColor"
  12. d="M972.798541 197.631704h-211.967682V102.399846a102.399846 102.399846 0 0 0-102.399847-102.399846H365.567452a102.399846 102.399846 0 0 0-102.399847 102.399846v95.231858H51.199923a51.199923 51.199923 0 0 0 0 102.399846h81.919877L193.02371 931.838602a102.399846 102.399846 0 0 0 102.399847 92.159862h434.175349a102.399846 102.399846 0 0 0 102.399846-92.671861L890.878664 300.03155H972.798541a51.199923 51.199923 0 0 0 0-102.399846zM365.567452 102.399846h292.351561v95.231858H365.567452z m363.519454 819.198772H294.911558L236.031646 300.03155h551.935172z"
  13. />
  14. </svg>
  15. </template>