UNPKG

@jetbrains/logos

Version:

JetBrains logos and branding materials

24 lines (23 loc) 2.27 kB
import { useUniqueId } from "../react-unique-logos-ids.js"; import * as React from "react"; function KtorTextLogo(props) { var _id = useUniqueId(); return ( React.createElement( 'svg', Object.assign({}, { fill: "none", viewBox: "0 0 146 48" }, props), React.createElement( 'defs', null, React.createElement( 'linearGradient', { id: _id, x1: 5.518, x2: 26.12, y1: 21.456, y2: 42.16, gradientUnits: "userSpaceOnUse" }, React.createElement( 'stop', { stopColor: "#7F52FF" }), React.createElement( 'stop', { offset: 0.507, stopColor: "#C711E1" }), React.createElement( 'stop', { offset: 1, stopColor: "#FF6D3F" }) ) ), React.createElement( 'path', { fill: "#000", d: "M118.788 16.54c2.15 0 4.11.5 5.859 1.5 1.75 1 3.131 2.37 4.141 4.12 1.01 1.74 1.51 3.7 1.51 5.85 0 2.15-.51 4.1-1.51 5.85s-2.391 3.12-4.141 4.12c-1.759 1-3.739 1.5-5.889 1.5-2.15 0-4.111-.5-5.861-1.5-1.749-1-3.129-2.38-4.139-4.12-1.01-1.74-1.51-3.7-1.51-5.85 0-2.15.5-4.1 1.5-5.85s2.38-3.12 4.14-4.12c1.77-1 3.75-1.5 5.9-1.5Zm-45.58-7.53V22.6l12.37-13.59h6.39l-13.15 14.44 13.44 15.52h-6.59l-12.46-14.3v14.3h-5.2V9.01h5.2Zm26.899 2.69v5.35h5.821l-.02 4.39h-5.82l.019 11.06c0 .6.201 1.1.591 1.49.39.39.89.59 1.49.59h3.72v4.39h-4.73c-1.17 0-2.23-.25-3.16-.75-.93-.5-1.66-1.2-2.18-2.08-.52-.89-.78-1.89-.78-3l-.02-11.71h-3.85l.02-4.39h2.4c.55 0 .98-.17 1.31-.5.33-.33.49-.76.49-1.29V11.7h4.699Zm45.021 5.21h.81V22h-1.411c-1.119 0-2.109.21-2.939.62-.84.42-1.48 1.01-1.93 1.78-.45.77-.67 1.68-.67 2.74v11.83h-5.05V17.05h5.01v3.32c.57-.93 1.27-1.69 2.1-2.26 1.17-.81 2.53-1.21 4.09-1.21l-.01.01Zm-26.36 4.12c-1.22 0-2.31.3-3.26.88-.94.58-1.68 1.4-2.2 2.46-.52 1.06-.781 2.28-.781 3.64s.261 2.56.781 3.62c.52 1.05 1.26 1.87 2.2 2.46.94.59 2.04.88 3.26.88 1.22 0 2.31-.3 3.27-.88.95-.58 1.69-1.4 2.21-2.46s.779-2.25.779-3.62-.259-2.58-.789-3.63c-.52-1.05-1.261-1.87-2.211-2.46-.95-.59-2.04-.89-3.259-.89ZM91.978 9.01h-.01l.01-.01v.01Z" }), React.createElement( 'path', { fill: ("url(#" + _id + ")"), d: "M48 31.998 31.996 48 0 15.996 16.002 0l31.997 31.998Z" }), React.createElement( 'path', { fill: "#000", d: "M32.01 15.992H16.008v16.002H32.01V15.992Z" }) ) ); } export default KtorTextLogo;