redbadger/website-honestly

View on GitHub
site/components/sally-icon/index.js

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
import React from 'react';

export default function Sally() {
  return (
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 88 100">
      <title>Red Badger Sally</title>
      <path
        d="M81.87 60.44c-2.54-1-7.47-4.93-9.86-8.84A56.23 56.23 0 0 1 68.9 45c-.49-1.22-1-2.42-1.49-3.61-1-2.37-1.94-4.72-2.81-6.63 7.7-4.16 15.91-9.35 15.91-13.26 0-9.74-24.23-18.66-39-18.35-.73 0-1.47.06-2.21.12a5.05 5.05 0 0 0-6-3.14 5.56 5.56 0 0 0-4.61 5.54A33.73 33.73 0 0 0 17 12.48a32 32 0 0 0-3.93 4.67C7 14.92.05 19.81 0 26.28c0 4.46 1.74 7 5.08 9.1v.1c-9.39 31.33 4.1 53.25 10.21 58.7 3.86 3.44 6.68 5.82 12.48 5.82 4.9 0 6.33-1.14 5.86-3.86a53.34 53.34 0 0 1-.63-7.05c2.08.15 4.52.32 7.13.41-.3 2.72-.65 5.18-1 6.85-.47 2.62.27 3.59 6.58 3.59 5.78 0 7.31-.92 11.2-4.36 3.6-3.19 6-7.71 7.6-12.88 5.67-6.06 8.4-12.12 8.82-19.2 3.27.76 6.23.83 8.73-.93 1.08-.73 1.03-1.64-.19-2.13z"
        fill="#212121"
      />
      <path
        fill="#fff"
        d="M69.6 24.27a3.07 3.07 0 0 1-.37-.54c-.93-1.75 0-4.09 2-5.54a.88.88 0 0 0 .12-1.42c-7.69-5.83-19.38-9.18-28.9-9-6.33.12-12.46 1.48-17.71 4.8l-.12.08c-1 .71-.38 1.5.44 1.32 12.75-2.8 37.69.93 36.89 6.45-.48 3.31-33 .34-48.35 12.5C11 35 9 39.22 7.54 46.47A67.49 67.49 0 0 0 6.62 59c.11 4.09 1.26 3.59 2.6 1.28 3.31-5.66 8.09-11.72 14.13-15.36 18.77-11.31 32.79-9.3 46.22-19.11a1.08 1.08 0 0 0 .03-1.54z"
      />
    </svg>
  );
}