@jetbrains/logos
Version:
JetBrains logos and branding materials
16 lines (15 loc) • 2.93 kB
JavaScript
import * as React from "react";
function RubymineTextLogo(props) {
return (
React.createElement( 'svg', Object.assign({}, { fill: "none", viewBox: "0 0 659 109" }, props),
React.createElement( 'path', { fill: "#000", d: "M0 4h85v85H0V4Z" }),
React.createElement( 'path', {
fill: "#fff", d: "M10.543 72.98h31.928v5.32H10.543v-5.32Zm31.545-58.45h7.592l8.415 13.537 8.415-13.538h7.592v32h-6.996V25.64l-9.01 13.666h-.185l-8.912-13.524V46.53h-6.91v-32Zm-31.517.042h14.574a12.644 12.644 0 0 1 9.323 3.236 9.934 9.934 0 0 1 2.739 7.308v.1a10.018 10.018 0 0 1-1.902 6.314 10.983 10.983 0 0 1-4.952 3.59l7.805 11.352H29.94l-6.598-9.805h-5.818v9.82H10.57V14.572Zm14.19 15.482a5.846 5.846 0 0 0 3.931-1.291 4.258 4.258 0 0 0 1.42-3.293v-.085a4.1 4.1 0 0 0-1.42-3.434 6.513 6.513 0 0 0-4.058-1.135h-7.067v9.181l7.195.057Z" }),
React.createElement( 'path', {
fill: "#000", d: "M117.27 4.127h38.853c10.799 0 19.171 3.037 24.762 8.614 4.726 4.74 7.28 11.352 7.28 19.426v.242c0 13.722-7.407 22.335-18.206 26.337L190.705 89.1h-21.839L150.66 61.91h-14.687V89.1H117.27V4.127Zm37.633 41.266c9.11 0 14.318-4.853 14.318-12.02v-.24c0-8.004-5.577-12.134-14.687-12.134h-18.561v24.394h18.93Zm40.599 20.76V24.036h18.448v36.285c0 8.742 4.129 13.24 11.167 13.24 7.039 0 11.537-4.499 11.537-13.24V24.036h18.448V89.1h-18.448v-9.253c-4.257 5.464-9.706 10.43-19.057 10.43-13.964.029-22.095-9.195-22.095-24.124ZM283.639 80.6v8.514h-18.448V.48h18.448v32.894c4.484-6.06 10.685-10.558 20.264-10.558 15.183 0 29.629 11.906 29.629 33.632v.24c0 21.727-14.19 33.618-29.629 33.618a24.976 24.976 0 0 1-20.264-9.706Zm31.431-23.911v-.241c0-10.813-7.279-17.965-15.893-17.965-8.613 0-15.78 7.095-15.78 17.965v.24c0 10.8 7.167 17.966 15.78 17.966 8.614 0 15.893-7.038 15.893-17.965Z" }),
React.createElement( 'path', {
fill: "#000", d: "M380.162 24.036h19.228l-25.003 66.695c-4.981 13.226-10.317 18.207-21.286 18.207a30.527 30.527 0 0 1-16.39-4.499l6.187-13.339a16.858 16.858 0 0 0 7.89 2.54c3.164 0 4.853-.965 6.442-4.257l-25.542-65.276h19.455l14.814 44.303 14.205-44.374Zm24.976-19.909h20.15l22.35 35.987 22.336-35.93h20.15V89.1h-18.589V33.629l-23.897 36.285h-.482l-23.642-35.93V89.1h-18.376V4.127ZM499.405.48h19.427v16.39h-19.427V.48Zm.496 23.557h18.448V89.1h-18.448V24.037Zm28.083 0h18.448v9.224c4.257-5.464 9.706-10.445 19.058-10.445 13.963 0 22.094 9.224 22.094 24.124V89.1h-18.447V52.8c0-8.74-4.13-13.225-11.168-13.225-7.039 0-11.537 4.484-11.537 13.226v36.3h-18.448V24.036Zm66.298 32.893v-.24c0-18.576 13.226-33.874 32.17-33.874 21.726 0 31.673 16.873 31.673 35.32 0 1.42-.113 3.165-.241 4.868h-45.268c1.817 8.372 7.649 12.771 15.894 12.771 6.187 0 10.685-1.944 15.779-6.684l10.53 9.338c-6.06 7.52-14.801 12.133-26.579 12.133-19.512-.014-33.958-13.722-33.958-33.632Zm45.878-5.463c-1.093-8.259-5.946-13.836-13.708-13.836-7.762 0-12.629 5.464-14.077 13.836h27.785Z" })
)
);
}
export default RubymineTextLogo;