UNPKG

@jetbrains/logos

Version:

JetBrains logos and branding materials

33 lines (32 loc) 2.55 kB
import { useUniqueId } from "../react-unique-logos-ids.js"; import * as React from "react"; function DotmemoryLogo(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.664, gradientUnits: "userSpaceOnUse" }, React.createElement( 'stop', { offset: 0.31, stopColor: "#FF45ED" }), React.createElement( 'stop', { offset: 0.83, stopColor: "#6B57FF" }) ), React.createElement( 'linearGradient', { id: _id2, x1: 64.391, x2: 39.607, y1: 56.329, y2: 2.875, gradientUnits: "userSpaceOnUse" }, React.createElement( 'stop', { offset: 0.3, stopColor: "#FDB60D" }), React.createElement( 'stop', { offset: 0.7, stopColor: "#FF45ED" }) ) ), 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: "#FDB60D", 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.16 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.643 2.674q.953 1.71.953 3.864t-.953 3.865a6.9 6.9 0 0 1-2.643 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-.6m7.192-11.876h4.073l3.087 9.85.258 1.287.225-1.286 2.98-9.85h4.137v15.005H44.1V21.29l.043-.782-3.495 11.49h-2.122l-3.451-11.415.043.707v10.708h-2.883V16.992z" }) ) ); } export default DotmemoryLogo;