mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-01 16:18:27 +00:00
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com> Co-authored-by: 谨欣 <echo.cmy@antgroup.com> Co-authored-by: 严志勇 <yanzhiyong@tiansuixiansheng.com> Co-authored-by: yanzhiyong <932374019@qq.com>
10 lines
460 B
TypeScript
10 lines
460 B
TypeScript
function DarkSvg() {
|
|
return (
|
|
<svg width='1em' height='1em' fill='currentColor' viewBox='0 0 1024 1024'>
|
|
<path d='M593.054 120.217C483.656 148.739 402.91 248.212 402.91 366.546c0 140.582 113.962 254.544 254.544 254.544 118.334 0 217.808-80.746 246.328-190.144C909.17 457.12 912 484.23 912 512c0 220.914-179.086 400-400 400S112 732.914 112 512s179.086-400 400-400c27.77 0 54.88 2.83 81.054 8.217z'></path>
|
|
</svg>
|
|
);
|
|
}
|
|
|
|
export default DarkSvg;
|