UNPKG

@jetbrains/logos

Version:

JetBrains logos and branding materials

37 lines (36 loc) 3.65 kB
import { useUniqueId } from "../react-unique-logos-ids.js"; import * as React from "react"; function WebstormEapLogo(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: 7.671, x2: 61.126, y1: 64.392, y2: 39.609, gradientUnits: "userSpaceOnUse" }, React.createElement( 'stop', { offset: 0.22, stopColor: "#F0EB18" }), React.createElement( 'stop', { offset: 0.59, stopColor: "#00C4F4" }) ), React.createElement( 'linearGradient', { id: _id2, x1: 59.932, x2: 1.337, y1: 59.676, y2: 1.079, gradientUnits: "userSpaceOnUse" }, React.createElement( 'stop', { offset: 0.19, stopColor: "#00C4F4" }), React.createElement( 'stop', { offset: 0.83, stopColor: "#007DFE" }) ) ), React.createElement( 'path', { fill: "#F0EB18", d: "M6 47.55v12.258a4.125 4.125 0 0 0 4.19 4.124l11.044-.176a4.12 4.12 0 0 0 3.066-1.44l32.707-38.158c.64-.747.993-1.7.993-2.684V10.125A4.125 4.125 0 0 0 53.875 6H42.872c-1.19 0-2.321.514-3.105 1.409L7.021 44.833A4.12 4.12 0 0 0 6 47.55" }), React.createElement( 'path', { fill: ("url(#" + _id + ")"), d: "M6 49.015v10.862a4.125 4.125 0 0 0 4.125 4.125h12.566q.3 0 .598-.044l37.185-5.448A4.125 4.125 0 0 0 64 54.429V39.03a4.125 4.125 0 0 0-4.127-4.125l-18.504.005c-.426 0-.849.066-1.254.195l-31.244 9.98A4.13 4.13 0 0 0 6 49.015" }), React.createElement( 'path', { fill: ("url(#" + _id2 + ")"), d: "M0 4.125v34.128c0 1.658.993 3.154 2.52 3.8L39.943 57.85c.518.219 1.075.33 1.638.324l18.329-.15A4.125 4.125 0 0 0 64 53.9V36.234c0-.806-.236-1.593-.678-2.267L42.213 1.86A4.13 4.13 0 0 0 38.766 0H4.125A4.125 4.125 0 0 0 0 4.125" }), React.createElement( 'path', { fill: "#000", d: "M52 12H12v40h40z" }), React.createElement( 'path', { fill: "#fff", d: "M33 44H17v3h16zM19.051 16.992l2.423 10.955 2.583-10.955h2.958l2.701 10.955 2.348-10.955h2.97l-3.645 15.006h-3.334l-2.53-10.9-2.561 10.9H19.64l-3.623-15.006zm19.611 14.672q-1.26-.59-1.972-1.65t-.735-2.444h2.937q0 .654.343 1.147t.954.772q.61.278 1.404.278c.53 0 .952-.083 1.335-.251q.573-.252.889-.702t.316-1.029q0-.718-.434-1.19-.435-.471-1.195-.654l-2.648-.59q-1.071-.234-1.865-.809a4 4 0 0 1-1.232-1.42q-.44-.846-.44-1.908 0-1.286.665-2.31.664-1.023 1.854-1.597 1.19-.573 2.701-.573c1.008 0 1.934.186 2.734.558q1.2.558 1.87 1.549t.68 2.277h-2.925q0-.546-.29-.98c-.29-.435-.466-.515-.82-.676a2.9 2.9 0 0 0-1.217-.24q-.686 0-1.205.23a1.9 1.9 0 0 0-.81.643q-.29.412-.289.96 0 .621.402 1.028t1.099.579l2.55.557q1.105.226 1.968.852a4.45 4.45 0 0 1 1.345 1.544 4.2 4.2 0 0 1 .482 1.999q0 1.329-.702 2.385-.702 1.054-1.966 1.656-1.266.6-2.894.6-1.63 0-2.889-.59" }), React.createElement( 'path', { fill: "#FDB60D", d: "M56.189 64H23.81A7.81 7.81 0 0 1 16 56.189V47.81a7.8 7.8 0 0 1 2.288-5.523 7.8 7.8 0 0 1 2.534-1.693 7.8 7.8 0 0 1 2.99-.595h32.377A7.81 7.81 0 0 1 64 47.811v8.378A7.81 7.81 0 0 1 56.189 64" }), React.createElement( 'path', { fill: "#000", d: "M24.912 46.758h8.239v2.138h-5.852v2.216h5.15v2.137h-5.15v2.294h5.93v2.138h-8.317zm14.2-.078h2.216l4.68 11h-2.512l-.998-2.45H37.88l-.999 2.45h-2.45zm2.528 6.428-1.451-3.542-1.451 3.542zm6.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.404zM52 52.266a1.69 1.69 0 0 0 1.903-1.654v-.031c0-1.076-.748-1.654-1.95-1.654h-1.856v3.339z" }) ) ); } export default WebstormEapLogo;