Vizzuality/landgriffon

View on GitHub
client/src/components/icons/upload-icon.tsx

Summary

Maintainability
A
1 hr
Test Coverage
const UploadIcon = () => (
  <svg xmlns="http://www.w3.org/2000/svg" width="89" height="82" fill="none" viewBox="0 0 89 82">
    <rect
      width="52.139"
      height="60.189"
      x="-1.197"
      y="12.273"
      fill="#4AB7F3"
      rx="8.818"
      transform="rotate(-15 -1.197 12.273)"
    ></rect>
    <rect
      width="52.139"
      height="60.189"
      x="37.934"
      y="9.867"
      fill="#FFA000"
      rx="8.818"
      transform="rotate(15 37.934 9.867)"
    ></rect>
    <path
      fill="#078A3C"
      fillRule="evenodd"
      d="M53.235 13.967L62.46 48.4a8.818 8.818 0 01-6.235 10.8l-29.992 8.036a8.804 8.804 0 01-1.596-7.746L35.65 18.384a8.818 8.818 0 0110.8-6.235l6.784 1.818z"
      clipRule="evenodd"
    ></path>
  </svg>
);

export default UploadIcon;