@easyx.ai/dumi-theme-easyxai
Version:
@easyx.ai/dumi-theme-easyxai 是为 dumi2 打造的一款文档站主题包,提供了更加美观、易用的研发与阅读体验
15 lines • 567 B
JavaScript
import { memo } from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
export default /*#__PURE__*/memo(function () {
return /*#__PURE__*/_jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "64 64 896 896",
fill: "currentColor",
children: /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
d: "M503.783 64 960 263.576V761.46L521.625 955.734V473.5h-17.5v486.351l-.342.149L64 761.46V263.576L503.783 64Zm.13 19.158L84.37 273.548 512 466.131 939.386 273.66l-435.473-190.5Z"
})
});
});