import * as React from "react";
export default function LogFuturePlacement({size=100}) {
    return (<svg
        xmlns="http://www.w3.org/2000/svg"
        width={size}
        height={size}
        viewBox="0 0 64.838 69.394"
    >
        <path
            d="M91.938 92.19V71.959M83.895 71.39h16.087v20.799H83.895z"
            style={{
                fill: "none",
                stroke: "#d16eff",
                strokeWidth: 3,
                strokeLinecap: "round",
                strokeLinejoin: "round",
                strokeDasharray: "none",
                strokeOpacity: 1,
            }}
            transform="translate(-68.586 -24.439)"
        />
        <path
            d="M70.086 25.939h43.705V92.19H70.086z"
            style={{
                fill: "none",
                stroke: "#7920f5",
                strokeWidth: 3,
                strokeLinecap: "round",
                strokeLinejoin: "round",
                strokeDasharray: "none",
                strokeOpacity: 1,
            }}
            transform="translate(-68.586 -24.439)"
        />
        <path
            d="M113.79 43.321h18.04V92.19h-18.04z"
            style={{
                fill: "none",
                stroke: "#7920f5",
                strokeWidth: 3,
                strokeLinecap: "round",
                strokeLinejoin: "round",
                strokeDasharray: "none",
                strokeOpacity: 1,
            }}
            transform="translate(-68.586 -24.439)"
        />
        <path
            // eslint-disable-next-line max-len
            d="M75.934 33.762v9.71h5.884M88.996 33.762v9.71h5.884M102.058 33.762v9.71h5.884M75.934 50.166v9.71h5.884M88.996 50.166v9.71h5.884M102.058 50.166v9.71h5.884M120.066 50.166v9.71h5.885M120.066 66.57v9.71h5.885"
            style={{
                fill: "none",
                stroke: "#d16eff",
                strokeWidth: 3,
                strokeLinecap: "round",
                strokeLinejoin: "round",
                strokeDasharray: "none",
                strokeOpacity: 1,
            }}
            transform="translate(-68.586 -24.439)"
        />
    </svg>);
}

