mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-28 06:17:14 +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>
11 lines
353 B
TypeScript
11 lines
353 B
TypeScript
export default function AddIcon() {
|
|
return (
|
|
<svg viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' width='1.5em' height='1.5em'>
|
|
<path
|
|
d='M810.666667 554.666667h-256v256h-85.333334v-256H213.333333v-85.333334h256V213.333333h85.333334v256h256v85.333334z'
|
|
fill='#bfbfbf'
|
|
></path>
|
|
</svg>
|
|
);
|
|
}
|