UNPKG

@jetbrains/logos

Version:

JetBrains logos and branding materials

23 lines (22 loc) 2.05 kB
import { useUniqueId } from "../react-unique-logos-ids.js"; import * as React from "react"; function PycharmCeLogo(props) { var _id = useUniqueId(); return ( React.createElement( 'svg', Object.assign({}, { fill: "none", viewBox: "0 0 64 65" }, props), React.createElement( 'defs', null, React.createElement( 'radialGradient', { id: _id, cx: 0, cy: 0, r: 1, gradientTransform: "translate(61.722 1.759)scale(84.0131)", gradientUnits: "userSpaceOnUse" }, React.createElement( 'stop', { offset: 0.03, stopColor: "#F0EB18" }), React.createElement( 'stop', { offset: 0.71, stopColor: "#00C4F4" }) ) ), React.createElement( 'path', { fill: ("url(#" + _id + ")"), d: "M59.875.063H25.709a4.13 4.13 0 0 0-2.917 1.208L1.208 22.854A4.12 4.12 0 0 0 0 25.771v34.167a4.125 4.125 0 0 0 4.125 4.124h34.166a4.12 4.12 0 0 0 2.917-1.208l21.583-21.583a4.12 4.12 0 0 0 1.208-2.917L64 4.188A4.125 4.125 0 0 0 59.875.063" }), React.createElement( 'path', { fill: "#000", d: "M52 12.063H12v40h40z" }), React.createElement( 'path', { fill: "#fff", d: "M33 44.063H17v3h16zM17 17.055h6.442q1.587 0 2.782.578 1.195.58 1.844 1.63.648 1.05.648 2.433c0 .922-.22 1.758-.66 2.466s-1.062 1.255-1.87 1.645q-1.21.585-2.83.585h-3.43v5.67H17zm7.541 6.63q.552-.274.852-.783.3-.51.3-1.195c0-.685-.1-.842-.3-1.174q-.3-.5-.852-.772-.552-.274-1.292-.273h-3.322v4.47h3.322q.74 0 1.292-.273m8.967 7.62a7.3 7.3 0 0 1-2.744-2.787q-.996-1.773-.996-3.96c0-2.187.332-2.779.997-3.961a7.3 7.3 0 0 1 2.743-2.787q1.748-1.013 3.902-1.013 1.823 0 3.345.675a6.86 6.86 0 0 1 2.534 1.892 6.44 6.44 0 0 1 1.356 2.792H41.58a4.1 4.1 0 0 0-.895-1.431 4 4 0 0 0-1.432-.949 4.9 4.9 0 0 0-1.822-.332q-1.329 0-2.401.664a4.6 4.6 0 0 0-1.678 1.828q-.606 1.162-.606 2.62t.606 2.62a4.6 4.6 0 0 0 1.678 1.828q1.072.666 2.4.665.987 0 1.823-.333a4.02 4.02 0 0 0 2.327-2.38h3.065a6.44 6.44 0 0 1-1.355 2.793 6.9 6.9 0 0 1-2.535 1.892q-1.523.675-3.345.675-2.154 0-3.902-1.013z" }) ) ); } export default PycharmCeLogo;