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
16 lines • 765 B
JavaScript
import { memo } from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
export default /*#__PURE__*/memo(function () {
return /*#__PURE__*/_jsx("svg", {
height: "14px",
version: "1.1",
viewBox: "0 0 14 14",
width: "14px",
xmlns: "http://www.w3.org/2000/svg",
xmlnsXlink: "http://www.w3.org/1999/xlink",
children: /*#__PURE__*/_jsx("path", {
d: "M13,0 C13.5522847,-1.01453063e-16 14,0.44771525 14,1 L14,13 C14,13.5522847 13.5522847,14 13,14 L1,14 C0.44771525,14 -4.87476137e-16,13.5522847 0,13 L0,1 C-6.76353751e-17,0.44771525 0.44771525,-4.5365845e-16 1,0 L13,0 Z M11.375,2.625 L2.625,2.625 L2.625,11.375 L7,11.375 L7,4.375 L9.625,4.375 L9.625,11.375 L11.375,11.375 L11.375,2.625 Z",
fill: "#C12127"
})
});
});