surprised.c89ce909.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 33 34 35 36 37 38 39 40 41 42 43 44 45
const n=`<svg
  width="64"
  height="64"
  viewBox="0 0 64 64"
  fill="none"
  xmlns="http://www.w3.org/2000/svg"
>
  <g transform="translate(85, 165)">
    <title>mouth - surprised</title>
    <path
      d="M36.047 54.8914C46.884 52.9301 53.2329 40.9546 51.0248 28.7536C48.8167 16.5526 38.6734 7.56185 27.8364 9.52311C16.9993 11.4844 10.6504 23.4598 12.8585 35.6608C15.0666 47.8619 25.2099 56.8526 36.047 54.8914Z"
      fill="black"
      stroke="black"
      stroke-width="3.59115"
    />
    <mask
      id="mouthSurprised"
      style="mask-type: alpha"
      maskUnits="userSpaceOnUse"
      x="14"
      y="11"
      width="36"
      height="43"
    >
      <ellipse
        cx="31.9417"
        cy="32.2072"
        rx="17.5976"
        ry="21.257"
        transform="rotate(-10.2582 31.9417 32.2072)"
        fill="#171921"
      />
    </mask>
    <g mask="url(#mouthSurprised)">
      <ellipse
        cx="35.202"
        cy="50.2187"
        rx="20.2046"
        ry="18.3047"
        transform="rotate(-10.2582 35.202 50.2187)"
        fill="#FC909F"
      />
    </g>
  </g>
</svg>`;export{n as default};