round.33585bb1.js 764 字节
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 33 34 35
const n=`<svg
  width="152"
  height="65"
  viewBox="0 0 152 65"
  fill="none"
  xmlns="http://www.w3.org/2000/svg"
>
  <g transform="translate(22, 89)">
    <title>glasses - round</title>
    <circle
      cx="123.5"
      cy="28"
      r="26"
      stroke="black"
      stroke-width="4"
    />
    <circle
      cx="56.5"
      cy="37"
      r="26"
      stroke="black"
      stroke-width="4"
    />
    <path
      d="M98.5 35C98.5 32.8783 97.6571 30.8434 96.1569 29.3431C94.6566 27.8429 92.6217 27 90.5 27C88.3783 27 86.3434 27.8429 84.8431 29.3431C83.3429 30.8434 82.5 32.8783 82.5 35"
      stroke="black"
      stroke-width="4"
    />
    <path
      d="M31 39L1 44.5"
      stroke="black"
      stroke-width="4"
    />
  </g>
</svg>`;export{n as default};