UNPKG

@jetbrains/logos

Version:

JetBrains logos and branding materials

24 lines (23 loc) 7.27 kB
import { useUniqueId } from "../react-unique-logos-ids.js"; import * as React from "react"; function JetbrainsAcademyTextLogo(props) { var _id = useUniqueId(); return ( React.createElement( 'svg', Object.assign({}, { fill: "none", viewBox: "0 0 502 64" }, props), React.createElement( 'defs', null, React.createElement( 'linearGradient', { id: _id, x1: 55.509, x2: 8.009, y1: 9, y2: 55.507, gradientUnits: "userSpaceOnUse" }, React.createElement( 'stop', { stopColor: "#B74AF7" }), React.createElement( 'stop', { offset: 1, stopColor: "#21D789" }) ) ), React.createElement( 'path', { fill: "#000", d: "M86.51 40.584c0 .846-.18 1.593-.54 2.25a3.73 3.73 0 0 1-1.52 1.524c-.66.358-1.4.537-2.25.537H78V51h5.1c1.92 0 3.64-.428 5.17-1.284a9.4 9.4 0 0 0 3.6-3.545c.87-1.504 1.31-3.196 1.31-5.088V21.018h-6.66v19.566zm17.93-1.822h13.95v-5.606h-13.95v-6.363h15.42v-5.775H97.95v29.971h22.34v-5.775h-15.85zm17.94-11.8h8.92V50.98h6.66V26.962h8.88v-5.944h-24.47v5.954zm47.23 9.002a8 8 0 0 0-1.68-.647c.45-.13.88-.29 1.28-.488 1.1-.568 1.97-1.365 2.59-2.39s.94-2.2.94-3.535c0-1.523-.42-2.888-1.25-4.093-.83-1.194-2-2.13-3.5-2.807-1.5-.668-3.22-1.006-5.14-1.006h-13.37v29.971h13.63c2.02 0 3.82-.348 5.41-1.055 1.58-.707 2.81-1.683 3.69-2.947.87-1.255 1.31-2.689 1.31-4.302 0-1.484-.34-2.808-1.03-3.983a7.07 7.07 0 0 0-2.87-2.728zm-13.67-9.918h5.91c.82 0 1.54.15 2.17.438q.945.434 1.47 1.255c.35.538.53 1.175.53 1.902s-.18 1.414-.53 1.981-.84.996-1.47 1.305-1.35.458-2.17.458h-5.91v-7.349zm10.18 18.133c-.38.567-.92 1.005-1.61 1.314-.7.309-1.49.458-2.4.458h-6.17v-7.687h6.17c.89 0 1.68.17 2.38.498.69.328 1.24.786 1.62 1.384s.58 1.274.58 2.041-.19 1.424-.57 1.992m29.73-5.308c1.67-.796 2.96-1.922 3.88-3.365s1.38-3.117 1.38-5.029-.45-3.525-1.35-4.959-2.18-2.539-3.83-3.325c-1.65-.787-3.56-1.175-5.74-1.175h-13.18v29.971h6.67V40.076h4.34l6.11 10.913h7.61l-6.88-11.72c.34-.119.68-.248 1-.398zm-2.16-6.124c-.37.628-.9 1.116-1.59 1.444q-1.035.508-2.43.508h-6v-8.294h6c.93 0 1.74.169 2.43.498s1.22.816 1.59 1.433.56 1.355.56 2.191-.19 1.573-.56 2.2zm20.67-11.73L203.61 50.99h6.77l2.13-6.611h11.16l2.28 6.611h6.64l-11-29.971zm-.34 18.342 3.46-10.575.41-1.921.41 1.921L222 39.36zm20.79 11.63h6.88V21.018h-6.88zm31.14-9.698-12.94-20.273h-6.49v29.971h6.08V30.716l12.88 20.273h6.56V21.018h-6.08V41.29zm28.93-6.492c-1.18-.847-2.52-1.404-4.04-1.693l-5.12-1.046c-.8-.189-1.44-.517-1.91-.995s-.71-1.076-.71-1.783c0-.647.17-1.205.52-1.682.34-.478.83-.847 1.45-1.116s1.34-.398 2.16-.398 1.56.14 2.19.418c.63.28 1.12.667 1.47 1.175s.53 1.076.53 1.723h6.67c-.04-1.743-.53-3.286-1.45-4.62-.92-1.345-2.21-2.39-3.85-3.147s-3.52-1.135-5.62-1.135-3.96.388-5.59 1.175-2.91 1.872-3.82 3.266-1.37 2.977-1.37 4.76c0 1.443.29 2.748.88 3.903a7.9 7.9 0 0 0 2.49 2.897c1.08.767 2.32 1.305 3.74 1.603l5.42 1.116c.89.209 1.59.597 2.11 1.155.52.557.77 1.244.77 2.08 0 .668-.19 1.275-.57 1.803q-.57.792-1.59 1.225c-.68.289-1.48.428-2.4.428s-1.79-.16-2.54-.478q-1.125-.478-1.74-1.374c-.42-.588-.62-1.275-.62-2.041h-6.67c.03 1.872.53 3.515 1.52 4.949.98 1.423 2.33 2.539 4.05 3.335q2.58 1.195 5.91 1.195c3.33 0 4.22-.408 5.94-1.225 1.73-.816 3.07-1.941 4.04-3.375s1.45-3.057 1.45-4.87c0-1.483-.33-2.847-.98-4.102-.65-1.244-1.57-2.29-2.74-3.136zm28.55-13.781-10.92 29.971h5.55l2.36-7.189h12.08l2.56 7.19h5.42l-11.27-29.972zm-1.68 18.58 4.06-12.008.45-1.862.47 1.862 4.32 12.008h-9.31zm27.92-5.676c.94-.597 2-.896 3.17-.896.8 0 1.56.15 2.26.448.7.3 1.31.717 1.84 1.255.52.538.94 1.175 1.24 1.912h5.4c-.39-1.593-1.09-3.007-2.1-4.232s-2.26-2.17-3.75-2.848-3.12-1.016-4.9-1.016c-2.15 0-4.1.498-5.84 1.494q-2.61 1.494-4.11 4.122c-1 1.753-1.49 3.705-1.49 5.855s.5 4.103 1.49 5.855a10.8 10.8 0 0 0 4.11 4.123c1.74.995 3.69 1.493 5.84 1.493 1.78 0 3.41-.338 4.9-1.016s2.74-1.623 3.75-2.847c1.01-1.215 1.71-2.629 2.1-4.232h-5.4a5.6 5.6 0 0 1-1.24 1.912c-.52.537-1.14.956-1.84 1.254a5.7 5.7 0 0 1-2.26.448c-1.18 0-2.23-.298-3.17-.906-.94-.607-1.67-1.444-2.2-2.509s-.8-2.26-.8-3.585.27-2.539.8-3.604c.53-1.066 1.26-1.892 2.2-2.49zm33.96-1.543a8.2 8.2 0 0 0-2.74-2.629c-1.37-.796-2.96-1.195-4.78-1.195-1.96 0-3.72.488-5.26 1.464s-2.75 2.34-3.62 4.093c-.87 1.752-1.31 3.724-1.31 5.924s.44 4.172 1.31 5.915c.87 1.752 2.09 3.107 3.63 4.092q2.325 1.464 5.25 1.464c1.82 0 3.42-.398 4.78-1.195a8.2 8.2 0 0 0 2.74-2.629V51h4.99V29.063h-4.99zm-.82 11.272c-.53 1.045-1.27 1.872-2.21 2.46-.95.597-2.04.885-3.27.885s-2.28-.288-3.23-.876c-.95-.587-1.68-1.404-2.2-2.46q-.78-1.583-.78-3.644c0-1.374.26-2.579.78-3.624.52-1.046 1.26-1.872 2.2-2.46.95-.587 2.02-.886 3.23-.886s2.32.299 3.27.886c.95.588 1.68 1.414 2.21 2.46.53 1.045.8 2.26.8 3.624s-.27 2.58-.8 3.625zm27.33-11.312c-.71-1.075-1.61-1.951-2.72-2.589-1.37-.796-2.96-1.195-4.78-1.195-1.96 0-3.72.488-5.26 1.464s-2.75 2.34-3.62 4.093c-.87 1.752-1.31 3.724-1.31 5.924s.44 4.172 1.31 5.915c.87 1.752 2.09 3.107 3.63 4.092q2.325 1.464 5.25 1.464c1.82 0 3.42-.398 4.78-1.195a8.1 8.1 0 0 0 2.72-2.589V51h5.07V21.018h-5.07v11.331zm-.8 11.312c-.53 1.045-1.27 1.872-2.21 2.46-.95.597-2.04.885-3.27.885s-2.28-.288-3.23-.876c-.95-.587-1.68-1.404-2.2-2.46q-.78-1.583-.78-3.644c0-1.374.26-2.579.78-3.624.52-1.046 1.26-1.872 2.2-2.46.95-.587 2.02-.886 3.23-.886s2.32.299 3.27.886c.95.588 1.68 1.414 2.21 2.46.53 1.045.8 2.26.8 3.624s-.27 2.58-.8 3.625zm26.83-13.642c-1.69-.966-3.62-1.454-5.78-1.454s-4.05.498-5.79 1.484a11 11 0 0 0-4.12 4.102c-1 1.743-1.5 3.695-1.5 5.845s.5 4.173 1.49 5.935c1 1.752 2.36 3.127 4.08 4.112 1.73.986 3.67 1.474 5.84 1.474 1.71 0 3.26-.259 4.67-.787 1.41-.527 2.6-1.274 3.59-2.25.99-.966 1.74-2.13 2.26-3.485h-5.53a5.66 5.66 0 0 1-2.11 1.733c-.85.408-1.8.617-2.86.617-1.2 0-2.28-.289-3.24-.876-.96-.588-1.7-1.404-2.24-2.45-.43-.836-.68-1.762-.78-2.768h17.37v-1.225c0-2.23-.47-4.202-1.41-5.944-.94-1.733-2.25-3.087-3.95-4.053zm-11.93 7.837c.13-.717.34-1.394.67-2.022.54-1.025 1.28-1.822 2.24-2.4q1.425-.866 3.24-.866c1.21 0 2.27.299 3.19.896.92.598 1.64 1.434 2.14 2.49.28.587.47 1.225.59 1.892h-12.07zm50.43-8.235c-1.18-.707-2.56-1.056-4.12-1.056-1.69 0-3.17.399-4.43 1.195-1.15.727-2.04 1.743-2.72 3.017l-.06-.149c-.62-1.294-1.49-2.3-2.63-3.007s-2.49-1.056-4.05-1.056-2.97.389-4.14 1.165c-.99.658-1.77 1.574-2.38 2.709v-3.366h-4.92V50.99h5.07V38.274c0-1.066.19-2.002.58-2.808.39-.797.94-1.414 1.66-1.842s1.56-.637 2.52-.637c.89 0 1.65.189 2.29.577s1.13.936 1.46 1.653c.34.717.5 1.563.5 2.549v13.233h4.97V38.284c0-1.066.2-2.002.59-2.808.39-.797.95-1.414 1.68-1.842.72-.429 1.56-.638 2.5-.638.89 0 1.65.19 2.28.578s1.11.936 1.45 1.653.51 1.563.51 2.549v13.233h5.07V37.18q0-2.585-.96-4.541c-.64-1.294-1.55-2.3-2.73-3.007zm21.41-.548-5.4 15.096-5.74-15.096h-5.27l8.45 20.96-.9 1.902c-.23.458-.53.807-.9 1.056s-.8.378-1.27.378h-3.42v4.471h3.72c1.5 0 2.81-.428 3.91-1.274s1.93-1.982 2.47-3.396l9.52-24.107h-5.18z" }), React.createElement( 'path', { fill: ("url(#" + _id + ")"), d: "M20.34 3.66 3.66 20.34A12.5 12.5 0 0 0 0 29.18V59c0 2.76 2.24 5 5 5h29.82c3.32 0 6.49-1.32 8.84-3.66l16.68-16.68c2.34-2.34 3.66-5.52 3.66-8.84V5c0-2.76-2.24-5-5-5H29.18c-3.32 0-6.49 1.32-8.84 3.66" }), React.createElement( 'path', { fill: "#000", d: "M48 16H8v40h40z" }), React.createElement( 'path', { fill: "#fff", d: "M30 47H13v4h17z" }) ) ); } export default JetbrainsAcademyTextLogo;