curve.62adcf3e.js 356 字节
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(0, 0)">
    <title>nose - curve</title>
    <path
      d="M16.5 7C16.1667 10.8333 16.5 19.2 20.5 22C25.5 25.5 20 34 10 32"
      stroke="#171921"
      stroke-width="4"
    />
  </g>
</svg>`;export{n as default};