dumi-theme-lobehub
Version:
dumi-theme-lobehub is a documentation site theme package designed for dumi2. It provides a more beautiful and user-friendly development and reading experience based on @lobehub/ui
27 lines • 1.09 kB
JavaScript
import { memo } from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
export default /*#__PURE__*/memo(function () {
return /*#__PURE__*/_jsxs("svg", {
height: "1em",
viewBox: "0 0 108 108",
width: "1em",
xmlns: "http://www.w3.org/2000/svg",
children: [/*#__PURE__*/_jsx("defs", {
children: /*#__PURE__*/_jsxs("linearGradient", {
id: "main",
children: [/*#__PURE__*/_jsx("stop", {
offset: "0",
stopColor: "#006838"
}), /*#__PURE__*/_jsx("stop", {
offset: "1",
stopColor: "#32de85"
})]
})
}), /*#__PURE__*/_jsx("path", {
d: "M21.667 73.809V33.867l28.33-16.188 28.337 16.188V66.13L49.997 82.321 35 73.75V41.604l14.997-8.57L65 41.604v16.788l-15.003 8.571-1.663-.95v-16.67l8.382-4.792-6.719-3.838-8.33 4.763V69.88l8.33 4.762 21.67-12.383V37.737l-21.67-12.379-21.663 12.379v39.88L49.997 90 85 70V30L49.997 10 15 30v40z",
fill: "url(#main)",
transform: "matrix(1.25 0 0 1.25 -8.75 -7.5)"
})]
});
});