@jetbrains/logos
Version:
JetBrains logos and branding materials
25 lines (24 loc) • 1.95 kB
JavaScript
import { useUniqueId } from "../react-unique-logos-ids.js";
import * as React from "react";
function PycharmCeEapLogo(props) {
var _id = useUniqueId();
return (
React.createElement( 'svg', Object.assign({}, { fill: "none", viewBox: "0 0 70 70" }, props),
React.createElement( 'defs', null,
React.createElement( 'linearGradient', {
id: _id, x1: 63.157, x2: -9.078, y1: 63.192, y2: -9.043, gradientUnits: "userSpaceOnUse" },
React.createElement( 'stop', { offset: 0.482, stopColor: "#FCF84A" }),
React.createElement( 'stop', { offset: 0.726, stopColor: "#21D789" })
)
),
React.createElement( 'path', { fill: ("url(#" + _id + ")"), d: "M64 6H6v58h58V6Z" }),
React.createElement( 'path', { fill: "#000", d: "M56 14H14v42h42V14Z" }),
React.createElement( 'path', {
fill: "#FFF", d: "M19.133 19.133h6.417c3.733 0 6.067 2.217 6.067 5.484 0 3.616-2.8 5.483-6.417 5.483h-2.683v4.667h-3.5V19.133h.116Zm6.184 8.05c1.75 0 2.683-1.166 2.683-2.45 0-1.516-1.05-2.333-2.8-2.333h-2.683v4.783h2.8Zm8.283-.116c0-4.434 3.267-8.167 8.167-8.167 3.033 0 4.666.933 6.3 2.333l-2.1 2.567C44.8 22.633 43.633 21.933 42 21.933c-2.567 0-4.667 2.1-4.667 4.9 0 2.8 1.867 4.9 4.667 4.9 1.867 0 2.8-.7 4.2-1.866l2.1 2.333c-1.867 1.867-3.733 2.8-6.767 2.8-4.666 0-7.933-3.5-7.933-7.933Zm.817 21.583h-15.75v2.683h15.75V48.65Z" }),
React.createElement( 'path', { fill: "#d99e2b", d: "M37 53h33v17H37z" }),
React.createElement( 'path', {
fill: "#000", d: "M40.056 66.966h7.196v-1.723h-5.507v-2.945h4.82v-1.724h-4.82v-2.851h5.439V56h-7.128Zm8.1 0h1.869l1.067-2.627H56l1.053 2.627h1.928l-4.567-10.958h-1.69Zm3.603-4.321 1.78-4.352 1.794 4.352Zm8.116 4.321h1.63v-3.525h1.84a3.503 3.503 0 0 0 3.706-3.744v-.031A3.362 3.362 0 0 0 63.53 56h-3.655Zm1.63-5.264v-3.948h1.892a1.807 1.807 0 0 1 2 1.959v.031a1.87 1.87 0 0 1-2 1.958Z" })
)
);
}
export default PycharmCeEapLogo;