square.b138cab9.js 1.1 KB
Newer Older
6
628c9f991a7e4862742d8a2f 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
const n=`<svg
  width="160"
  height="74"
  viewBox="0 0 160 74"
  fill="none"
  xmlns="http://www.w3.org/2000/svg"
>
  <g transform="translate(0, 0)">
    <title>glasses - square</title>
    <path
      d="M36.5 42.5L2 49.125"
      stroke="black"
      stroke-width="4"
      stroke-linecap="round"
    />
    <path
      d="M32.4878 25.9393C31.618 22.4804 33.9396 19.0308 37.4716 18.5345L76.1882 13.0932C79.4696 12.632 82.5036 14.9183 82.9648 18.1998L88.5317 57.8105C88.9929 61.0919 86.7066 64.126 83.4252 64.5871L48.9526 69.4319C45.9161 69.8587 43.0465 67.9273 42.2987 64.9536L32.4878 25.9393Z"
      stroke="black"
      stroke-width="4"
    />
    <path
      d="M154.751 8.96388C154.634 5.39915 151.451 2.7232 147.919 3.21958L109.203 8.66085C105.921 9.12202 103.635 12.156 104.096 15.4375L109.663 55.0482C110.124 58.3297 113.158 60.616 116.44 60.1548L150.912 55.31C153.949 54.8832 156.175 52.2357 156.074 49.1711L154.751 8.96388Z"
      stroke="black"
      stroke-width="4"
    />
    <path
      d="M85.5 37.125L107.5 33.625"
      stroke="black"
      stroke-width="4"
    />
  </g>
</svg>`;export{n as default};