@jetbrains/logos
Version:
JetBrains logos and branding materials
11 lines (10 loc) • 438 B
JavaScript
import * as React from "react";
function KotlinMultiplatformSecondaryDarkLogo(props) {
return (
React.createElement( 'svg', Object.assign({}, { fill: "none", viewBox: "0 0 48 48" }, props),
React.createElement( 'path', {
fill: "#000", 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 KotlinMultiplatformSecondaryDarkLogo;