UNPKG

@jetbrains/logos

Version:

JetBrains logos and branding materials

33 lines (32 loc) 3.01 kB
import { useUniqueId } from "../react-unique-logos-ids.js"; import * as React from "react"; function DatagripLogo(props) { var _id2 = useUniqueId(); var _id = useUniqueId(); return ( React.createElement( 'svg', Object.assign({}, { fill: "none", viewBox: "0 0 64 64" }, props), React.createElement( 'defs', null, React.createElement( 'linearGradient', { id: _id, x1: 59.676, x2: 1.08, y1: 4.067, y2: 62.663, gradientUnits: "userSpaceOnUse" }, React.createElement( 'stop', { offset: 0.28, stopColor: "#7256FF" }), React.createElement( 'stop', { offset: 0.66, stopColor: "#00D980" }) ), React.createElement( 'linearGradient', { id: _id2, x1: 64.391, x2: 39.607, y1: 56.329, y2: 2.874, gradientUnits: "userSpaceOnUse" }, React.createElement( 'stop', { offset: 0.3, stopColor: "#FF43F2" }), React.createElement( 'stop', { offset: 0.54, stopColor: "#7256FF" }) ) ), React.createElement( 'path', { fill: ("url(#" + _id + ")"), d: "M4.125 64h34.128a4.13 4.13 0 0 0 3.8-2.52L57.85 24.057c.219-.518.33-1.076.324-1.638l-.15-18.329A4.125 4.125 0 0 0 53.9 0H36.234c-.806 0-1.593.236-2.267.678L1.86 21.787A4.13 4.13 0 0 0 0 25.234v34.641A4.125 4.125 0 0 0 4.125 64" }), React.createElement( 'path', { fill: ("url(#" + _id2 + ")"), d: "M49.013 58h10.862A4.125 4.125 0 0 0 64 53.875V41.309q0-.3-.044-.598L58.508 3.527A4.125 4.125 0 0 0 54.427 0H39.029a4.125 4.125 0 0 0-4.125 4.126l.005 18.505c0 .425.066.848.195 1.253l9.979 31.246a4.13 4.13 0 0 0 3.93 2.87" }), React.createElement( 'path', { fill: "#FF43F2", d: "M47.55 58h12.259a4.125 4.125 0 0 0 4.124-4.19L64 43c-.018-1.181-.785-2.531-1.682-3.3L24.159 6.993A4.13 4.13 0 0 0 21.474 6H10.125A4.125 4.125 0 0 0 6 10.125v11.003c0 1.19.514 2.321 1.409 3.105l37.425 32.746A4.12 4.12 0 0 0 47.55 58" }), React.createElement( 'path', { fill: "#000", d: "M52 12H12v40h40z" }), React.createElement( 'path', { fill: "#fff", d: "M33 44H17v3h16zM17.012 16.992h5.713q2.133 0 3.821.965a6.9 6.9 0 0 1 2.642 2.674q.954 1.71.954 3.864t-.954 3.865a6.9 6.9 0 0 1-2.642 2.674q-1.688.964-3.821.964h-5.713zm8.028 11.876q1.008-.6 1.554-1.72.547-1.12.547-2.653 0-1.534-.547-2.653-.546-1.12-1.554-1.721-1.008-.6-2.348-.6h-2.755v9.947h2.755q1.34 0 2.348-.6m10.386 2.375a7.3 7.3 0 0 1-2.744-2.787q-.997-1.774-.997-3.961c0-2.187.333-2.778.997-3.96s1.58-2.112 2.744-2.787q1.747-1.013 3.902-1.014 1.746 0 3.221.622a6.9 6.9 0 0 1 2.487 1.747 6.36 6.36 0 0 1 1.42 2.594h-3.13a3.9 3.9 0 0 0-.927-1.228q-.585-.52-1.367-.803c-.782-.283-1.082-.284-1.683-.284q-1.329 0-2.401.664a4.6 4.6 0 0 0-1.678 1.828q-.605 1.163-.605 2.62c0 1.457.202 1.846.605 2.621a4.6 4.6 0 0 0 1.678 1.828q1.072.664 2.401.664 1.233 0 2.235-.461t1.592-1.276a3.3 3.3 0 0 0 .633-1.833l.01.31h-3.526v-2.304h6.356v1.18q0 1.982-.96 3.585a6.9 6.9 0 0 1-2.625 2.525q-1.668.921-3.736.921c-1.38 0-2.737-.337-3.902-1.013z" }) ) ); } export default DatagripLogo;