@jetbrains/logos
Version:
JetBrains logos and branding materials
33 lines (32 loc) • 3.08 kB
JavaScript
import { useUniqueId } from "../react-unique-logos-ids.js";
import * as React from "react";
function QodanaLogo(props) {
var _id2 = useUniqueId();
var _id = useUniqueId();
return (
React.createElement( 'svg', Object.assign({}, { fill: "none", viewBox: "0 0 64 64" }, props),
React.createElement( 'defs', null,
React.createElement( 'linearGradient', {
id: _id, x1: 64.391, x2: 39.607, y1: 56.329, y2: 2.875, gradientUnits: "userSpaceOnUse" },
React.createElement( 'stop', { offset: 0.1, stopColor: "#7256FF" }),
React.createElement( 'stop', { offset: 0.59, stopColor: "#FF2D90" })
),
React.createElement( 'linearGradient', {
id: _id2, x1: 59.676, x2: 1.08, y1: 4.067, y2: 62.664, gradientUnits: "userSpaceOnUse" },
React.createElement( 'stop', { offset: 0.21, stopColor: "#FF2D90" }),
React.createElement( 'stop', { offset: 0.7, stopColor: "#FF8200" })
)
),
React.createElement( 'path', {
fill: "#7256FF", d: "M47.55 58h12.259a4.125 4.125 0 0 0 4.124-4.19l-.176-11.044a4.13 4.13 0 0 0-1.44-3.066L24.159 6.993A4.13 4.13 0 0 0 21.474 6H10.125A4.125 4.125 0 0 0 6 10.125v11.003c0 1.19.514 2.321 1.409 3.105l37.425 32.746A4.12 4.12 0 0 0 47.55 58" }),
React.createElement( 'path', {
fill: ("url(#" + _id + ")"), d: "M49.013 58h10.862A4.125 4.125 0 0 0 64 53.875V41.309q0-.3-.044-.598L58.508 3.527A4.125 4.125 0 0 0 54.427 0H39.029a4.125 4.125 0 0 0-4.125 4.126l.005 18.505c0 .425.066.848.195 1.253l9.979 31.246a4.13 4.13 0 0 0 3.93 2.87" }),
React.createElement( 'path', {
fill: ("url(#" + _id2 + ")"), d: "M4.125 64h34.128a4.13 4.13 0 0 0 3.8-2.52L57.85 24.057c.219-.518.33-1.076.324-1.638l-.15-18.329A4.125 4.125 0 0 0 53.9 0H36.234c-.806 0-1.593.236-2.267.678L1.86 21.787A4.13 4.13 0 0 0 0 25.234v34.641A4.125 4.125 0 0 0 4.125 64" }),
React.createElement( 'path', { fill: "#000", d: "M52 12H12v40h40z" }),
React.createElement( 'path', {
fill: "#fff", d: "M33 44H17v3h16zM19.949 31.243a7.3 7.3 0 0 1-2.755-2.787q-1.002-1.774-1.003-3.961c0-2.187.334-2.778 1.003-3.96a7.3 7.3 0 0 1 2.755-2.787q1.752-1.013 3.917-1.014c1.443 0 2.74.338 3.907 1.013a7.3 7.3 0 0 1 2.75 2.787q.997 1.774.997 3.961c0 2.187-.333 2.778-.997 3.96a7.3 7.3 0 0 1-2.75 2.788q-1.752 1.013-3.907 1.013c-1.436 0-2.749-.338-3.917-1.013m6.308-2.23q1.06-.67 1.661-1.854.6-1.185.6-2.664t-.6-2.664a4.6 4.6 0 0 0-1.661-1.854q-1.062-.67-2.39-.67t-2.396.67A4.6 4.6 0 0 0 19.8 21.83q-.605 1.185-.605 2.664t.605 2.664 1.672 1.854q1.068.67 2.396.67 1.33 0 2.39-.67m-2.16 6.034a2.67 2.67 0 0 1-1.125-1.077q-.391-.696-.391-1.64l-.01-1.94h2.743V32.2q0 .332.129.573.127.242.37.365.24.123.573.123h1.833v2.165h-2.411q-.976 0-1.71-.38m9.983-18.054h5.713q2.133 0 3.821.965a6.9 6.9 0 0 1 2.642 2.674q.954 1.71.954 3.864t-.954 3.865a6.9 6.9 0 0 1-2.642 2.674q-1.688.964-3.82.964h-5.714zm8.029 11.876q1.008-.6 1.554-1.72t.547-2.653-.547-2.653q-.546-1.12-1.554-1.721-1.008-.6-2.348-.6h-2.755v9.947h2.755q1.34 0 2.348-.6" })
)
);
}
export default QodanaLogo;