import React from 'react';

const LogoLDCOM = ({fill = '#fff'}) => {
    return <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 273.4 68.57">
        <path style={{fill:fill}} d="M66.69,57.43v-1.01s-.03,.39,0,1.01Z"/>
        <path style={{fill:fill}} d="M121.42,36.88c-.82-2.32-2.13-4.44-3.84-6.21-1.64-1.66-3.63-2.93-5.82-3.73-2.33-.84-4.78-1.26-7.26-1.24h-17.4v26.78h8.87v-19.33h6.33c1.88-.05,3.75,.26,5.51,.93,1.41,.57,2.65,1.49,3.59,2.68,.94,1.25,1.6,2.68,1.94,4.21,.41,1.81,.61,3.65,.59,5.51,.05,1.92-.24,3.83-.85,5.65-.48,1.4-1.25,2.68-2.26,3.76-.9,.93-2,1.64-3.22,2.06-1.2,.41-2.46,.62-3.73,.62h-3.03v7.46h3.66c2.76,.07,5.51-.47,8.05-1.55,2.2-.98,4.14-2.43,5.7-4.26,1.57-1.89,2.73-4.08,3.42-6.44,.77-2.64,1.15-5.38,1.13-8.13,.06-2.98-.4-5.94-1.38-8.76Z"/>
        <path style={{fill:fill}} d="M75.39,58.29V25.53h-8.7v31.89c.04,2.07,.67,4.08,1.81,5.81,1.08,1.45,2.73,2.37,4.54,2.51h23.03v-7.45h-20.67Z"/>
        <path style={{fill:fill}} d="M0,22.95s110.88-37.97,273.4,0c0,0-138.98-51.64-273.4,0Z"/>
        <path style={{fill:fill}} d="M146.57,60.42c.02,1.18-.2,2.36-.64,3.46-.4,.97-.99,1.85-1.74,2.57-.74,.7-1.61,1.24-2.57,1.58-1.02,.36-2.1,.55-3.19,.54-1.07,0-2.13-.17-3.14-.54-.96-.35-1.85-.88-2.6-1.58-.77-.72-1.37-1.6-1.77-2.57-.44-1.1-.66-2.27-.64-3.46v-27.12c-.03-1.24,.19-2.47,.64-3.62,.78-1.93,2.38-3.42,4.37-4.05,1.01-.33,2.07-.49,3.14-.48,1.09,0,2.17,.19,3.19,.59,.95,.38,1.83,.93,2.57,1.64,.75,.73,1.35,1.6,1.74,2.57,.44,1.06,.66,2.2,.64,3.35v1.39h-4.72v-1.39c.08-.98-.29-1.94-1.02-2.6-1.43-1.11-3.42-1.11-4.85,0-.71,.67-1.08,1.63-.99,2.6v27.12c0,1.89,1.53,3.43,3.43,3.43,.9,0,1.77-.36,2.41-.99,.67-.63,1.04-1.52,1.02-2.44v-.54l4.72-1.55v2.09Z"/>
        <path style={{fill:fill}} d="M167.04,60.42c.02,1.14-.2,2.27-.64,3.32-.4,.96-1,1.84-1.74,2.57-.74,.72-1.61,1.28-2.57,1.66-1.02,.4-2.1,.6-3.19,.59-1.07,0-2.14-.19-3.14-.59-.97-.38-1.85-.95-2.6-1.66-.76-.73-1.36-1.6-1.77-2.57-.44-1.05-.66-2.18-.64-3.32v-27.12c-.02-1.18,.2-2.34,.64-3.43,.4-.96,1.01-1.83,1.77-2.55,.75-.7,1.64-1.25,2.6-1.61,1-.38,2.06-.57,3.14-.56,1.09,0,2.17,.18,3.19,.56,1.95,.72,3.52,2.23,4.31,4.16,.45,1.09,.66,2.26,.64,3.43v27.12Zm-4.72-27.12c.05-.95-.32-1.87-1.02-2.52-1.39-1.22-3.46-1.22-4.85,0-.68,.66-1.04,1.57-.99,2.52v27.12c-.06,.95,.3,1.89,.99,2.55,1.4,1.18,3.45,1.18,4.85,0,.71-.65,1.08-1.59,1.02-2.55v-27.12Z"/>
        <path style={{fill:fill}} d="M195.34,67.82h-4.34v-23.64l-5.52,23.64h-4.02l-5.47-23.64v23.64h-4.4V25.84h5.74l6.38,31.04,6.92-31.04h4.72v41.97Z"/>
    </svg>
}

export default LogoLDCOM;