import * as React from "react";
export default function LogPreviousPlacement({ size = 100 }) {
  return (
    <svg
      xmlns="http://www.w3.org/2000/svg"
      width={size}
      height={size}
      viewBox="0 0 64.838 69.394"
    >
      <g
        style={{
          stroke: "#7920f5",
          strokeWidth: 3,
          strokeDasharray: "none",
          strokeOpacity: 1,
        }}
      >
        <path
          // eslint-disable-next-line max-len
          d="M68.274 146.773a31.098 31.098 0 0 0 1.702 15.94 31.098 31.098 0 0 0 9.453 12.945 31.098 31.098 0 0 0 14.664 6.475 31.098 31.098 0 0 0 15.936-1.737c6.644-2.582 12.337-7.54 15.808-13.766 3.471-6.227 4.694-13.676 3.397-20.686-1.297-7.01-5.105-13.528-10.575-18.1-5.47-4.572-12.56-7.164-19.688-7.197"
          style={{
            fill: "none",
            stroke: "#7920f5",
            strokeWidth: 3,
            strokeLinecap: "round",
            strokeLinejoin: "round",
            strokeDasharray: "none",
            strokeOpacity: 1,
          }}
          transform="translate(-66.404 -114.6)"
        />
        <path
          d="m104.7 116.1-5.73 4.547 4.913 5.419"
          style={{
            fill: "none",
            stroke: "#7920f5",
            strokeWidth: 3,
            strokeLinecap: "round",
            strokeLinejoin: "round",
            strokeDasharray: "none",
            strokeOpacity: 1,
          }}
          transform="translate(-66.404 -114.6)"
        />
      </g>
      <g
        style={{
          stroke: "#d16eff",
          strokeWidth: 2,
          strokeDasharray: "none",
          strokeOpacity: 1,
        }}
      >
        <g
          style={{
            strokeWidth: 2.5,
            strokeDasharray: "none",
          }}
        >
          <g
            style={{
              strokeWidth: 2.5,
              strokeDasharray: "none",
            }}
          >
            <path
              d="M38.973 157.639v4.683M38.973 115.738v4.683"
              style={{
                fill: "none",
                stroke: "#d16eff",
                strokeWidth: 2.5,
                strokeLinecap: "round",
                strokeLinejoin: "round",
                strokeDasharray: "none",
                strokeOpacity: 1,
              }}
              transform="matrix(.97627 0 0 .97627 -5.63 -98.76)"
            />
          </g>
          <g
            style={{
              stroke: "#d16eff",
              strokeWidth: 2.5,
              strokeDasharray: "none",
              strokeOpacity: 1,
            }}
          >
            <path
              d="M38.973 157.639v4.683M38.973 115.738v4.683"
              style={{
                fill: "none",
                stroke: "#d16eff",
                strokeWidth: 2.5,
                strokeLinecap: "round",
                strokeLinejoin: "round",
                strokeDasharray: "none",
                strokeOpacity: 1,
              }}
              transform="rotate(90 84.613 83.536) scale(.97627)"
            />
          </g>
        </g>
        <g
          style={{
            strokeWidth: 2,
            strokeDasharray: "none",
          }}
        >
          <g
            style={{
              stroke: "#d16eff",
              strokeWidth: 2,
              strokeDasharray: "none",
              strokeOpacity: 1,
            }}
          >
            <g
              style={{
                strokeWidth: 2,
                strokeDasharray: "none",
              }}
            >
              <path
                d="M38.973 157.639v4.683M38.973 115.738v4.683"
                style={{
                  fill: "none",
                  stroke: "#d16eff",
                  strokeWidth: 2,
                  strokeLinecap: "round",
                  strokeLinejoin: "round",
                  strokeDasharray: "none",
                  strokeOpacity: 1,
                }}
                transform="rotate(30 219.522 75.846) scale(.97627)"
              />
            </g>
            <g
              style={{
                stroke: "#d16eff",
                strokeWidth: 2,
                strokeDasharray: "none",
                strokeOpacity: 1,
              }}
            >
              <path
                d="M38.973 157.639v4.683M38.973 115.738v4.683"
                style={{
                  fill: "none",
                  stroke: "#d16eff",
                  strokeWidth: 2,
                  strokeLinecap: "round",
                  strokeLinejoin: "round",
                  strokeDasharray: "none",
                  strokeOpacity: 1,
                }}
                transform="rotate(120 63.743 84.726) scale(.97627)"
              />
            </g>
          </g>
          <g
            style={{
              stroke: "#d16eff",
              strokeWidth: 2,
              strokeDasharray: "none",
              strokeOpacity: 1,
            }}
          >
            <g
              style={{
                strokeWidth: 2,
                strokeDasharray: "none",
              }}
            >
              <path
                d="M38.973 157.639v4.683M38.973 115.738v4.683"
                style={{
                  fill: "none",
                  stroke: "#d16eff",
                  strokeWidth: 2,
                  strokeLinecap: "round",
                  strokeLinejoin: "round",
                  strokeDasharray: "none",
                  strokeOpacity: 1,
                }}
                transform="rotate(60 120.762 81.476) scale(.97627)"
              />
            </g>
            <g
              style={{
                stroke: "#d16eff",
                strokeWidth: 2,
                strokeDasharray: "none",
                strokeOpacity: 1,
              }}
            >
              <path
                d="M38.973 157.639v4.683M38.973 115.738v4.683"
                style={{
                  fill: "none",
                  stroke: "#d16eff",
                  strokeWidth: 2,
                  strokeLinecap: "round",
                  strokeLinejoin: "round",
                  strokeDasharray: "none",
                  strokeOpacity: 1,
                }}
                transform="rotate(150 48.465 85.597) scale(.97627)"
              />
            </g>
          </g>
        </g>
      </g>
      <path
        d="M98.822 134.118v17.452H112.6"
        style={{
          fill: "none",
          stroke: "#7920f5",
          strokeWidth: 3,
          strokeLinecap: "round",
          strokeLinejoin: "round",
          strokeDasharray: "none",
          strokeOpacity: 1,
        }}
        transform="translate(-66.404 -114.6)"
      />
    </svg>
  );
}
