@jetbrains/logos
Version:
JetBrains logos and branding materials
11 lines (10 loc) • 428 B
JavaScript
import * as React from "react";
function ComposeMultiplatformSecondaryLightLogo(props) {
return (
React.createElement( 'svg', Object.assign({}, { fill: "none", viewBox: "0 0 50 56" }, props),
React.createElement( 'path', {
fill: "#fff", d: "M49 14.073V42L25 56.004 1 42V14L25 0l24 14.073ZM15.5 22.5v11L25 39l9.5-5.5v-11L25 17l-9.5 5.5Z" })
)
);
}
export default ComposeMultiplatformSecondaryLightLogo;