DB-GPT/web/components/icons/table.tsx
Dreammy23 471689ba20
feat(web): Unified frontend code style (#1923)
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>
2024-08-30 14:03:06 +08:00

27 lines
974 B
XML

export default function Table() {
return (
<svg viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' width='1em' height='1em'>
<path
d='M149.2 99.7h726.6c27.7 0 50.1 22.4 50.1 50.1V336H99.1V149.8c0-27.6 22.4-50.1 50.1-50.1z'
fill='#1ECD93'
></path>
<path
d='M99.1 395h236.2v236.3H99.1zM99.1 690.3h236.2v236.2H149.2c-27.7 0-50.1-22.4-50.1-50.1V690.3zM394.4 395h236.2v236.3H394.4z'
fill='#1ECD93'
fillOpacity='.5'
></path>
<path
d='M394.4 690.3h236.2v236.3H394.4z'
fill='#A1E6C9'
data-spm-anchor-id='a313x.search_index.0.i13.27343a81CqKUWU'
></path>
<path d='M689.7 395h236.2v236.3H689.7z' fill='#1ECD93' fillOpacity='.5'></path>
<path
d='M689.7 690.3h236.2v186.1c0 27.7-22.4 50.1-50.1 50.1H689.7V690.3z'
fill='#A1E6C9'
data-spm-anchor-id='a313x.search_index.0.i17.27343a81CqKUWU'
></path>
</svg>
);
}