UNPKG

@jetbrains/logos

Version:

JetBrains logos and branding materials

11 lines (10 loc) 469 B
import * as React from "react"; function KotlinMultiplatformSecondaryLightLogo(props) { return ( React.createElement( 'svg', Object.assign({}, { fill: "none", viewBox: "0 0 48 48" }, props), React.createElement( 'path', { fill: "#fff", d: "M0 22.563V.083l22.48 22.48H0Zm0 2.874V48h.057L22.62 25.437H0Zm25.99-3.428L48 0H3.981l22.01 22.01Zm.03 4.094L4.121 48h43.794L26.02 26.103Z" }) ) ); } export default KotlinMultiplatformSecondaryLightLogo;