pointed.0e691ff7.js 349 字节
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(99, 128)">
    <title>nose - pointed</title>
    <path
      d="M16.5 3C16.5 17 23.5 28 23.5 28C23.5 28 20 34 10 32"
      stroke="#171921"
      stroke-width="4"
    />
  </g>
</svg>`;export{n as default};