@jetbrains/logos
Version:
JetBrains logos and branding materials
14 lines (13 loc) • 2.2 kB
JavaScript
import * as React from "react";
function RiderTextLogo(props) {
return (
React.createElement( 'svg', Object.assign({}, { fill: "none", viewBox: "0 0 412 91" }, props),
React.createElement( 'path', { fill: "#000", d: "M0 4h85v85H0V4Z" }),
React.createElement( 'path', {
fill: "#fff", d: "M10.543 72.98h31.928v5.32H10.543v-5.32Zm.028-58.522h14.617a12.773 12.773 0 0 1 9.323 3.25 10.046 10.046 0 0 1 2.753 7.322v.085a9.934 9.934 0 0 1-6.869 9.933l7.833 11.438h-8.244L23.13 36.24h-5.463v10.246H10.57V14.458Zm14.19 15.61c3.435 0 5.407-1.831 5.407-4.527v-.086c0-3.022-2.1-4.583-5.534-4.583h-6.968v9.195h7.096ZM43.11 14.457h12.488c10.061 0 17.028 6.911 17.028 15.922v.1c0 9.01-6.953 16.006-17.028 16.006H43.11V14.457Zm7.096 6.358v19.299h5.449a9.123 9.123 0 0 0 9.65-9.564v-.086a9.21 9.21 0 0 0-9.65-9.663l-5.45.014Z" }),
React.createElement( 'path', {
fill: "#000", d: "M117 3.929h38.91c10.813 0 19.2 3.036 24.805 8.627 4.74 4.74 7.294 11.424 7.294 19.456v.24c0 13.737-7.421 22.38-18.249 26.395l20.803 30.396h-21.881l-18.235-27.246h-14.716v27.246H117V3.93Zm37.69 41.337c9.124 0 14.346-4.868 14.346-12.034v-.213c0-8.032-5.591-12.161-14.715-12.161h-18.59v24.408h18.959ZM196.608.282h19.456v16.404h-19.456V.282Zm.483 23.584h18.447v65.177h-18.447V23.866Zm26.948 32.709v-.24c0-21.77 14.19-33.69 29.658-33.69a24.991 24.991 0 0 1 20.306 9.736V.28h18.448v88.762h-18.448v-9.366c-4.498 6.074-10.699 10.572-20.306 10.572-15.198 0-29.658-11.905-29.658-33.674Zm50.22 0v-.24c0-10.828-7.181-17.994-15.809-17.994-8.627 0-15.935 7.095-15.935 17.993v.241c0 10.828 7.293 17.994 15.935 17.994s15.809-7.166 15.809-17.994Zm26.153.242v-.242c0-18.603 13.254-33.929 32.213-33.929 21.768 0 31.744 16.9 31.744 35.391 0 1.42-.128 3.15-.242 4.853h-45.409c1.816 8.401 7.648 12.772 15.922 12.772 6.201 0 10.699-1.945 15.808-6.684l10.572 9.366c-6.074 7.535-14.829 12.147-26.622 12.147-19.526 0-33.986-13.737-33.986-33.674Zm45.963-5.478c-1.107-8.259-5.96-13.85-13.75-13.85-7.791 0-12.701 5.464-14.12 13.85h27.87Zm26.054-27.473h18.447v13.127c3.775-8.997 9.863-14.83 20.804-14.347v19.342h-.937c-12.275 0-19.867 7.407-19.867 22.974v24.124h-18.447v-65.22Z" })
)
);
}
export default RiderTextLogo;