You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							26 lines
						
					
					
						
							2.1 KiB
						
					
					
				
			
		
		
	
	
							26 lines
						
					
					
						
							2.1 KiB
						
					
					
				| "use strict";
 | |
| var __importDefault = (this && this.__importDefault) || function (mod) {
 | |
|     return (mod && mod.__esModule) ? mod : { "default": mod };
 | |
| };
 | |
| Object.defineProperty(exports, "__esModule", { value: true });
 | |
| exports.AdminJSLogo = void 0;
 | |
| const react_1 = __importDefault(require("react"));
 | |
| exports.AdminJSLogo = (props) => {
 | |
|     const { width, height } = props;
 | |
|     const svgWidth = width || '113px';
 | |
|     const svgHeight = height || '113px';
 | |
|     return (react_1.default.createElement("svg", { width: svgWidth, height: svgHeight, viewBox: "0 0 113 113", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
 | |
|         react_1.default.createElement("defs", null,
 | |
|             react_1.default.createElement("filter", { x: "-18.8%", y: "-13.4%", width: "137.6%", height: "137.6%", filterUnits: "objectBoundingBox", id: "a" },
 | |
|                 react_1.default.createElement("feOffset", { dy: "5", in: "SourceAlpha", result: "shadowOffsetOuter1" }),
 | |
|                 react_1.default.createElement("feGaussianBlur", { stdDeviation: "5", in: "shadowOffsetOuter1", result: "shadowBlurOuter1" }),
 | |
|                 react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.301960784 0 0 0 0 0.439215686 0 0 0 0 0.921568627 0 0 0 0.402289117 0", in: "shadowBlurOuter1" })),
 | |
|             react_1.default.createElement("rect", { id: "b", x: "0", y: "0", width: "93", height: "93", rx: "20" })),
 | |
|         react_1.default.createElement("g", { fill: "none", fillRule: "evenodd" },
 | |
|             react_1.default.createElement("g", { transform: "translate(10 5)" },
 | |
|                 react_1.default.createElement("use", { fill: "#000", filter: "url(#a)", xlinkHref: "#b" }),
 | |
|                 react_1.default.createElement("use", { fill: "#4D70EB", xlinkHref: "#b" })),
 | |
|             react_1.default.createElement("path", { d: "M56.5 28 83 74H68.932l-3.282-5.698a5.632 5.632 0 0 0-4.63-2.815l-.25-.006h-8.54a5.632 5.632 0 0 0-4.88 2.82L44.066 74H30l26.5-46zm0 20.444c-3.114 0-5.638 2.543-5.638 5.68 0 3.136 2.524 5.678 5.638 5.678s5.638-2.542 5.638-5.679c0-3.136-2.524-5.679-5.638-5.679z", fill: "#FFF" }))));
 | |
| };
 | |
| exports.default = exports.AdminJSLogo;
 |