@jetbrains/logos
Version:
JetBrains logos and branding materials
14 lines (13 loc) • 1.87 kB
JavaScript
import * as React from "react";
function ClionTextLogo(props) {
return (
React.createElement( 'svg', Object.assign({}, { fill: "none", viewBox: "0 0 432 91" }, props),
React.createElement( 'path', { fill: "#000", d: "M0 4h85v85H0V4Z" }),
React.createElement( 'path', {
fill: "#fff", d: "M10.543 72.98h31.928v5.32H10.543v-5.32ZM42.57 14.486h7.096v26.097h13.978V46.5H42.57V14.486ZM8.273 30.706v-.085A16.361 16.361 0 0 1 25.06 13.976a16.588 16.588 0 0 1 12.686 4.952l-4.47 5.208a11.892 11.892 0 0 0-8.23-3.633c-5.435 0-9.338 4.498-9.338 10.019v.099c0 5.52 3.818 10.118 9.338 10.118 3.675 0 5.931-1.42 8.514-3.775l4.413 4.57a16.46 16.46 0 0 1-13.211 5.676 16.248 16.248 0 0 1-16.49-16.504" }),
React.createElement( 'path', {
fill: "#000", d: "M114.077 46.684v-.24c0-24.196 18.249-43.991 44.402-43.991 16.049 0 25.656 5.364 33.574 13.14l-11.92 13.75c-6.57-5.96-13.268-9.606-21.782-9.606-14.347 0-24.691 11.92-24.691 26.507v.242c0 14.602 10.103 26.763 24.691 26.763 9.735 0 15.695-3.888 22.378-9.933l11.92 12.047c-8.755 9.366-18.447 15.198-34.908 15.198-25.046-.085-43.664-19.427-43.664-43.877Zm85.029-42.812h18.731v68.114h42.487v17.028h-61.218V3.872ZM267.717.225h19.47v16.419h-19.47V.224Zm.497 23.599h18.448v65.19h-18.448v-65.19Zm26.167 32.964v-.241c0-18.732 15.084-33.944 35.391-33.944 20.306 0 35.164 14.971 35.164 33.702v.242c0 18.731-15.085 33.93-35.476 33.93-20.392 0-35.079-14.887-35.079-33.69Zm52.306 0v-.241c0-9.607-6.939-18.008-17.156-18.008-10.572 0-16.901 8.145-16.901 17.766v.242c0 9.607 6.925 17.993 17.142 17.993 10.6 0 16.929-8.145 16.929-17.752h-.014Zm25.273-32.965h18.448v9.196c4.257-5.463 9.721-10.458 19.086-10.458 13.992 0 22.137 9.252 22.137 24.209v42.244h-18.447v-36.37c0-8.755-4.13-13.253-11.182-13.253-7.053 0-11.551 4.498-11.551 13.253v36.37h-18.448l-.043-65.19Z" })
)
);
}
export default ClionTextLogo;