forked from github/dataease
feat(xpack): 血缘分析
This commit is contained in:
parent
f1a8e1dd68
commit
236bd6093f
@ -0,0 +1,6 @@
|
||||
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0 3C0 1.34315 1.59845 0 3.57025 0H14.4298C16.4015 0 18 1.34315 18 3V15C18 16.6569 16.4015 18 14.4298 18H3.57025C1.59845 18 0 16.6569 0 15V3Z" fill="#00D6B9"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 5V11H13V5H5ZM4 4.5C4 4.22375 4.225 4 4.5 4H13.5C13.775 4 14 4.22375 14 4.5V11.5C14 11.7763 13.775 12 13.5 12H4.5C4.225 12 4 11.7763 4 11.5V4.5Z" fill="white"/>
|
||||
<path d="M10.7192 6.39648L11.4262 7.10348L9.05873 9.47098L7.90423 8.31673L7.10348 9.11773L6.39648 8.41048L7.90423 6.90273L9.05849 8.05698L10.7192 6.39648Z" fill="white"/>
|
||||
<path d="M11.5 13H6.5V14H11.5V13Z" fill="white"/>
|
||||
</svg>
|
After Width: | Height: | Size: 705 B |
@ -3,6 +3,7 @@ import { computed } from 'vue'
|
||||
import { propTypes } from '@/utils/propTypes'
|
||||
|
||||
import _401 from '@/assets/svg/401.svg'
|
||||
import icon_data_visualization from '@/assets/svg/icon_data-visualization.svg'
|
||||
import icon_notification_filled from '@/assets/svg/icon_notification_filled.svg'
|
||||
import calculate from '@/assets/svg/calculate.svg'
|
||||
import _403 from '@/assets/svg/403.svg'
|
||||
@ -677,6 +678,7 @@ import icon_file_doc_colorful from '@/assets/svg/icon_file-doc_colorful.svg'
|
||||
import icon_font from '@/assets/svg/icon_font.svg'
|
||||
const iconMap = {
|
||||
'401': _401,
|
||||
icon_data_visualization,
|
||||
icon_notification_filled,
|
||||
'403': _403,
|
||||
'API-ds': APIDs,
|
||||
|
Loading…
Reference in New Issue
Block a user