UNPKG

koishi-plugin-beatsaber-bot

Version:

一个 用于 BeatSaber 的 koishi Bot 插件

8 lines (7 loc) 4.39 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function ScoreSaberIcon(props) { return ((0, jsx_runtime_1.jsxs)("svg", { id: "ScoreSaber", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 50 50", ...props, children: [(0, jsx_runtime_1.jsx)("defs", {}), (0, jsx_runtime_1.jsxs)("g", { id: "Border", children: [(0, jsx_runtime_1.jsx)("rect", { id: "Bottom", className: "cls-1 fill-[#221f1c]", x: "9", y: "40", width: "32", height: "10" }), (0, jsx_runtime_1.jsx)("rect", { id: "Top", className: "cls-1 fill-[#221f1c]", x: "9", width: "32", height: "10" }), (0, jsx_runtime_1.jsx)("rect", { id: "Top_Left", "data-name": "Top Left", className: "cls-1 fill-[#221f1c]", x: "4", y: "4", width: "10", height: "10" }), (0, jsx_runtime_1.jsx)("rect", { id: "Top_Right", "data-name": "Top Right", className: "cls-1 fill-[#221f1c]", x: "36", y: "4", width: "10", height: "10" }), (0, jsx_runtime_1.jsx)("rect", { id: "Right", className: "cls-1 fill-[#221f1c]", x: "40", y: "9", width: "10", height: "32" }), (0, jsx_runtime_1.jsx)("rect", { id: "Left", className: "cls-1 fill-[#221f1c]", y: "9", width: "10", height: "32" }), (0, jsx_runtime_1.jsx)("rect", { id: "Bottom_Right", "data-name": "Bottom Right", className: "cls-1 fill-[#221f1c]", x: "38", y: "38", width: "8", height: "8" }), (0, jsx_runtime_1.jsx)("rect", { id: "Bottom_left", "data-name": "Bottom left", className: "cls-1 fill-[#221f1c]", x: "4", y: "36", width: "10", height: "10" })] }), (0, jsx_runtime_1.jsxs)("g", { id: "Base_Colour", "data-name": "Base Colour", children: [(0, jsx_runtime_1.jsx)("rect", { id: "Right-2", "data-name": "Right", className: "cls-2 fill-[#feec3e]", x: "25", y: "9", width: "21", height: "32" }), (0, jsx_runtime_1.jsx)("rect", { id: "Top-2", "data-name": "Top", className: "cls-2 fill-[#feec3e]", x: "9", y: "4", width: "32", height: "21" }), (0, jsx_runtime_1.jsx)("rect", { id: "Left-2", "data-name": "Left", className: "cls-3 fill-[#eabd01]", x: "4", y: "9", width: "21", height: "32" }), (0, jsx_runtime_1.jsx)("rect", { id: "Bottom-2", "data-name": "Bottom", className: "cls-3 fill-[#eabd01]", x: "9", y: "25", width: "32", height: "21" }), (0, jsx_runtime_1.jsx)("rect", { id: "Middle", className: "cls-4 fill-[#ffde18]", x: "9", y: "9", width: "32", height: "32" })] }), (0, jsx_runtime_1.jsxs)("g", { style: { opacity: 0 }, id: "Aww_Man", "data-name": "Aww Man", children: [(0, jsx_runtime_1.jsx)("rect", { id: "Aww_Man-2", "data-name": "Aww Man", className: "cls-3 fill-[#eabd01]", x: "21", y: "25", width: "8", height: "8" }), (0, jsx_runtime_1.jsx)("rect", { id: "Aww_Man-3", "data-name": "Aww Man", className: "cls-3 fill-[#eabd01]", x: "13", y: "13", width: "8", height: "8" }), (0, jsx_runtime_1.jsx)("rect", { id: "Aww_Man-4", "data-name": "Aww Man", className: "cls-3 fill-[#eabd01]", x: "29", y: "13", width: "8", height: "8" }), (0, jsx_runtime_1.jsx)("rect", { id: "Aww_Man-5", "data-name": "Aww Man", className: "cls-3 fill-[#eabd01]", x: "21", y: "21", width: "8", height: "4" }), (0, jsx_runtime_1.jsx)("rect", { id: "Aww_Man-6", "data-name": "Aww Man", className: "cls-3 fill-[#eabd01]", x: "17", y: "25", width: "4", height: "12" }), (0, jsx_runtime_1.jsx)("rect", { id: "Aww_Man-7", "data-name": "Aww Man", className: "cls-3 fill-[#eabd01]", x: "29", y: "25", width: "4", height: "12" })] }), (0, jsx_runtime_1.jsxs)("g", { id: "Arrow", children: [(0, jsx_runtime_1.jsx)("rect", { id: "Top-3", "data-name": "Top", className: "cls-5 fill-white", x: "18", y: "14", width: "14", height: "3" }), (0, jsx_runtime_1.jsx)("rect", { id: "Bottom-3", "data-name": "Bottom", className: "cls-5 fill-white", x: "22", y: "23", width: "6", height: "3" }), (0, jsx_runtime_1.jsx)("rect", { id: "Lower_Right", "data-name": "Lower Right", className: "cls-5 fill-white", x: "28", y: "20", width: "4", height: "3" }), (0, jsx_runtime_1.jsx)("rect", { id: "Lower_left", "data-name": "Lower left", className: "cls-5 fill-white", x: "18", y: "20", width: "4", height: "3" }), (0, jsx_runtime_1.jsx)("rect", { id: "Right-3", "data-name": "Right", className: "cls-5 fill-white", x: "32", y: "17", width: "4", height: "3" }), (0, jsx_runtime_1.jsx)("rect", { id: "Left-3", "data-name": "Left", className: "cls-5 fill-white", x: "14", y: "17", width: "4", height: "3" })] })] })); } exports.default = ScoreSaberIcon;