UNPKG

@jetbrains/logos

Version:

JetBrains logos and branding materials

27 lines (26 loc) 2.27 kB
import { useUniqueId } from "../react-unique-logos-ids.js"; import * as React from "react"; function IntellijIdeaCeEapLogo(props) { var _id = useUniqueId(); return ( React.createElement( 'svg', Object.assign({}, { fill: "none", viewBox: "0 0 64 64" }, props), React.createElement( 'defs', null, React.createElement( 'radialGradient', { id: _id, cx: 0, cy: 0, r: 1, gradientTransform: "translate(61.722 1.696) scale(84.0131)", gradientUnits: "userSpaceOnUse" }, React.createElement( 'stop', { offset: 0.03, stopColor: "#FE2857" }), React.createElement( 'stop', { offset: 0.71, stopColor: "#007EFF" }) ) ), React.createElement( 'path', { fill: ("url(#" + _id + ")"), d: "M59.875 0H25.709a4.125 4.125 0 0 0-2.917 1.208L1.208 22.792A4.124 4.124 0 0 0 0 25.709v34.166A4.125 4.125 0 0 0 4.125 64h34.166a4.124 4.124 0 0 0 2.917-1.208l21.583-21.584a4.123 4.123 0 0 0 1.208-2.916L64 4.126A4.125 4.125 0 0 0 59.875 0Z" }), React.createElement( 'path', { fill: "#000", d: "M52 12H12v40h40V12Z" }), React.createElement( 'path', { fill: "#fff", d: "M33 44H17v3h16v-3ZM16.998 29.383h2.98v-9.775h-2.98v-2.616h8.843v2.616h-2.98v9.775h2.98V32h-8.843v-2.616Zm10.645-.085h2.154a2.38 2.38 0 0 0 1.163-.279c.34-.186.602-.448.788-.788.186-.34.279-.727.279-1.163V16.992h2.926v10.28c0 .9-.207 1.709-.622 2.427a4.45 4.45 0 0 1-1.715 1.688c-.728.408-1.546.611-2.454.611h-2.519v-2.7Z" }), React.createElement( 'path', { fill: "#FDB60D", d: "M56.189 64H23.81A7.811 7.811 0 0 1 16 56.189V47.81a7.81 7.81 0 0 1 2.288-5.523 7.812 7.812 0 0 1 2.534-1.693 7.81 7.81 0 0 1 2.99-.595h32.377A7.811 7.811 0 0 1 64 47.811v8.378A7.811 7.811 0 0 1 56.189 64Z" }), React.createElement( 'path', { fill: "#000", d: "M24.912 46.758h8.239v2.138h-5.852v2.216h5.15v2.137h-5.15v2.294h5.93v2.138h-8.317V46.758Zm14.2-.078h2.216l4.68 11h-2.512l-.998-2.45H37.88l-.999 2.45h-2.45l4.68-11Zm2.528 6.428-1.451-3.542-1.451 3.542h2.902Zm6.053-6.35h4.463c2.606 0 4.181 1.545 4.181 3.776v.031c0 2.528-1.965 3.84-4.415 3.84h-1.825v3.275h-2.404V46.758ZM52 52.266a1.69 1.69 0 0 0 1.903-1.654v-.031c0-1.076-.748-1.654-1.95-1.654h-1.856v3.339H52Z" }) ) ); } export default IntellijIdeaCeEapLogo;