UNPKG

@jetbrains/logos

Version:

JetBrains logos and branding materials

11 lines (10 loc) 441 B
import * as React from "react"; function KtorSecondaryDarkLogo(props) { return ( React.createElement( 'svg', Object.assign({}, { fill: "none", viewBox: "0 0 48 48" }, props), React.createElement( 'path', { fill: "#000", d: "M48 31.998 31.997 48 0 15.995 16.003 0 48 31.998Zm-15.99 0L19 32l13 13 13-13-12.99-13v12.998ZM3 15.995 16.008 29V15.996H29L16.003 3 3 15.995Z" }) ) ); } export default KtorSecondaryDarkLogo;