UNPKG

@jetbrains/logos

Version:

JetBrains logos and branding materials

12 lines (11 loc) 540 B
import * as React from "react"; function ComposeMultiplatformSecondaryDarkLogo(props) { return ( React.createElement( 'svg', Object.assign({}, { fill: "none", viewBox: "0 0 50 56" }, props), React.createElement( 'path', { fill: "#000", d: "M34.5 22.5v11L25 39l-9.5-5.5v-11L25 17l9.5 5.5Z" }), React.createElement( 'path', { fill: "#000", d: "M49 14.073V42L25 56.004 1 42V14L25 0l24 14.073ZM3.499 15.5v25L25 53l21.501-12.5v-25L25 3 3.499 15.5Z" }) ) ); } export default ComposeMultiplatformSecondaryDarkLogo;