@jetbrains/logos
Version:
JetBrains logos and branding materials
15 lines (14 loc) • 1.31 kB
JavaScript
import * as React from "react";
function KtorTextLogo(props) {
return (
React.createElement( 'svg', Object.assign({}, { viewBox: "0 0 102 48" }, props),
React.createElement( 'g', { fill: "none" },
React.createElement( 'path', { fill: "#F26636", d: "M16.004 0 0 16.004 16.004 32V16.004H32z" }),
React.createElement( 'path', { fill: "#6373FF", d: "M48 31.996 31.996 16v15.996H16L31.996 48z" }),
React.createElement( 'path', {
fill: "#27282C", d: "M32 16H16v16h16zm29.757 15.77v-4.412l1.463-1.72 4.287 6.132h3.704l-5.76-8.114 5.381-6.323h-3.438l-5.453 6.483h-.184v-6.483h-3.09V31.77h3.09zm11.725-13.646v2.73h-1.76v2.212h1.76v5.733c0 2.14 1.085 3.011 3.827 3.011a8.5 8.5 0 0 0 1.494-.13v-2.151a7.2 7.2 0 0 1-.88.05c-1.013 0-1.463-.46-1.463-1.45v-5.063h2.343v-2.211H76.46v-2.731h-2.978zM86.211 32c3.468 0 5.556-2.14 5.556-5.743 0-3.571-2.118-5.742-5.556-5.742s-5.556 2.18-5.556 5.742c0 3.592 2.087 5.743 5.556 5.743zm0-2.301c-1.596 0-2.497-1.26-2.497-3.442 0-2.16.91-3.431 2.497-3.431 1.575 0 2.496 1.27 2.496 3.431 0 2.181-.91 3.442-2.496 3.442zm7.99 2.07h2.978v-6.162c0-1.55 1.115-2.501 2.742-2.501.481 0 1.177.08 1.412.16v-2.561c-.255-.08-.757-.13-1.166-.13-1.432 0-2.599.83-2.896 1.93h-.184v-1.75h-2.885V31.77z" })
)
)
);
}
export default KtorTextLogo;