shoucangxuanzhong.vue 536 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="M796.672 1001.472a51.2 51.2 0 0 1-24.064-6.144L512 858.112l-261.12 137.216a51.2 51.2 0 0 1-74.24-53.76l51.2-290.816L15.36 445.44A51.2 51.2 0 0 1 44.032 358.4l291.84-42.496L465.92 51.2a51.2 51.2 0 0 1 92.16 0l130.56 264.192 291.84 42.496a51.2 51.2 0 0 1 28.16 87.552l-210.944 204.8 51.2 290.816a51.2 51.2 0 0 1-51.2 59.904z"
  13. />
  14. </svg>
  15. </template>