round.efa7745b.js 399 字节
Newer Older
6
628c9f991a7e4862742d8a2f 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
const n=`<svg
  width="32"
  height="40"
  viewBox="0 0 32 40"
  fill="none"
  xmlns="http://www.w3.org/2000/svg"
>
  <g transform="translate(98, 123)">
    <title>nose - round</title>
    <path
      d="M12.307 12.3397C17.753 11.0993 26.6843 12.9603 24.7238 22.8833C22.9813 31.7023 13.6141 32.1857 11 29.7048"
      stroke="black"
      stroke-width="4"
    />
  </g>
</svg>`;export{n as default};