1 export const LDKIcon = () => { 2 return ( 3 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"> 4 <g fill="currentColor" fillRule="evenodd" clipRule="evenodd"> 5 <path d="m8.337 8.008 7.421 7.421V.586L8.337 8.007ZM15.658 15.993 8.24 8.574v14.839l7.42-7.42ZM16.241 10.242v5.182l5.182-5.182H16.24ZM2.583 13.743 7.76 8.566v5.177H2.583Z" /> 6 </g> 7 </svg> 8 ); 9 }; 10