UNPKG

@jetbrains/logos

Version:

JetBrains logos and branding materials

11 lines (10 loc) 440 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.48zm0 2.874V48h.057L22.62 25.437zm25.99-3.428L48 0H3.981zm.03 4.094L4.121 48h43.794z" }) ) ); } export default KotlinMultiplatformSecondaryLightLogo;