@jetbrains/logos
Version:
JetBrains logos and branding materials
11 lines (10 loc) • 400 B
JavaScript
import * as React from "react";
function KtorSecondaryLightLogo(props) {
return (
React.createElement( 'svg', Object.assign({}, { fill: "none", viewBox: "0 0 48 48" }, props),
React.createElement( 'path', {
fill: "#fff", d: "M31.998 15.996h-15.99v16.002h16.003v-15.99l15.988 15.99L31.997 48 0 15.996 16.002 0l15.996 15.996Z" })
)
);
}
export default KtorSecondaryLightLogo;