@jetbrains/logos
Version:
JetBrains logos and branding materials
14 lines (13 loc) • 1.96 kB
JavaScript
import * as React from "react";
function JunieTextLogo(props) {
return (
React.createElement( 'svg', Object.assign({}, { fill: "none", viewBox: "0 0 206 50" }, props),
React.createElement( 'path', {
fill: "#000", d: "M95.35 32.959q0 2.306.776 3.966.804 1.631 2.273 2.503 1.47.843 3.495.844 2.19 0 3.853-.985a6.66 6.66 0 0 0 2.607-2.757q.943-1.77.943-4.05V15.579h5.379v28.799h-5.213v-4.474q-1.272 2.258-3.356 3.575-2.467 1.574-5.822 1.574-3.05 0-5.38-1.321-2.328-1.35-3.659-3.91-1.304-2.559-1.304-6.159V15.578h5.408zm86.829-18.056q4.131 0 7.32 1.912 3.19 1.886 4.964 5.316 1.774 3.431 1.774 7.818v1.294h-23.021q.19 2.347 1.116 4.247 1.165 2.334 3.217 3.628t4.63 1.294q2.329 0 4.16-.957a8.3 8.3 0 0 0 3.05-2.67h5.933q-1.026 2.558-2.911 4.414t-4.492 2.868q-2.607.985-5.74.985-4.076 0-7.375-1.94-3.3-1.941-5.186-5.4t-1.886-7.79q0-4.219 1.914-7.65 1.914-3.459 5.213-5.4 3.3-1.968 7.32-1.969m-100.41 18.28q0 3.207-1.47 5.766a10.7 10.7 0 0 1-4.048 3.993q-2.578 1.435-5.795 1.435h-6.378v-5.315h5.878q1.775 0 3.19-.788a5.47 5.47 0 0 0 2.19-2.221q.804-1.434.804-3.235V5.004h5.629zm55.942-18.28q3.05 0 5.379 1.35 2.33 1.322 3.633 3.882 1.33 2.56 1.33 6.159v18.083h-5.379v-17.38q0-2.306-.804-3.937-.776-1.659-2.246-2.503-1.47-.873-3.494-.872-2.19 0-3.882.984-1.664.984-2.606 2.756-.915 1.771-.915 4.05v16.902h-5.379V15.578h5.213v4.437q1.282-2.232 3.327-3.537 2.468-1.575 5.823-1.575m23.618 29.474h-5.38V15.578h5.38zm20.85-24.917q-2.607 0-4.658 1.265-2.052 1.237-3.216 3.515-.705 1.395-.973 3.038h17.334a11.2 11.2 0 0 0-.89-2.897q-1.081-2.335-3.077-3.628-1.969-1.294-4.52-1.293M161.8 12.429h-6.294V6.522h6.294z" }),
React.createElement( 'path', { fill: "#48E054", d: "M32 .98H16v16.038h16zm-16 16H0v16.04h16z" }),
React.createElement( 'path', {
fill: "#48E054", d: "M31.993 16.966H48v2.674c0 18.719-8.003 29.402-29.332 29.402H16V32.998h2.668c9.33 0 13.338-4.005 13.338-13.37v-2.675z" })
)
);
}
export default JunieTextLogo;