Browse Source

REPORT-113978 设计器对接数据中心

fbp-1.0
vito 3 months ago
parent
commit
e1db078347
  1. 44
      designer-base/src/main/java/com/fr/design/data/datapane/TableDataCreatorProducer.java
  2. 203
      designer-base/src/main/java/com/fr/design/data/tabledata/datacenter/DatacentersJSBridge.java
  3. 128
      designer-base/src/main/java/com/fr/design/data/tabledata/datacenter/DatacentersPane.java
  4. 72
      designer-base/src/main/java/com/fr/design/data/tabledata/datacenter/JxTableDataNamePane.java
  5. 10
      designer-base/src/main/java/com/fr/design/data/tabledata/wrapper/TableDataFactory.java
  6. 22
      designer-base/src/main/java/com/fr/design/dialog/BasicPane.java
  7. 70
      designer-base/src/main/java/com/fr/design/jxbrowser/JxEngine.java
  8. 57
      designer-base/src/main/java/com/fr/design/jxbrowser/JxUIPane.java
  9. BIN
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/fonts/iconfont.ttf
  10. 11
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/authorize_user.svg
  11. 11
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/authorize_user_deleted.svg
  12. 9
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/bi_doc.svg
  13. 9
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/bi_report.svg
  14. 10
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/bi_widget.svg
  15. 31
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/business_model_card.svg
  16. 24
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/business_model_card_direct.svg
  17. 23
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/business_model_card_spider.svg
  18. BIN
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/card_background.png
  19. BIN
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/cost_too_much_memory.png
  20. 5
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/create_line.svg
  21. 5
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/create_line_direct.svg
  22. 5
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/create_line_hover.svg
  23. 5
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/create_line_spider.svg
  24. BIN
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/data_amount_over_limit.png
  25. 23
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/dimension_card.svg
  26. 24
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/dimension_card_direct.svg
  27. 23
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/dimension_card_spider.svg
  28. 21
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/empty_widget1.svg
  29. 123
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/empty_widget2.svg
  30. 3
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/error_info.svg
  31. 3
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/error_info_dim.svg
  32. 3
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/error_info_highlight.svg
  33. 3
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/error_info_hover.svg
  34. 43
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/error_widget.svg
  35. BIN
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/execute_uploading.png
  36. 24
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/folder_close.svg
  37. 20
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/folder_open.svg
  38. 27
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/indicator_card.svg
  39. 30
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/indicator_card_direct.svg
  40. 29
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/indicator_card_spider.svg
  41. 6
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/indicator_leaf.svg
  42. 42
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/indicator_preview_card.svg
  43. 36
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/indicator_preview_card_direct.svg
  44. 35
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/indicator_preview_card_spider.svg
  45. 11
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/indicators.svg
  46. 130
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_analysis_table_direct.svg
  47. 125
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_analysis_table_direct_error.svg
  48. 129
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_analysis_table_spider.svg
  49. 124
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_analysis_table_spider_error.svg
  50. 125
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_business_model_direct.svg
  51. 132
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_business_model_direct_error.svg
  52. 102
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_business_model_spider.svg
  53. 103
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_business_model_spider_error.svg
  54. 129
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_database_table_direct.svg
  55. 130
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_database_table_direct_error.svg
  56. 128
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_database_table_spider.svg
  57. 129
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_database_table_spider_error.svg
  58. 129
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_dimension_direct.svg
  59. 136
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_dimension_direct_error.svg
  60. 106
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_dimension_spider.svg
  61. 107
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_dimension_spider_error.svg
  62. 10
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_doc.svg
  63. 10
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_doc_error.svg
  64. 122
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_etl_table_direct.svg
  65. 123
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_etl_table_direct_error.svg
  66. 121
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_etl_table_spider.svg
  67. 122
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_etl_table_spider_error.svg
  68. 125
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_excel_table_direct.svg
  69. 125
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_excel_table_direct_error.svg
  70. 124
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_excel_table_spider.svg
  71. 124
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_excel_table_spider_error.svg
  72. 206
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_indicator_direct.svg
  73. 207
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_indicator_direct_error.svg
  74. 177
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_indicator_spider.svg
  75. 178
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_indicator_spider_error.svg
  76. 10
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_report.svg
  77. 10
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_report_error.svg
  78. 134
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_sql_table_direct.svg
  79. 135
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_sql_table_direct_error.svg
  80. 133
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_sql_table_spider.svg
  81. 134
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_sql_table_spider_error.svg
  82. 7
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_widget.svg
  83. 7
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_widget_error.svg
  84. 9
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/model_folder.svg
  85. 58
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/no_auth.svg
  86. 15
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/no_permission.svg
  87. 193
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/not_select.svg
  88. 39
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/preview_analysis_table_direct.svg
  89. 38
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/preview_analysis_table_spider.svg
  90. 40
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/preview_database_table_direct.svg
  91. 39
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/preview_database_table_spider.svg
  92. 41
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/preview_etl_table_direct.svg
  93. 40
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/preview_etl_table_spider.svg
  94. 41
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/preview_excel_table_direct.svg
  95. 40
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/preview_excel_table_spider.svg
  96. BIN
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/preview_fail.png
  97. 41
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/preview_sql_table_direct.svg
  98. 40
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/preview_sql_table_spider.svg
  99. 3
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/relation_marker.svg
  100. 107
      designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/resource_root.svg
  101. Some files were not shown because too many files have changed in this diff Show More

44
designer-base/src/main/java/com/fr/design/data/datapane/TableDataCreatorProducer.java

@ -4,16 +4,34 @@
package com.fr.design.data.datapane;
import com.fr.data.impl.*;
import com.fr.data.impl.ClassTableData;
import com.fr.data.impl.ConditionTableData;
import com.fr.data.impl.DBTableData;
import com.fr.data.impl.EmbeddedTableData;
import com.fr.data.impl.FileTableData;
import com.fr.data.impl.RecursionTableData;
import com.fr.data.impl.storeproc.StoreProcedure;
import com.fr.datacenters.tabledata.DCTableData;
import com.fr.design.ExtraDesignClassManager;
import com.fr.design.data.tabledata.tabledatapane.*;
import com.fr.design.data.tabledata.datacenter.DatacentersPane;
import com.fr.design.data.tabledata.tabledatapane.ClassTableDataPane;
import com.fr.design.data.tabledata.tabledatapane.DBTableDataPane;
import com.fr.design.data.tabledata.tabledatapane.EmbeddedTableDataPane;
import com.fr.design.data.tabledata.tabledatapane.FileTableDataSmallHeightPane;
import com.fr.design.data.tabledata.tabledatapane.FileTableDataSmallPane;
import com.fr.design.data.tabledata.tabledatapane.GlobalMultiTDTableDataPane;
import com.fr.design.data.tabledata.tabledatapane.GlobalTreeTableDataPane;
import com.fr.design.data.tabledata.tabledatapane.MultiTDTableDataPane;
import com.fr.design.data.tabledata.tabledatapane.ProcedureDataPane;
import com.fr.design.data.tabledata.tabledatapane.TreeTableDataPane;
import com.fr.stable.ArrayUtils;
import com.fr.workspace.WorkContext;
import java.util.ArrayList;
import java.util.List;
import static com.fr.design.i18n.Toolkit.i18nText;
/**
* @author : richie
* @since : 8.0
@ -67,9 +85,27 @@ public class TableDataCreatorProducer {
}
};
TableDataNameObjectCreator[] creators = new TableDataNameObjectCreator[]{dataBase, ds_Class, table, fileTable, storeProcedure, multiTable, treeTable};
creators = merge(creators, createDatacentersTableDataCreator());
return merge(creators, ExtraDesignClassManager.getInstance().getReportTableDataCreators());
}
public TableDataNameObjectCreator[] createDatacentersTableDataCreator() {
if (!WorkContext.getCurrent().isLocal()) {
return new TableDataNameObjectCreator[]{
new TableDataNameObjectCreator(i18nText("数据中心"),
"/com/fr/design/standard/server_database_normal.svg",
DCTableData.class, DatacentersPane.class) {
@Override
public boolean shouldInsertSeparator() {
return true;
}
}
};
} else {
return new TableDataNameObjectCreator[0];
}
}
public TableDataNameObjectCreator[] createServerTableDataCreator() {
TableDataNameObjectCreator dataBase = new TableDataNameObjectCreator(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Basic_DS_Database_Query"),
"/com/fr/design/standard/server_database_normal.svg", DBTableData.class,
@ -128,7 +164,7 @@ public class TableDataCreatorProducer {
list.add(ex);
}
}
for (int i = 0; i < coverIndexList.size(); i ++) {
for (int i = 0; i < coverIndexList.size(); i++) {
creators[coverIndexList.get(i)] = coverCreators.get(i);
}
return ArrayUtils.addAll(creators, list.toArray(new TableDataNameObjectCreator[0]));

203
designer-base/src/main/java/com/fr/design/data/tabledata/datacenter/DatacentersJSBridge.java

@ -0,0 +1,203 @@
package com.fr.design.data.tabledata.datacenter;
import com.fr.base.BaseFormula;
import com.fr.datacenters.tabledata.bean.DCFilterQueryBean;
import com.fr.datacenters.tabledata.bean.DCTableDataBean;
import com.fr.datacenters.tabledata.filter.DCFilter;
import com.fr.design.bridge.exec.JSBridge;
import com.fr.design.dialog.DialogActionListener;
import com.fr.design.dialog.UIDialog;
import com.fr.design.formula.FormulaFactory;
import com.fr.design.formula.UIFormula;
import com.fr.design.jxbrowser.JxUIPane;
import com.fr.json.revise.EmbedJson;
import com.fr.locale.InterProviderFactory;
import com.fr.log.FineLoggerFactory;
import com.fr.script.Calculator;
import com.fr.stable.StringUtils;
import com.fr.third.antlr.ANTLRException;
import com.fr.workspace.WorkContext;
import com.teamdev.jxbrowser.js.JsAccessible;
import com.teamdev.jxbrowser.js.JsFunction;
import com.teamdev.jxbrowser.js.JsObject;
import javax.swing.SwingUtilities;
import java.awt.Window;
import java.util.Arrays;
import java.util.List;
import java.util.concurrent.CompletableFuture;
import java.util.stream.Collectors;
/**
* 数据中心JS对象方法桥接类
*
* @author vito
* @since 11.0
* Created on 2024/6/17
*/
@JsAccessible
public class DatacentersJSBridge {
private static final String EVENT_FORMULA_UPDATE = "OK";
private static final String EVENT_FORMULA_CANCEL = "CANCEL";
/**
* 获取数据中心JS对象方法桥接实例
*
* @param window js环境的window对象
* @return 桥接实例
*/
public static DatacentersJSBridge getBridge(JsObject window) {
return new DatacentersJSBridge(window);
}
private final JsObject window;
private DatacentersJSBridge(JsObject window) {
this.window = window;
}
private static DatacentersPane relationPanel;
/**
* 设置窗口用于打开对话框的层级
*
* @param panel 面板
*/
public static void relationPanel(DatacentersPane panel) {
relationPanel = panel;
}
/**
* i18n方法
*
* @param text key文本
* @return 国际化文本
* @throws Exception 异常
*/
@JSBridge
public void i18nText(String text, final JsFunction callback) {
JxUIPane.DEFAULT_EXECUTOR.submit(() ->
callback.invoke(window, InterProviderFactory.getProvider().getLocText(text)));
}
/**
* 获取登录的凭证 token
* 同步方法非耗时方法
*/
@JSBridge
public String fetchToken() {
return WorkContext.getCurrent().getConnection().getToken();
}
/**
* 判断是否远程环境
*
* @return 是远程环境返回true反之false
*/
@JSBridge
public boolean isRemote() {
return !WorkContext.getCurrent().isLocal();
}
/**
* 判断是否设计器环境
*
* @return 是设计器环境返回true反之false
*/
@JSBridge
public boolean isDesigner() {
return true;
}
/**
* 调用公式面板
*/
@JSBridge
public void showFormulaPane(String content, final JsFunction callback) {
final UIFormula formulaPane = FormulaFactory.createFormulaPaneWhenReserveFormula();
formulaPane.populate(BaseFormula.createFormulaBuilder().build(StringUtils.alwaysNotNull(content)));
formulaPane.showLargeWindow(SwingUtilities.getWindowAncestor(relationPanel), new DialogActionListener() {
@Override
public void doOk() {
BaseFormula formula = formulaPane.update();
SwingUtilities.invokeLater(() -> callback.invoke(window, EVENT_FORMULA_UPDATE, formula.getPureContent()));
}
@Override
public void doCancel() {
SwingUtilities.invokeLater(() -> callback.invoke(window, EVENT_FORMULA_CANCEL));
}
}).setVisible(true);
}
/**
* 解析公式参数
*/
@JSBridge
public void parseFormulaParameters(String content, final JsFunction callback) {
JxUIPane.DEFAULT_EXECUTOR.submit(() -> {
try {
List<String> list = Arrays.stream(Calculator.relatedParameters(content))
.map(p -> p.substring(1))
.collect(Collectors.toList());
callback.invoke(window, EmbedJson.encode(list));
} catch (ANTLRException e) {
throw new RuntimeException(e);
}
});
}
/**
* 解析过滤结构
*/
@JSBridge
public void transFilter4Query(String tableData, final JsFunction callback) {
JxUIPane.DEFAULT_EXECUTOR.submit(() -> {
try {
DCTableDataBean decoded = EmbedJson.decodeValue(tableData, DCTableDataBean.class);
DCFilter dcFilter = decoded.getFilter().evalValue(decoded.getParameters(), Calculator.createCalculator());
DCFilterQueryBean queryBean = dcFilter.toQueryBean();
String encode = EmbedJson.encode(queryBean);
callback.invoke(window, encode);
} catch (Exception e) {
callback.invoke(window, EmbedJson.encode(new DCFilterQueryBean()));
FineLoggerFactory.getLogger().error(e.getMessage(), e);
}
});
}
/**
* 对话框确定动作
*/
@JSBridge
public void okAction() {
CompletableFuture
.runAsync(() -> relationPanel.updateNamePane())
.thenRunAsync(() -> {
Window ancestor = SwingUtilities.getWindowAncestor(relationPanel);
if (ancestor instanceof UIDialog) {
try {
((UIDialog) ancestor).doOK();
} catch (Exception e) {
FineLoggerFactory.getLogger().error(e.getMessage(), e);
}
}
});
}
/**
* 对话框取消动作
*/
@JSBridge
public void cancelAction() {
Window ancestor = SwingUtilities.getWindowAncestor(relationPanel);
if (ancestor instanceof UIDialog) {
((UIDialog) ancestor).doCancel();
}
}
}

128
designer-base/src/main/java/com/fr/design/data/tabledata/datacenter/DatacentersPane.java

@ -0,0 +1,128 @@
package com.fr.design.data.tabledata.datacenter;
import com.fr.datacenters.tabledata.DCTableData;
import com.fr.datacenters.tabledata.bean.DCNameBean;
import com.fr.datacenters.tabledata.bean.DCTableDataBean;
import com.fr.design.data.tabledata.tabledatapane.AbstractTableDataPane;
import com.fr.design.dialog.DialogActionListener;
import com.fr.design.dialog.UIDialog;
import com.fr.design.jxbrowser.JxEngine;
import com.fr.design.jxbrowser.JxUIPane;
import com.fr.json.revise.EmbedJson;
import com.fr.stable.StringUtils;
import com.fr.third.guava.collect.ImmutableMap;
import com.fr.workspace.WorkContext;
import javax.swing.SwingUtilities;
import java.awt.BorderLayout;
import java.awt.Window;
/**
* 数据中心数据集面板
*
* @author vito
* @since 11.0
* Created on 2024/6/17
*/
public class DatacentersPane extends AbstractTableDataPane<DCTableData> {
private static final JxEngine JX_ENGINE = JxEngine.newInstance(false);
private static final String DATA_CENTER = "dc";
private static final String DATA_CENTER_HELPER = "dcHelper";
private final JxUIPane<String> dataCenterJxUIPane;
private JxTableDataNamePane namePane;
// 用于复制粘贴场景
private DCTableData dcTableData;
/**
* 借用只运行一次
*/
private void addDialogActionListener() {
// 保证在窗口加载完成后执行
SwingUtilities.invokeLater(() -> {
Window ancestor = SwingUtilities.getWindowAncestor(DatacentersPane.this);
if (ancestor instanceof UIDialog) {
((UIDialog) ancestor).addDialogActionListener(new DialogActionListener() {
@Override
public void doOk() {
dataCenterJxUIPane.disposeBrowser();
}
@Override
public void doCancel() {
dataCenterJxUIPane.disposeBrowser();
}
});
}
});
}
public DatacentersPane() {
setLayout(new BorderLayout());
dataCenterJxUIPane = getJxUIPane();
add(dataCenterJxUIPane, BorderLayout.CENTER);
dataCenterJxUIPane.addXHRHeaders(ImmutableMap.of("Authorization",
WorkContext.getCurrent().getConnection().getToken()));
}
private static JxUIPane<String> getJxUIPane() {
return new JxUIPane.Builder<String>()
.engine(JX_ENGINE)
.namespace(DATA_CENTER)
.bindWindow(DATA_CENTER_HELPER, DatacentersJSBridge::getBridge)
.withEMB("com/fr/design/data/tabledata/datacenter/web/data-choose.prod.html",
ImmutableMap.of("fineServletURL", getDatacentersUrl()))
.build();
}
private static String getDatacentersUrl() {
if (!WorkContext.getCurrent().isLocal()) {
String path = WorkContext.getCurrent().getPath();
return path.endsWith("/") ? path + "bi" : path + "/bi";
}
return StringUtils.EMPTY;
}
@Override
public NamePane asNamePane() {
return namePane = new JxTableDataNamePane(this);
}
@Override
public void populateBean(DCTableData ob) {
DatacentersJSBridge.relationPanel(this);
dcTableData = ob;
dataCenterJxUIPane.populate(EmbedJson.encode(ob.toBean()));
}
@Override
public DCTableData updateBean() {
String data = dataCenterJxUIPane.update();
if (StringUtils.isNotEmpty(data)) {
DCTableDataBean tableDataBean = EmbedJson.decodeValue(data, DCTableDataBean.class);
namePane.setObjectName(tableDataBean.getDsName());
return DCTableData.fromBean(tableDataBean);
} else {
// 复制的场景下,不打开界面需要返回数据集
return dcTableData;
}
}
/**
* 为了兼容之前的面板编辑时更新模板的数据集需要在updateBean之前更新到名称
*/
public void updateNamePane() {
String data = dataCenterJxUIPane.update();
DCNameBean nameBean = EmbedJson.decodeValue(data, DCNameBean.class);
namePane.setObjectName(nameBean.getDsName());
}
@Override
protected String title4PopupWindow() {
return "";
}
}

72
designer-base/src/main/java/com/fr/design/data/tabledata/datacenter/JxTableDataNamePane.java

@ -0,0 +1,72 @@
package com.fr.design.data.tabledata.datacenter;
import com.fr.design.dialog.BasicDialog;
import com.fr.design.dialog.BasicPane;
import com.fr.design.dialog.BasicPane.NamePane;
import com.fr.design.dialog.DialogActionListener;
import com.fr.design.mainframe.DesignerContext;
import com.fr.design.mainframe.DesignerFrame;
import com.fr.stable.StringUtils;
import java.awt.BorderLayout;
import java.awt.Dimension;
import java.awt.Window;
/**
* 1. 覆盖namePane里面的名字组件
* 2. 重写Dialog组件大小
*
* @author vito
* @since 11.0
* Created on 2024/7/20
*/
public class JxTableDataNamePane extends NamePane {
// 持有窗口对象,操作按钮状态
private BasicDialog dialog;
private String dsName = StringUtils.EMPTY;
public JxTableDataNamePane(BasicPane tableDataPane) {
super(tableDataPane);
setLayout(new BorderLayout());
add(tableDataPane, BorderLayout.CENTER);
}
public String getObjectName() {
return dsName;
}
public void setObjectName(String name) {
dsName = name;
}
/**
* 显示窗口重写尺寸
*
* @param window 窗口
* @param l 对话框监听器
* @return 对话框
*/
@Override
public BasicDialog showLargeWindow(Window window, DialogActionListener l) {
this.dialog = showWindowWithCustomSize(window, l, calculatePaneDimension(), false);
return this.dialog;
}
private static final int MIN_WIDTH = 1000;
private static final int MIN_HEIGHT = 600;
/**
* 计算数据集窗口大小
* 80%90%
*
* @return 宽高
*/
public static Dimension calculatePaneDimension() {
DesignerFrame parent = DesignerContext.getDesignerFrame();
int width = Math.max((int) (parent.getWidth() * 0.8), MIN_WIDTH);
int height = Math.max((int) (parent.getHeight() * 0.9), MIN_HEIGHT);
return new Dimension(width, height);
}
}

10
designer-base/src/main/java/com/fr/design/data/tabledata/wrapper/TableDataFactory.java

@ -12,9 +12,11 @@ import com.fr.data.impl.FileTableData;
import com.fr.data.impl.MultiTDTableData;
import com.fr.data.impl.RecursionTableData;
import com.fr.data.impl.storeproc.StoreProcedure;
import com.fr.datacenters.tabledata.DCTableData;
import com.fr.decision.webservice.bean.dataset.ServerDataSetBean;
import com.fr.design.data.datapane.TableDataNameObjectCreator;
import com.fr.design.data.datapane.preview.TableDataBeanHelper;
import com.fr.design.data.tabledata.datacenter.DatacentersPane;
import com.fr.design.data.tabledata.tabledatapane.AbstractTableDataPane;
import com.fr.design.data.tabledata.tabledatapane.ClassTableDataPane;
import com.fr.design.data.tabledata.tabledatapane.DBTableDataPane;
@ -43,6 +45,8 @@ import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import static com.fr.design.i18n.Toolkit.i18nText;
/**
* 根据TableData取对应的一些属性
*
@ -71,6 +75,12 @@ public abstract class TableDataFactory {
defaultMap.put(RecursionTableData.class.getName(), new TableDataNameObjectCreator(null, "/com/fr/design/standard/tree_normal.svg", RecursionTableData.class, TreeTableDataPane.class));
/// 待实现
//defaultMap.put(MultiFieldTableData.class.getName(), new TableDataNameObjectCreator(null, "/com/fr/design/standard/database_normal.svg", MultiFieldTableData.class, null));
defaultMap.put(DCTableData.class.getName(),
new TableDataNameObjectCreator(
i18nText("数据中心"),
"/com/fr/design/standard/store_procedure_normal.svg",
DCTableData.class,
DatacentersPane.class));
map.putAll(defaultMap);
}

22
designer-base/src/main/java/com/fr/design/dialog/BasicPane.java

@ -143,17 +143,32 @@ public abstract class BasicPane extends JPanel {
/**
* 以自定义的宽高显示窗口
*
* @param window 窗口
* @param l 对话框监听器
* @param dimension 自定义尺寸
* @return 对话框
*/
public BasicDialog showWindowWithCustomSize(Window window, DialogActionListener l,
Dimension dimension) {
return showWindowWithCustomSize(window, l, dimension, true);
}
/**
* 以自定义的宽高显示窗口
*
* @param window 窗口
* @param l 对话框监听器
* @param dimension 自定义尺寸
* @return 对话框
*/
public BasicDialog showWindowWithCustomSize(Window window, DialogActionListener l, Dimension dimension) {
public BasicDialog showWindowWithCustomSize(Window window, DialogActionListener l,
Dimension dimension, boolean isNeedButtonPane) {
BasicDialog dg;
if (window instanceof Frame) {
dg = new DIALOG((Frame) window);
dg = new DIALOG((Frame) window, isNeedButtonPane);
} else {
dg = new DIALOG((Dialog) window);
dg = new DIALOG((Dialog) window, isNeedButtonPane);
}
if (l != null) {
@ -264,6 +279,7 @@ public abstract class BasicPane extends JPanel {
/**
* 国际化标识
*
* @return 默认是取当前类的全限定名
*/
protected String i18nText4PopupWindow() {

70
designer-base/src/main/java/com/fr/design/jxbrowser/JxEngine.java

@ -3,18 +3,29 @@ package com.fr.design.jxbrowser;
import com.fr.design.DesignerEnvManager;
import com.fr.design.ui.ModernUIConstants;
import com.fr.log.FineLoggerFactory;
import com.fr.stable.CommonUtils;
import com.fr.value.ClearableLazyValue;
import com.fr.web.struct.AssembleComponent;
import com.teamdev.jxbrowser.engine.ChromiumBinariesExtractionException;
import com.teamdev.jxbrowser.engine.Engine;
import com.teamdev.jxbrowser.engine.EngineOptions;
import com.teamdev.jxbrowser.engine.RenderingMode;
import com.teamdev.jxbrowser.engine.event.EngineCrashed;
import com.teamdev.jxbrowser.net.HttpHeader;
import com.teamdev.jxbrowser.net.Network;
import com.teamdev.jxbrowser.net.ResourceType;
import com.teamdev.jxbrowser.net.Scheme;
import com.teamdev.jxbrowser.net.UrlRequest;
import com.teamdev.jxbrowser.net.callback.BeforeStartTransactionCallback;
import com.teamdev.jxbrowser.net.callback.VerifyCertificateCallback;
import com.teamdev.jxbrowser.os.Environment;
import org.jetbrains.annotations.NotNull;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Map;
/**
@ -33,15 +44,31 @@ public class JxEngine {
private AssembleComponent component;
private Map<String, String> parameterMap = Collections.emptyMap();
private boolean disableWebSecurity = false;
private final ClearableLazyValue<Engine> ENGINE = ClearableLazyValue.create(() -> {
EngineOptions.Builder builder = EngineOptions
.newBuilder(RenderingMode.HARDWARE_ACCELERATED)
.addSwitch("--disable-google-traffic")
.addSwitch("--disable-web-security")
.addScheme(Scheme.of(ModernUIConstants.EMB_TAG),
new NxInterceptRequestCallback(this::getComponent, this::getParameterMap));
Engine engine = Engine.newInstance(builder.build());
if (disableWebSecurity) {
builder.addSwitch("--disable-web-security");
}
Engine engine;
try {
engine = Engine.newInstance(builder.build());
} catch (ChromiumBinariesExtractionException e) {
Path chromiumDir = Paths.get(System.getProperty("jxbrowser.chromium.dir", Environment.defaultChromiumDir().toString()));
if (CommonUtils.deleteFile(chromiumDir.toFile())) {
FineLoggerFactory.getLogger().warn("[jxbrowser]Retry start engine success after delete chromium dir manually: {}", chromiumDir);
engine = Engine.newInstance(builder.build());
} else {
throw e;
}
}
engine.on(EngineCrashed.class, (event) -> {
FineLoggerFactory.getLogger().error("jxBrowser engine crashed with exitCode: {}", event.exitCode());
event.engine().close();
@ -54,6 +81,14 @@ public class JxEngine {
return engine;
});
public JxEngine() {
}
public JxEngine(boolean disableWebSecurity) {
this.disableWebSecurity = disableWebSecurity;
}
public Map<String, String> getParameterMap() {
return Collections.unmodifiableMap(parameterMap);
}
@ -109,6 +144,29 @@ public class JxEngine {
return ENGINE.getValue();
}
/**
* 添加XHR请求头
*
* @param headers 请求头
*/
public void addXHRHeaders(Map<String, String> headers) {
Network network = ENGINE.getValue().network();
network.set(BeforeStartTransactionCallback.class, (params) -> {
UrlRequest urlRequest = params.urlRequest();
ResourceType resourceType = urlRequest.resourceType();
if (resourceType == ResourceType.XHR) {
List<HttpHeader> httpHeaders = new ArrayList<>(params.httpHeaders());
for (Map.Entry<String, String> header : headers.entrySet()) {
httpHeaders.add(HttpHeader.of(header.getKey(), header.getValue()));
}
return BeforeStartTransactionCallback.Response.override(httpHeaders);
} else {
return BeforeStartTransactionCallback.Response.proceed();
}
});
}
/**
* 关闭引擎
*/
@ -137,4 +195,14 @@ public class JxEngine {
public static JxEngine newInstance() {
return new JxEngine();
}
/**
* 创建一个新的引擎创建引擎使用后需负责关闭引擎
* 但可以独立使用 map component
*
* @return 引擎
*/
public static JxEngine newInstance(boolean disableWebSecurity) {
return new JxEngine(disableWebSecurity);
}
}

57
designer-base/src/main/java/com/fr/design/jxbrowser/JxUIPane.java

@ -1,5 +1,6 @@
package com.fr.design.jxbrowser;
import com.fr.concurrent.NamedThreadFactory;
import com.fr.design.DesignerEnvManager;
import com.fr.design.gui.ibutton.UIButton;
import com.fr.design.gui.itoolbar.UIToolbar;
@ -17,6 +18,7 @@ import com.teamdev.jxbrowser.chromium.events.ScriptContextListener;
import com.teamdev.jxbrowser.event.Observer;
import com.teamdev.jxbrowser.frame.Frame;
import com.teamdev.jxbrowser.js.JsObject;
import com.teamdev.jxbrowser.net.callback.BeforeStartTransactionCallback;
import com.teamdev.jxbrowser.view.swing.BrowserView;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
@ -27,6 +29,8 @@ import java.util.HashMap;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import static com.fr.design.ui.ModernUIConstants.COMPONENT_TAG;
import static com.fr.design.ui.ModernUIConstants.DEFAULT_EXPRESSION;
@ -48,6 +52,9 @@ import static com.fr.design.ui.ModernUIConstants.WINDOW;
*/
public class JxUIPane<T> extends ModernUIPane<T> {
public static final ExecutorService DEFAULT_EXECUTOR =
Executors.newSingleThreadExecutor(new NamedThreadFactory("jx-simple", true));
/**
* 冒号
*/
@ -58,22 +65,39 @@ public class JxUIPane<T> extends ModernUIPane<T> {
private String namespace = "Pool";
private String variable = "data";
private String expression = "update()";
private JxEngine jxEngine = JxEngine.getInstance();
private JxUIPane() {
super();
}
private JxUIPane(JxEngine jxEngine) {
super();
this.jxEngine = jxEngine;
}
private void initialize() {
setLayout(new BorderLayout());
if (browser != null) {
return;
}
initDebugIfNeeded();
// 使用公共引擎创建浏览器
browser = JxEngine.getPublicEngineInstance().newBrowser();
browser = jxEngine.getEngine().newBrowser();
add(BrowserView.newInstance(browser), BorderLayout.CENTER);
}
/**
* 添加自定义XHR请求头只在自定义引擎下生效
* 公共引擎暂不支持
*
* @param headers 自定义头
*/
public void addXHRHeaders(Map<String, String> headers) {
if (JxEngine.getInstance() != jxEngine) {
jxEngine.addXHRHeaders(headers);
}
}
/**
* 按需初始化debug界面UI
*/
@ -113,7 +137,7 @@ public class JxUIPane<T> extends ModernUIPane<T> {
*
* @param injectJsCallback 回调
*/
private void setInjectJsCallback(InjectJsCallback injectJsCallback) {
private synchronized void setInjectJsCallback(InjectJsCallback injectJsCallback) {
Optional<InjectJsCallback> callback = browser.get(InjectJsCallback.class);
if (callback.isPresent()) {
browser.set(InjectJsCallback.class, params -> {
@ -149,11 +173,11 @@ public class JxUIPane<T> extends ModernUIPane<T> {
}
private void setMap(Map<String, String> map) {
JxEngine.getInstance().setMap(map);
jxEngine.setMap(map);
}
private void setComponent(AssembleComponent component) {
JxEngine.getInstance().setComponent(component);
jxEngine.setComponent(component);
}
@Override
@ -175,7 +199,7 @@ public class JxUIPane<T> extends ModernUIPane<T> {
@Nullable
public T update() {
if (browser.mainFrame().isPresent()) {
return browser.mainFrame().get().executeJavaScript("window." + namespace + "." + expression);
return browser.mainFrame().get().executeJavaScript(WINDOW + DOT + namespace + DOT + expression);
}
return null;
}
@ -187,10 +211,10 @@ public class JxUIPane<T> extends ModernUIPane<T> {
if (browser != null) {
browser.close();
browser = null;
JxEngine.getInstance().clearMap();
JxEngine.getInstance().clearComponent();
jxEngine.clearMap();
jxEngine.clearComponent();
jxEngine.getEngine().network().remove(BeforeStartTransactionCallback.class);
}
}
/**
@ -260,6 +284,7 @@ public class JxUIPane<T> extends ModernUIPane<T> {
* @param <T> 参数
*/
public static class Builder<T> extends ModernUIPane.Builder<T> {
private JxEngine jxEngine;
private String namespace;
private String variable;
private String expression;
@ -279,6 +304,7 @@ public class JxUIPane<T> extends ModernUIPane<T> {
public Builder() {
// 为了兼容继承关系,但又不允许创建,用这个方式先处理一下
super((ModernUIPane<T>) null);
this.jxEngine = JxEngine.getInstance();
this.namespace = DEFAULT_NAMESPACE;
this.variable = DEFAULT_VARIABLE;
this.expression = DEFAULT_EXPRESSION;
@ -294,6 +320,17 @@ public class JxUIPane<T> extends ModernUIPane<T> {
this.html = StringUtils.EMPTY;
}
/**
* 自定义引擎
*
* @param jxEngine 引擎
* @return builder
*/
public Builder<T> engine(JxEngine jxEngine) {
this.jxEngine = jxEngine;
return this;
}
/**
* 注入一个回调回调的js会在初始化进行执行
*
@ -516,7 +553,7 @@ public class JxUIPane<T> extends ModernUIPane<T> {
* 构建
*/
public JxUIPane<T> build() {
JxUIPane<T> pane = new JxUIPane<>();
JxUIPane<T> pane = new JxUIPane<>(jxEngine);
pane.namespace = namespace;
pane.variable = variable;
pane.expression = expression;

BIN
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/fonts/iconfont.ttf

Binary file not shown.

11
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/authorize_user.svg

@ -0,0 +1,11 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="Group 7473">
<mask id="mask0_375_9065" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="14" height="14">
<circle id="Ellipse 133" cx="7" cy="6.75" r="6.75" fill="#D9D9D9"/>
</mask>
<g mask="url(#mask0_375_9065)">
<circle id="Ellipse 132" cx="7" cy="3.625" r="2.8125" fill="#5D6B81"/>
<path id="Subtract" fill-rule="evenodd" clip-rule="evenodd" d="M4.28098 6.29736C1.3784 7.38575 -0.6875 10.1859 -0.6875 13.4685C-0.6875 17.697 2.74032 21.1248 6.96875 21.1248C11.1972 21.1248 14.625 17.697 14.625 13.4685C14.625 10.2031 12.5806 7.41505 9.70199 6.31458C9.01158 7.00813 8.05592 7.43739 7 7.43739C5.93537 7.43739 4.97266 7.00101 4.28098 6.29736Z" fill="#8A95A6"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 800 B

11
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/authorize_user_deleted.svg

@ -0,0 +1,11 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="Group 7473">
<mask id="mask0_1009_57282" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="14" height="14">
<circle id="Ellipse 133" cx="7" cy="6.75" r="6.75" fill="#D9D9D9"/>
</mask>
<g mask="url(#mask0_1009_57282)">
<circle id="Ellipse 132" cx="7" cy="3.625" r="2.8125" fill="#E65251"/>
<path id="Subtract" fill-rule="evenodd" clip-rule="evenodd" d="M4.28098 6.29736C1.3784 7.38575 -0.6875 10.1859 -0.6875 13.4685C-0.6875 17.697 2.74032 21.1248 6.96875 21.1248C11.1972 21.1248 14.625 17.697 14.625 13.4685C14.625 10.2031 12.5806 7.41505 9.70199 6.31458C9.01158 7.00813 8.05592 7.43739 7 7.43739C5.93537 7.43739 4.97266 7.00101 4.28098 6.29736Z" fill="#F88581"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 804 B

9
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/bi_doc.svg

@ -0,0 +1,9 @@
<svg width="22" height="24" viewBox="0 0 22 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1.85938 1.74219H5.82031V21.9531H1.85938V1.74219Z" fill="#E2E7FF"/>
<path d="M6.32812 1.74219H19.8359V21.9531H6.32812V1.74219Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.5312 2.25H2.46875L2.46875 21.75H19.5312V2.25ZM2.46875 0.625C1.57129 0.625 0.84375 1.35254 0.84375 2.25V21.75C0.84375 22.6475 1.57129 23.375 2.46875 23.375H19.5312C20.4287 23.375 21.1562 22.6475 21.1562 21.75V2.25C21.1562 1.35254 20.4287 0.625 19.5312 0.625H2.46875Z" fill="#4952B6"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.82031 0.929688C6.26904 0.929688 6.63281 1.29346 6.63281 1.74219V21.9023C6.63281 22.3511 6.26904 22.7148 5.82031 22.7148C5.37158 22.7148 5.00781 22.3511 5.00781 21.9023V1.74219C5.00781 1.29346 5.37158 0.929688 5.82031 0.929688Z" fill="#4952B6"/>
<path d="M8.35938 5.80469C8.35938 5.13159 8.90503 4.58594 9.57812 4.58594H16.5859C17.259 4.58594 17.8047 5.13159 17.8047 5.80469V10.375C17.8047 11.0481 17.259 11.5937 16.5859 11.5937H9.57812C8.90503 11.5937 8.35938 11.0481 8.35938 10.375V5.80469Z" fill="#CAD4FF"/>
<path d="M8.35938 14.4375C8.35938 13.8766 8.81409 13.4219 9.375 13.4219H16.7891C17.35 13.4219 17.8047 13.8766 17.8047 14.4375C17.8047 14.9984 17.35 15.4531 16.7891 15.4531H9.375C8.81409 15.4531 8.35938 14.9984 8.35938 14.4375Z" fill="#717BEE"/>
<path d="M8.35938 18.2969C8.35938 17.736 8.81409 17.2812 9.375 17.2812H16.7891C17.35 17.2812 17.8047 17.736 17.8047 18.2969C17.8047 18.8578 17.35 19.3125 16.7891 19.3125H9.375C8.81409 19.3125 8.35938 18.8578 8.35938 18.2969Z" fill="#717BEE"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

9
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/bi_report.svg

@ -0,0 +1,9 @@
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="2.95312" y="2.88281" width="12.4453" height="12.4453" fill="#E8E5FF"/>
<rect x="2.53125" y="2.53125" width="12.9375" height="12.9375" rx="0.5625" stroke="#7848F2" stroke-width="1.125"/>
<path d="M6.82031 2.74219L6.82031 14.9766" stroke="#7848F2" stroke-width="1.125" stroke-linecap="square"/>
<path d="M11.3203 6.67969L15.1172 6.67969" stroke="#7848F2" stroke-width="1.125" stroke-linecap="square"/>
<rect x="2.95312" y="2.88281" width="8.29688" height="8.29688" fill="#F8F9FC"/>
<path d="M2.91797 11.0039L15.1523 11.0039" stroke="#7848F2" stroke-width="1.125" stroke-linecap="square"/>
<path d="M11.1797 2.67188L11.1797 14.9063" stroke="#7848F2" stroke-width="1.125" stroke-linecap="square"/>
</svg>

After

Width:  |  Height:  |  Size: 834 B

10
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/bi_widget.svg

@ -0,0 +1,10 @@
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 1.96875C2.09467 1.96875 1.96875 2.09467 1.96875 2.25V15.75C1.96875 15.9053 2.09467 16.0312 2.25 16.0312H15.75C15.9053 16.0312 16.0312 15.9053 16.0312 15.75V2.25C16.0312 2.09467 15.9053 1.96875 15.75 1.96875H2.25Z" fill="white"/>
<rect width="12.6562" height="2.53125" transform="matrix(1 0 0 -1 2.67188 5.20312)" fill="#EEF1F6"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 1.96875C2.09467 1.96875 1.96875 2.09467 1.96875 2.25V15.75C1.96875 15.9053 2.09467 16.0312 2.25 16.0312H15.75C15.9053 16.0312 16.0312 15.9053 16.0312 15.75V2.25C16.0312 2.09467 15.9053 1.96875 15.75 1.96875H2.25ZM15.3281 2.67188H2.67188V15.3281H15.3281V2.67188Z" fill="#016D66"/>
<path d="M8.22656 7.3125C8.30423 7.3125 8.36719 7.37546 8.36719 7.45312V13.9219C8.36719 13.9995 8.30423 14.0625 8.22656 14.0625H7.10156C7.0239 14.0625 6.96094 13.9995 6.96094 13.9219V7.45312C6.96094 7.37546 7.0239 7.3125 7.10156 7.3125L8.22656 7.3125Z" fill="#028E80"/>
<path d="M10.8984 8.85938C10.9761 8.85938 11.0391 8.92233 11.0391 9V13.9219C11.0391 13.9995 10.9761 14.0625 10.8984 14.0625H9.77344C9.69577 14.0625 9.63281 13.9995 9.63281 13.9219V9C9.63281 8.92233 9.69577 8.85938 9.77344 8.85938H10.8984Z" fill="#028E80"/>
<path d="M5.55469 10.4766C5.63235 10.4766 5.69531 10.5395 5.69531 10.6172V13.9219C5.69531 13.9995 5.63235 14.0625 5.55469 14.0625H4.42969C4.35202 14.0625 4.28906 13.9995 4.28906 13.9219L4.28906 10.6172C4.28906 10.5395 4.35202 10.4766 4.42969 10.4766H5.55469Z" fill="#028E80"/>
<path d="M13.5703 10.4766C13.648 10.4766 13.7109 10.5395 13.7109 10.6172V13.9219C13.7109 13.9995 13.648 14.0625 13.5703 14.0625H12.4453C12.3676 14.0625 12.3047 13.9995 12.3047 13.9219V10.6172C12.3047 10.5395 12.3676 10.4766 12.4453 10.4766H13.5703Z" fill="#028E80"/>
<rect width="12.6562" height="0.703125" transform="matrix(1 0 0 -1 2.67188 5.90625)" fill="#016D66"/>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

31
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/business_model_card.svg

@ -0,0 +1,31 @@
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M32 54C32 42.9543 40.9543 34 52 34L204 34C215.046 34 224 42.9543 224 54V214C224 225.046 215.046 234 204 234L52.0001 234C40.9544 234 32.0001 225.046 32.0001 214L32 54Z" fill="url(#paint0_linear_591_200401)"/>
<g filter="url(#filter0_d_591_200401)">
<path d="M79 35C79 26.7157 85.7157 20 94 20H161C169.284 20 176 26.7157 176 35C176 43.2843 169.284 50 161 50H94C85.7157 50 79 43.2843 79 35Z" fill="#B9D3FE"/>
</g>
<g filter="url(#filter1_f_591_200401)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M126.162 82.4832C127.304 81.8389 128.696 81.8389 129.838 82.4832L172.083 106.326C173.267 106.994 174 108.254 174 109.619L174 158.078C174 159.436 173.275 160.69 172.1 161.361L129.856 185.507C128.705 186.164 127.295 186.164 126.144 185.507L83.8995 161.36C82.7253 160.689 82 159.435 82 158.077L82 109.619C82 108.254 82.7331 106.994 83.9172 106.326L126.162 82.4832ZM133 173L165.551 154.842V118.152L133 136.5V173ZM162.5 109.5L128 90L93.5 109.5L128 128.5L162.5 109.5Z" fill="#2C60DB"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M126.162 82.4832C127.304 81.8389 128.696 81.8389 129.838 82.4832L172.083 106.326C173.267 106.994 174 108.254 174 109.619L174 158.078C174 159.436 173.275 160.69 172.1 161.361L129.856 185.507C128.705 186.164 127.295 186.164 126.144 185.507L83.8995 161.36C82.7253 160.689 82 159.435 82 158.077L82 109.619C82 108.254 82.7331 106.994 83.9172 106.326L126.162 82.4832ZM133 173L165.551 154.842V118.152L133 136.5V173ZM162.5 109.5L128 90L93.5 109.5L128 128.5L162.5 109.5Z" fill="white"/>
<defs>
<filter id="filter0_d_591_200401" x="65" y="18" width="113" height="46" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-6" dy="6"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.255838 0 0 0 0 0.670052 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_591_200401"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_591_200401" result="shape"/>
</filter>
<filter id="filter1_f_591_200401" x="78" y="78" width="100" height="112" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_591_200401"/>
</filter>
<linearGradient id="paint0_linear_591_200401" x1="71" y1="34" x2="180.5" y2="234" gradientUnits="userSpaceOnUse">
<stop offset="0.159907" stop-color="#6092F1"/>
<stop offset="1" stop-color="#80AFFF"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

24
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/business_model_card_direct.svg

@ -0,0 +1,24 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M51 28H56C58.7614 28 61 30.2386 61 33V52C61 54.7614 58.7614 57 56 57H51V28Z" fill="url(#paint0_linear_250_216134)"/>
<path d="M7 12C7 9.23858 9.23858 7 12 7H46C48.7614 7 51 9.23858 51 12V52C51 54.7614 53.2386 57 56 57H12C9.23859 57 7.00001 54.7614 7.00001 52L7 12Z" fill="url(#paint1_linear_250_216134)"/>
<path d="M43.5 45C43.7761 45 44 45.2239 44 45.5V48C44 48.2761 43.7761 48.5 43.5 48.5L14.5 48.5C14.2239 48.5 14 48.2761 14 48L14 45.5C14 45.2239 14.2239 45 14.5 45L43.5 45Z" fill="white" fill-opacity="0.66"/>
<g filter="url(#filter0_f_250_216134)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.2855 19.1084C29.0301 18.9639 28.7199 18.9639 28.4645 19.1084L20.1862 23.794C19.917 23.9463 19.75 24.2358 19.75 24.55V33.95C19.75 34.2642 19.917 34.5537 20.1862 34.706L28.4645 39.3916C28.7199 39.5361 29.0301 39.5361 29.2855 39.3916L37.5638 34.706C37.833 34.5537 38 34.2642 38 33.95V24.55C38 24.2358 37.833 23.9463 37.5638 23.794L29.2855 19.1084ZM27.8887 35.1905V29.9569L23.1012 27.3146C22.9021 27.2048 22.828 26.9509 22.9356 26.7477L23.5201 25.6435C23.6277 25.4403 23.8763 25.3646 24.0754 25.4744L28.9131 28.1444L33.7507 25.4744C33.9498 25.3646 34.1984 25.4403 34.306 25.6435L34.8905 26.7477C34.9981 26.9509 34.924 27.2048 34.7249 27.3146L29.9374 29.9569V35.1905C29.9374 35.4215 29.754 35.6089 29.5277 35.6089H28.2985C28.0722 35.6089 27.8887 35.4215 27.8887 35.1905Z" fill="#6D5ECD"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.2855 19.1084C29.0301 18.9639 28.7199 18.9639 28.4645 19.1084L20.1862 23.794C19.917 23.9463 19.75 24.2358 19.75 24.55V33.95C19.75 34.2642 19.917 34.5537 20.1862 34.706L28.4645 39.3916C28.7199 39.5361 29.0301 39.5361 29.2855 39.3916L37.5638 34.706C37.833 34.5537 38 34.2642 38 33.95V24.55C38 24.2358 37.833 23.9463 37.5638 23.794L29.2855 19.1084ZM27.8887 35.1905V29.9569L23.1012 27.3146C22.9021 27.2048 22.828 26.9509 22.9356 26.7477L23.5201 25.6435C23.6277 25.4403 23.8763 25.3646 24.0754 25.4744L28.9131 28.1444L33.7507 25.4744C33.9498 25.3646 34.1984 25.4403 34.306 25.6435L34.8905 26.7477C34.9981 26.9509 34.924 27.2048 34.7249 27.3146L29.9374 29.9569V35.1905C29.9374 35.4215 29.754 35.6089 29.5277 35.6089H28.2985C28.0722 35.6089 27.8887 35.4215 27.8887 35.1905Z" fill="white"/>
<defs>
<filter id="filter0_f_250_216134" x="15.75" y="15" width="26.25" height="28.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_250_216134"/>
</filter>
<linearGradient id="paint0_linear_250_216134" x1="56" y1="28" x2="56" y2="57" gradientUnits="userSpaceOnUse">
<stop stop-color="#7568CF"/>
<stop offset="1" stop-color="#5848C7"/>
</linearGradient>
<linearGradient id="paint1_linear_250_216134" x1="31.5" y1="7" x2="31.5" y2="57" gradientUnits="userSpaceOnUse">
<stop stop-color="#A48DFF"/>
<stop offset="1" stop-color="#886EF2"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

23
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/business_model_card_spider.svg

@ -0,0 +1,23 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M51 28H56C58.7614 28 61 30.2386 61 33V52C61 54.7614 58.7614 57 56 57H51V28Z" fill="url(#paint0_linear_250_216132)"/>
<path d="M7 12C7 9.23858 9.23858 7 12 7H46C48.7614 7 51 9.23858 51 12V52C51 54.7614 53.2386 57 56 57H12C9.23859 57 7.00001 54.7614 7.00001 52L7 12Z" fill="url(#paint1_linear_250_216132)"/>
<g filter="url(#filter0_f_250_216132)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.3305 20.619C29.0471 20.4603 28.7029 20.4603 28.4195 20.619L19.234 25.7617C18.9353 25.9289 18.75 26.2466 18.75 26.5915V36.9085C18.75 37.2534 18.9353 37.5711 19.234 37.7383L28.4195 42.881C28.7029 43.0397 29.0471 43.0397 29.3305 42.881L38.516 37.7383C38.8147 37.5711 39 37.2534 39 36.9085V26.5915C39 26.2466 38.8147 25.9289 38.516 25.7617L29.3305 20.619ZM27.7806 38.2701V32.5259L22.4685 29.6258C22.2476 29.5052 22.1653 29.2266 22.2847 29.0035L22.9333 27.7917C23.0527 27.5686 23.3285 27.4855 23.5494 27.6061L28.9172 30.5365L34.285 27.6061C34.5059 27.4855 34.7818 27.5686 34.9012 27.7917L35.5498 29.0035C35.6692 29.2266 35.5869 29.5052 35.366 29.6258L30.0539 32.5259V38.2701C30.0539 38.5237 29.8503 38.7292 29.5992 38.7292H28.2353C27.9842 38.7292 27.7806 38.5237 27.7806 38.2701Z" fill="#6D5ECD"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.3305 20.619C29.0471 20.4603 28.7029 20.4603 28.4195 20.619L19.234 25.7617C18.9353 25.9289 18.75 26.2466 18.75 26.5915V36.9085C18.75 37.2534 18.9353 37.5711 19.234 37.7383L28.4195 42.881C28.7029 43.0397 29.0471 43.0397 29.3305 42.881L38.516 37.7383C38.8147 37.5711 39 37.2534 39 36.9085V26.5915C39 26.2466 38.8147 25.9289 38.516 25.7617L29.3305 20.619ZM27.7806 38.2701V32.5259L22.4685 29.6258C22.2476 29.5052 22.1653 29.2266 22.2847 29.0035L22.9333 27.7917C23.0527 27.5686 23.3285 27.4855 23.5494 27.6061L28.9172 30.5365L34.285 27.6061C34.5059 27.4855 34.7818 27.5686 34.9012 27.7917L35.5498 29.0035C35.6692 29.2266 35.5869 29.5052 35.366 29.6258L30.0539 32.5259V38.2701C30.0539 38.5237 29.8503 38.7292 29.5992 38.7292H28.2353C27.9842 38.7292 27.7806 38.5237 27.7806 38.2701Z" fill="white"/>
<defs>
<filter id="filter0_f_250_216132" x="14.75" y="16.5" width="28.25" height="30.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_250_216132"/>
</filter>
<linearGradient id="paint0_linear_250_216132" x1="56" y1="28" x2="56" y2="57" gradientUnits="userSpaceOnUse">
<stop stop-color="#7568CF"/>
<stop offset="1" stop-color="#5848C7"/>
</linearGradient>
<linearGradient id="paint1_linear_250_216132" x1="31.5" y1="7" x2="31.5" y2="57" gradientUnits="userSpaceOnUse">
<stop stop-color="#A48DFF"/>
<stop offset="1" stop-color="#886EF2"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/card_background.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

BIN
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/cost_too_much_memory.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

5
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/create_line.svg

@ -0,0 +1,5 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.3252 8.5498C3.3252 8.61883 3.38116 8.6748 3.4502 8.6748H10.2627V11.1981C10.2627 11.3915 10.4864 11.499 10.6375 11.3782L14.6509 8.16741C14.7664 8.07507 14.7664 7.89951 14.6509 7.80716L10.6375 4.59639C10.4864 4.47556 10.2627 4.58309 10.2627 4.77651V7.2998H3.4502C3.38116 7.2998 3.3252 7.35576 3.3252 7.4248V8.5498Z" fill="#2C60DB"/>
<circle cx="4.5625" cy="8.0625" r="3.9375" fill="#2C60DB" fill-opacity="0.2"/>
<circle cx="4.53089" cy="7.99964" r="1.89076" fill="#2C60DB"/>
</svg>

After

Width:  |  Height:  |  Size: 588 B

5
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/create_line_direct.svg

@ -0,0 +1,5 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.3252 8.5498C3.3252 8.61883 3.38116 8.6748 3.4502 8.6748H10.2627V11.1981C10.2627 11.3915 10.4864 11.499 10.6375 11.3782L14.6509 8.16741C14.7664 8.07507 14.7664 7.89951 14.6509 7.80716L10.6375 4.59639C10.4864 4.47556 10.2627 4.58309 10.2627 4.77651V7.2998H3.4502C3.38116 7.2998 3.3252 7.35576 3.3252 7.4248V8.5498Z" fill="#5545BA"/>
<circle cx="4.5625" cy="8.0625" r="3.9375" fill="#5545BA" fill-opacity="0.2"/>
<circle cx="4.53089" cy="7.99964" r="1.89076" fill="#5545BA"/>
</svg>

After

Width:  |  Height:  |  Size: 600 B

5
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/create_line_hover.svg

@ -0,0 +1,5 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.3252 8.5498C3.3252 8.61883 3.38116 8.6748 3.4502 8.6748H10.2627V11.1981C10.2627 11.3915 10.4864 11.499 10.6375 11.3782L14.6509 8.16741C14.7664 8.07507 14.7664 7.89951 14.6509 7.80716L10.6375 4.59639C10.4864 4.47556 10.2627 4.58309 10.2627 4.77651V7.2998H3.4502C3.38116 7.2998 3.3252 7.35576 3.3252 7.4248V8.5498Z" fill="white"/>
<circle cx="4.5625" cy="8.0625" r="3.9375" fill="white" fill-opacity="0.3"/>
<circle cx="4.53089" cy="7.99964" r="1.89076" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 582 B

5
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/create_line_spider.svg

@ -0,0 +1,5 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.3252 8.5498C3.3252 8.61883 3.38116 8.6748 3.4502 8.6748H10.2627V11.1981C10.2627 11.3915 10.4864 11.499 10.6375 11.3782L14.6509 8.16741C14.7664 8.07507 14.7664 7.89951 14.6509 7.80716L10.6375 4.59639C10.4864 4.47556 10.2627 4.58309 10.2627 4.77651V7.2998H3.4502C3.38116 7.2998 3.3252 7.35576 3.3252 7.4248V8.5498Z" fill="#2C60DB"/>
<circle cx="4.5625" cy="8.0625" r="3.9375" fill="#2C60DB" fill-opacity="0.2"/>
<circle cx="4.53089" cy="7.99964" r="1.89076" fill="#2C60DB"/>
</svg>

After

Width:  |  Height:  |  Size: 588 B

BIN
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/data_amount_over_limit.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

23
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/dimension_card.svg

@ -0,0 +1,23 @@
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M204 112H224C235.046 112 244 120.954 244 132V208C244 219.046 235.046 228 224 228H204V112Z" fill="url(#paint0_linear_591_200400)"/>
<path d="M28 48C28 36.9543 36.9543 28 48 28H184C195.046 28 204 36.9543 204 48V208C204 219.046 212.954 228 224 228H48C36.9544 228 28.0001 219.046 28 208L28 48Z" fill="url(#paint1_linear_591_200400)"/>
<g filter="url(#filter0_f_591_200400)">
<path d="M133.332 170.739C140.07 175.72 149.53 174.912 155.342 168.88C161.154 162.84 161.577 153.361 156.33 146.826C151.084 140.292 141.732 138.658 134.572 143.011L133.898 143.424L117.225 133.012V114.167L118.186 113.915C126.334 111.824 131.68 103.952 130.619 95.6131C129.559 87.2833 122.427 81 114.018 81C105.573 81 98.4316 87.2833 97.3715 95.6131C96.3115 103.961 101.657 111.824 109.814 113.915L110.775 114.158V133.012L94.1016 143.424L93.4278 143.011C86.2769 138.658 76.9161 140.3 71.6698 146.826C66.4234 153.361 66.8456 162.84 72.658 168.88C78.4703 174.912 87.9299 175.72 94.6675 170.739C101.405 165.766 103.417 156.493 99.3479 149.169L98.755 148.11L114 138.595L129.245 148.11L128.652 149.169C124.574 156.493 126.586 165.766 133.332 170.739Z" fill="#2C60DB"/>
</g>
<path d="M133.332 170.739C140.07 175.72 149.53 174.912 155.342 168.88C161.154 162.84 161.577 153.361 156.33 146.826C151.084 140.292 141.732 138.658 134.572 143.011L133.898 143.424L117.225 133.012V114.167L118.186 113.915C126.334 111.824 131.68 103.952 130.619 95.6131C129.559 87.2833 122.427 81 114.018 81C105.573 81 98.4316 87.2833 97.3715 95.6131C96.3115 103.961 101.657 111.824 109.814 113.915L110.775 114.158V133.012L94.1016 143.424L93.4278 143.011C86.2769 138.658 76.9161 140.3 71.6698 146.826C66.4234 153.361 66.8456 162.84 72.658 168.88C78.4703 174.912 87.9299 175.72 94.6675 170.739C101.405 165.766 103.417 156.493 99.3479 149.169L98.755 148.11L114 138.595L129.245 148.11L128.652 149.169C124.574 156.493 126.586 165.766 133.332 170.739Z" fill="white"/>
<defs>
<filter id="filter0_f_591_200400" x="64" y="77" width="100" height="101" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_591_200400"/>
</filter>
<linearGradient id="paint0_linear_591_200400" x1="225" y1="112" x2="225" y2="228" gradientUnits="userSpaceOnUse">
<stop offset="0.132925" stop-color="#5281E7"/>
<stop offset="1" stop-color="#3064DD"/>
</linearGradient>
<linearGradient id="paint1_linear_591_200400" x1="126" y1="28" x2="126" y2="228" gradientUnits="userSpaceOnUse">
<stop stop-color="#80AFFF"/>
<stop offset="1" stop-color="#5F91F0"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

24
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/dimension_card_direct.svg

@ -0,0 +1,24 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M51 28H56C58.7614 28 61 30.2386 61 33V52C61 54.7614 58.7614 57 56 57H51V28Z" fill="url(#paint0_linear_250_216128)"/>
<path d="M7 12C7 9.23858 9.23858 7 12 7H46C48.7614 7 51 9.23858 51 12V52C51 54.7614 53.2386 57 56 57H12C9.23859 57 7.00001 54.7614 7.00001 52L7 12Z" fill="url(#paint1_linear_250_216128)"/>
<g filter="url(#filter0_f_250_216128)">
<path d="M33.8331 39.1854C35.5175 40.4297 37.8824 40.2279 39.3355 38.7213C40.7886 37.2126 40.8941 34.8451 39.5826 33.213C38.271 31.581 35.933 31.1729 34.1431 32.2602L33.9746 32.3634L29.8063 29.7628V25.2837L30.0466 25.221C32.0836 24.6986 33.4199 22.7325 33.1549 20.6498C32.8899 18.5693 31.1066 17 29.0045 17C26.8934 17 25.1079 18.5693 24.8429 20.6498C24.5779 22.7347 25.9142 24.6986 27.9534 25.221L28.1937 25.2815V29.7628L24.0254 32.3634L23.8569 32.2602C22.0692 31.1729 19.729 31.5832 18.4174 33.213C17.1059 34.8451 17.2114 37.2126 18.6645 38.7213C20.1176 40.2279 22.4825 40.4297 24.1669 39.1854C25.8513 37.9434 26.3544 35.6275 25.337 33.7982L25.1888 33.5336L29 31.1572L32.8112 33.5336L32.663 33.7982C31.6434 35.6275 32.1465 37.9434 33.8331 39.1854Z" fill="#537BC6"/>
</g>
<path d="M33.8331 39.1854C35.5175 40.4297 37.8824 40.2279 39.3355 38.7213C40.7886 37.2126 40.8941 34.8451 39.5826 33.213C38.271 31.581 35.933 31.1729 34.1431 32.2602L33.9746 32.3634L29.8063 29.7628V25.2837L30.0466 25.221C32.0836 24.6986 33.4199 22.7325 33.1549 20.6498C32.8899 18.5693 31.1066 17 29.0045 17C26.8934 17 25.1079 18.5693 24.8429 20.6498C24.5779 22.7347 25.9142 24.6986 27.9534 25.221L28.1937 25.2815V29.7628L24.0254 32.3634L23.8569 32.2602C22.0692 31.1729 19.729 31.5832 18.4174 33.213C17.1059 34.8451 17.2114 37.2126 18.6645 38.7213C20.1176 40.2279 22.4825 40.4297 24.1669 39.1854C25.8513 37.9434 26.3544 35.6275 25.337 33.7982L25.1888 33.5336L29 31.1572L32.8112 33.5336L32.663 33.7982C31.6434 35.6275 32.1465 37.9434 33.8331 39.1854Z" fill="white"/>
<path d="M43.5 45C43.7761 45 44 45.2239 44 45.5V48C44 48.2761 43.7761 48.5 43.5 48.5L14.5 48.5C14.2239 48.5 14 48.2761 14 48L14 45.5C14 45.2239 14.2239 45 14.5 45L43.5 45Z" fill="white" fill-opacity="0.66"/>
<defs>
<filter id="filter0_f_250_216128" x="13.5" y="13" width="31" height="31" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_250_216128"/>
</filter>
<linearGradient id="paint0_linear_250_216128" x1="56.25" y1="28" x2="56.25" y2="57" gradientUnits="userSpaceOnUse">
<stop offset="0.132925" stop-color="#537BC6"/>
<stop offset="1" stop-color="#4062A5"/>
</linearGradient>
<linearGradient id="paint1_linear_250_216128" x1="31.5" y1="7" x2="31.5" y2="57" gradientUnits="userSpaceOnUse">
<stop stop-color="#8FB1EC"/>
<stop offset="1" stop-color="#668ACC"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

23
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/dimension_card_spider.svg

@ -0,0 +1,23 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M51 28H56C58.7614 28 61 30.2386 61 33V52C61 54.7614 58.7614 57 56 57H51V28Z" fill="url(#paint0_linear_250_216126)"/>
<path d="M7 12C7 9.23858 9.23858 7 12 7H46C48.7614 7 51 9.23858 51 12V52C51 54.7614 53.2386 57 56 57H12C9.23859 57 7.00001 54.7614 7.00001 52L7 12Z" fill="url(#paint1_linear_250_216126)"/>
<g filter="url(#filter0_f_250_216126)">
<path d="M29.357 28.5821C31.3939 28.0921 32.9062 26.274 32.9062 24.1061C32.9062 21.5622 30.8239 19.5 28.2552 19.5C25.6865 19.5 23.6042 21.5622 23.6042 24.1061C23.6042 26.3601 25.2391 28.236 27.3987 28.6342V32.8201L23.6083 35.5103C22.9073 35.0445 22.0638 34.7727 21.1562 34.7727C18.7227 34.7727 16.75 36.7264 16.75 39.1364C16.75 41.5463 18.7227 43.5 21.1562 43.5C23.5898 43.5 25.5625 41.5463 25.5625 39.1364C25.5625 38.3337 25.3437 37.5817 24.9619 36.9356L28.3915 34.5015L32.0252 36.9576C31.6514 37.5988 31.4375 38.3428 31.4375 39.1364C31.4375 41.5463 33.4102 43.5 35.8438 43.5C38.2773 43.5 40.25 41.5463 40.25 39.1364C40.25 36.7264 38.2773 34.7727 35.8438 34.7727C34.9288 34.7727 34.079 35.0489 33.3746 35.5217L29.357 32.806V28.5821Z" fill="#537BC6"/>
</g>
<path d="M29.357 28.5821C31.3939 28.0921 32.9062 26.274 32.9062 24.1061C32.9062 21.5622 30.8239 19.5 28.2552 19.5C25.6865 19.5 23.6042 21.5622 23.6042 24.1061C23.6042 26.3601 25.2391 28.236 27.3987 28.6342V32.8201L23.6083 35.5103C22.9073 35.0445 22.0638 34.7727 21.1562 34.7727C18.7227 34.7727 16.75 36.7264 16.75 39.1364C16.75 41.5463 18.7227 43.5 21.1562 43.5C23.5898 43.5 25.5625 41.5463 25.5625 39.1364C25.5625 38.3337 25.3437 37.5817 24.9619 36.9356L28.3915 34.5015L32.0252 36.9576C31.6514 37.5988 31.4375 38.3428 31.4375 39.1364C31.4375 41.5463 33.4102 43.5 35.8438 43.5C38.2773 43.5 40.25 41.5463 40.25 39.1364C40.25 36.7264 38.2773 34.7727 35.8438 34.7727C34.9288 34.7727 34.079 35.0489 33.3746 35.5217L29.357 32.806V28.5821Z" fill="white"/>
<defs>
<filter id="filter0_f_250_216126" x="12.75" y="15.5" width="31.5" height="32" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_250_216126"/>
</filter>
<linearGradient id="paint0_linear_250_216126" x1="56.25" y1="28" x2="56.25" y2="57" gradientUnits="userSpaceOnUse">
<stop offset="0.132925" stop-color="#537BC6"/>
<stop offset="1" stop-color="#4062A5"/>
</linearGradient>
<linearGradient id="paint1_linear_250_216126" x1="31.5" y1="7" x2="31.5" y2="57" gradientUnits="userSpaceOnUse">
<stop stop-color="#8FB1EC"/>
<stop offset="1" stop-color="#668ACC"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

21
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/empty_widget1.svg

@ -0,0 +1,21 @@
<svg width="121" height="120" viewBox="0 0 121 120" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17 55.0001H75V102H19C17.8954 102 17 101.105 17 100V55.0001Z" fill="#C0C7D0"/>
<path d="M110.571 40.1055C111.009 39.114 110.282 38.0001 109.199 38.0001H48.5L41 55.0001H104L110.571 40.1055Z" fill="#A7AEBB"/>
<path d="M75 55.0001H104V100C104 101.105 103.105 102 102 102H75V55.0001Z" fill="#CFD4DC"/>
<path d="M75 55.0001H104L110.69 71.9493C111.079 72.9337 110.354 74.0001 109.295 74.0001H83.5205C82.9047 74.0001 82.3514 73.6236 82.1253 73.0508L75 55.0001Z" fill="#E6E9EF"/>
<path d="M68 54.0001C75.2693 46.2084 85.7507 31.1563 75.6074 24.7812C69.7729 21.1142 71.3301 35.9057 84.2292 36.4688C96.4011 37.0001 101.473 26.3751 100.966 20.0001" stroke="url(#paint0_linear_615_11846)" stroke-linecap="round"/>
<path d="M11.2784 40.0358C10.9029 39.0537 11.628 38.0001 12.6794 38.0001H68L74.5 55.0001H17L11.2784 40.0358Z" fill="#DADEE6"/>
<ellipse opacity="0.4" cx="95.355" cy="16.598" rx="2.22051" ry="2.92303" transform="rotate(-122.144 95.355 16.598)" fill="#778395"/>
<path opacity="0.4" d="M101.108 9.82174C102.437 8.90486 104.079 8.97983 104.775 9.9892C105.472 10.9986 104.959 12.5601 103.631 13.477C102.302 14.3938 100.66 14.3189 99.9638 13.3095C99.2673 12.3001 99.7798 10.7386 101.108 9.82174Z" fill="#778395"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M96.0784 9.11605L94.6273 8.10554L94.2159 8.69639L95.5064 9.5951C95.3468 9.79839 95.2285 10.0394 95.1672 10.3081C94.9454 11.2799 95.5523 12.2472 96.5227 12.4686C96.7193 12.5135 96.9157 12.5243 97.1059 12.5049C97.1137 12.929 97.1847 13.3436 97.3117 13.7371L99.2123 12.5431C98.9414 12.2843 98.6348 12.0594 98.298 11.8771C98.4799 11.663 98.6145 11.4031 98.6813 11.1101C98.9031 10.1384 98.2962 9.1711 97.3258 8.94964C97.2247 8.92656 97.1236 8.91249 97.0234 8.9069L97.0236 7.1794L96.3036 7.1793L96.3034 9.01511C96.2261 9.04365 96.1509 9.0774 96.0784 9.11605ZM98.1806 15.2631C97.9418 14.9923 97.738 14.6926 97.5741 14.3715L99.669 13.0555C99.8865 13.3427 100.068 13.6567 100.207 13.9895L98.1806 15.2631ZM98.6828 15.7468C99.1769 16.1504 99.769 16.4491 100.433 16.6006C100.584 15.9367 100.573 15.2733 100.424 14.6525L98.6828 15.7468Z" fill="#778395"/>
<rect x="23" y="63" width="16" height="1" rx="0.5" fill="#778395"/>
<rect x="23" y="70" width="31" height="1" rx="0.5" fill="#778395"/>
<rect x="23" y="77" width="31" height="1" rx="0.5" fill="#778395"/>
<defs>
<linearGradient id="paint0_linear_615_11846" x1="100.5" y1="20.0001" x2="72" y2="49.5001" gradientUnits="userSpaceOnUse">
<stop offset="0.145444" stop-color="#A6AEBB"/>
<stop offset="0.668159" stop-color="#828D9E"/>
<stop offset="1" stop-color="#5D6B81"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

123
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/empty_widget2.svg

@ -0,0 +1,123 @@
<svg width="130" height="131" viewBox="0 0 130 131" fill="none" xmlns="http://www.w3.org/2000/svg">
<g opacity="0.6">
<g filter="url(#filter0_i_1772_889898)">
<path d="M16 59.5H81V113.5H24C19.5817 113.5 16 109.918 16 105.5V59.5Z" fill="url(#paint0_linear_1772_889898)"/>
</g>
<path d="M118.873 43.9536C119.896 41.3309 117.961 38.5 115.146 38.5H54.9247C53.2766 38.5 51.7972 39.5109 51.1982 41.0464L44 59.5H112.809L118.873 43.9536Z" fill="url(#paint1_linear_1772_889898)"/>
<g filter="url(#filter1_i_1772_889898)">
<path d="M81 59.5H113V105.5C113 109.918 109.418 113.5 105 113.5H81V59.5Z" fill="url(#paint2_linear_1772_889898)"/>
</g>
<g filter="url(#filter2_i_1772_889898)">
<path d="M81 59.5H112.781L118.864 75.0421C119.891 77.6655 117.956 80.5 115.139 80.5H91.9491C90.3026 80.5 88.8243 79.4911 88.2242 77.9579L81 59.5Z" fill="url(#paint3_linear_1772_889898)"/>
</g>
<g filter="url(#filter3_i_1772_889898)">
<path d="M10.7851 43.7809C9.90853 41.1877 11.8371 38.5 14.5745 38.5H70.9346C72.6431 38.5 74.163 39.5852 74.7178 41.2012L81 59.5H16.0986L10.7851 43.7809Z" fill="url(#paint4_linear_1772_889898)"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M26 68.5C24.8954 68.5 24 69.3954 24 70.5C24 71.6046 24.8954 72.5 26 72.5H39C40.1046 72.5 41 71.6046 41 70.5C41 69.3954 40.1046 68.5 39 68.5H26ZM26 78.5C24.8954 78.5 24 79.3954 24 80.5C24 81.6046 24.8954 82.5 26 82.5H60C61.1046 82.5 62 81.6046 62 80.5C62 79.3954 61.1046 78.5 60 78.5H26Z" fill="url(#paint5_linear_1772_889898)"/>
<g filter="url(#filter4_b_1772_889898)">
<path d="M92.1992 18.7318C90.3458 21.0438 89.8721 21.0306 89.8721 21.0306C87.1326 18.7776 82.3344 18.1937 78.7073 19.6366C73.8813 21.5577 72.7809 28.0318 66.1331 29.7748C64.5823 30.1809 76.9408 36.469 84.5373 33.8743C90.0885 31.9749 91.6819 26.9234 91.8559 25.3869C92.0092 23.9924 91.5602 22.6976 91.5602 22.6976C93.3552 21.0195 93.9034 19.9975 93.9034 19.9975C94.4045 19.3335 92.8242 17.9524 92.1992 18.7318ZM89.6997 23.4725C83.8904 29.0286 74.2306 30.1916 74.2306 30.1916C74.2306 30.1916 81.8492 28.6808 88.8389 22.3472C89.2244 22.554 89.6332 23.0947 89.6997 23.4725Z" fill="url(#paint6_linear_1772_889898)"/>
</g>
<g filter="url(#filter5_b_1772_889898)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M44.6055 38.5C43.9731 37.3533 43.1406 36.3195 42.1661 35.5353C40.643 34.3103 38.7699 34.0188 36.8011 33.7125C34.3101 33.3249 31.666 32.9135 29.3842 30.557C28.8088 29.9624 28.7833 34.1145 29.9805 38.5H33.8884C32.988 37.4997 32.4837 36.8104 32.4837 36.8104C32.4837 36.8104 33.0766 37.5029 34.2104 38.5H44.6055Z" fill="url(#paint7_linear_1772_889898)"/>
</g>
<g opacity="0.4" filter="url(#filter6_b_1772_889898)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M104.811 51.8258C104.811 51.8258 105.172 51.6363 105.547 49.1481C105.674 48.3093 107.465 48.6647 107.38 49.3661C107.38 49.3661 107.418 50.3519 106.808 52.3472C106.808 52.3472 107.713 53.1149 108.21 54.2097C108.561 54.9892 109.11 57.0977 108.563 59.4999H102.725C103.981 57.8192 105.125 55.8481 105.754 53.7026C105.538 53.4514 104.994 53.2239 104.614 53.2334C103.827 55.6708 102.775 57.7709 101.709 59.4999H94.231C94.5001 58.0353 94.8905 56.6618 95.8298 55.4941C97.9158 52.9017 101.769 51.314 104.811 51.8258Z" fill="url(#paint8_linear_1772_889898)" fill-opacity="0.9"/>
</g>
</g>
<defs>
<filter id="filter0_i_1772_889898" x="16" y="59.5" width="68.0959" height="57.0959" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="3.09592" dy="3.09592"/>
<feGaussianBlur stdDeviation="2.06395"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1772_889898"/>
</filter>
<filter id="filter1_i_1772_889898" x="77.9041" y="56.4041" width="35.0959" height="57.0959" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-3.09592" dy="-3.09592"/>
<feGaussianBlur stdDeviation="2.06395"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.384314 0 0 0 0 0.435294 0 0 0 0 0.537255 0 0 0 0.14 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1772_889898"/>
</filter>
<filter id="filter2_i_1772_889898" x="81" y="59.5" width="41.2385" height="24.0959" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="3.09592" dy="3.09592"/>
<feGaussianBlur stdDeviation="2.06395"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1772_889898"/>
</filter>
<filter id="filter3_i_1772_889898" x="10.5713" y="38.5" width="73.5246" height="24.0959" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="3.09592" dy="3.09592"/>
<feGaussianBlur stdDeviation="2.06395"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1772_889898"/>
</filter>
<filter id="filter4_b_1772_889898" x="61.65" y="14.15" width="36.7" height="24.7" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="2.175"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1772_889898"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1772_889898" result="shape"/>
</filter>
<filter id="filter5_b_1772_889898" x="24.65" y="26.15" width="24.3055" height="16.7" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="2.175"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1772_889898"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1772_889898" result="shape"/>
</filter>
<filter id="filter6_b_1772_889898" x="89.881" y="44.3102" width="23.2635" height="19.5398" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="2.175"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1772_889898"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1772_889898" result="shape"/>
</filter>
<linearGradient id="paint0_linear_1772_889898" x1="52.5" y1="54" x2="110.879" y2="127.712" gradientUnits="userSpaceOnUse">
<stop stop-color="#B5BFCF"/>
<stop offset="1" stop-color="#828EA6"/>
</linearGradient>
<linearGradient id="paint1_linear_1772_889898" x1="113.646" y1="38.4416" x2="77.9957" y2="-47.1925" gradientUnits="userSpaceOnUse">
<stop stop-color="#B5BFCF"/>
<stop offset="1" stop-color="#828EA6"/>
</linearGradient>
<linearGradient id="paint2_linear_1772_889898" x1="146.5" y1="127.5" x2="90.3633" y2="131.302" gradientUnits="userSpaceOnUse">
<stop stop-color="#B5BFCF"/>
<stop offset="1" stop-color="#828EA6"/>
</linearGradient>
<linearGradient id="paint3_linear_1772_889898" x1="84.82" y1="59.4416" x2="103.36" y2="127.809" gradientUnits="userSpaceOnUse">
<stop stop-color="#E5EAF1"/>
<stop offset="1" stop-color="#B5BFCF"/>
</linearGradient>
<linearGradient id="paint4_linear_1772_889898" x1="15.8761" y1="38.4416" x2="26.6881" y2="110.208" gradientUnits="userSpaceOnUse">
<stop stop-color="#E5EAF1"/>
<stop offset="1" stop-color="#B5BFCF"/>
</linearGradient>
<linearGradient id="paint5_linear_1772_889898" x1="-29" y1="75.5" x2="56" y2="88" gradientUnits="userSpaceOnUse">
<stop stop-color="#3C4B67"/>
<stop offset="1" stop-color="#828EA6" stop-opacity="0.6"/>
</linearGradient>
<linearGradient id="paint6_linear_1772_889898" x1="81.7231" y1="16.8704" x2="96.653" y2="44.2773" gradientUnits="userSpaceOnUse">
<stop stop-color="#B5BFCF"/>
<stop offset="1" stop-color="#828EA6"/>
</linearGradient>
<linearGradient id="paint7_linear_1772_889898" x1="37.7631" y1="29.6852" x2="44.7732" y2="44.0293" gradientUnits="userSpaceOnUse">
<stop stop-color="#B5BFCF"/>
<stop offset="1" stop-color="#828EA6"/>
</linearGradient>
<linearGradient id="paint8_linear_1772_889898" x1="100.578" y1="52.3299" x2="100.723" y2="60.9716" gradientUnits="userSpaceOnUse">
<stop stop-color="#00153F"/>
<stop offset="1" stop-color="#3C4B67"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 9.4 KiB

3
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/error_info.svg

@ -0,0 +1,3 @@
<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.25 7.125C1.25 3.94936 3.82436 1.375 7 1.375C10.1756 1.375 12.75 3.94936 12.75 7.125C12.75 10.3006 10.1756 12.875 7 12.875C3.82436 12.875 1.25 10.3006 1.25 7.125ZM-6.11959e-07 7.125C-9.49935e-07 3.25901 3.13401 0.125001 7 0.125001C10.866 0.125 14 3.25901 14 7.125C14 10.991 10.866 14.125 7 14.125C3.13401 14.125 -2.73984e-07 10.991 -6.11959e-07 7.125ZM6.25 3C6.25 2.86193 6.36193 2.75 6.5 2.75L7.5 2.75C7.63807 2.75 7.75 2.86193 7.75 3L7.75 7.5C7.75 7.63807 7.63807 7.75 7.5 7.75L6.5 7.75C6.36193 7.75 6.25 7.63807 6.25 7.5L6.25 3ZM6 10.5C6 9.94772 6.44771 9.5 7 9.5C7.55228 9.5 8 9.94772 8 10.5C8 11.0523 7.55228 11.5 7 11.5C6.44772 11.5 6 11.0523 6 10.5Z" fill="#F88581"/>
</svg>

After

Width:  |  Height:  |  Size: 829 B

3
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/error_info_dim.svg

@ -0,0 +1,3 @@
<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.25 7.125C1.25 3.94936 3.82436 1.375 7 1.375C10.1756 1.375 12.75 3.94936 12.75 7.125C12.75 10.3006 10.1756 12.875 7 12.875C3.82436 12.875 1.25 10.3006 1.25 7.125ZM-6.11959e-07 7.125C-9.49935e-07 3.25901 3.13401 0.125001 7 0.125001C10.866 0.125 14 3.25901 14 7.125C14 10.991 10.866 14.125 7 14.125C3.13401 14.125 -2.73984e-07 10.991 -6.11959e-07 7.125ZM6.25 3C6.25 2.86193 6.36193 2.75 6.5 2.75L7.5 2.75C7.63807 2.75 7.75 2.86193 7.75 3L7.75 7.5C7.75 7.63807 7.63807 7.75 7.5 7.75L6.5 7.75C6.36193 7.75 6.25 7.63807 6.25 7.5L6.25 3ZM6 10.5C6 9.94772 6.44771 9.5 7 9.5C7.55228 9.5 8 9.94772 8 10.5C8 11.0523 7.55228 11.5 7 11.5C6.44772 11.5 6 11.0523 6 10.5Z" fill="#FFBCB8"/>
</svg>

After

Width:  |  Height:  |  Size: 829 B

3
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/error_info_highlight.svg

@ -0,0 +1,3 @@
<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.25 7.125C1.25 3.94936 3.82436 1.375 7 1.375C10.1756 1.375 12.75 3.94936 12.75 7.125C12.75 10.3006 10.1756 12.875 7 12.875C3.82436 12.875 1.25 10.3006 1.25 7.125ZM-6.11959e-07 7.125C-9.49935e-07 3.25901 3.13401 0.125001 7 0.125001C10.866 0.125 14 3.25901 14 7.125C14 10.991 10.866 14.125 7 14.125C3.13401 14.125 -2.73984e-07 10.991 -6.11959e-07 7.125ZM6.25 3C6.25 2.86193 6.36193 2.75 6.5 2.75L7.5 2.75C7.63807 2.75 7.75 2.86193 7.75 3L7.75 7.5C7.75 7.63807 7.63807 7.75 7.5 7.75L6.5 7.75C6.36193 7.75 6.25 7.63807 6.25 7.5L6.25 3ZM6 10.5C6 9.94772 6.44771 9.5 7 9.5C7.55228 9.5 8 9.94772 8 10.5C8 11.0523 7.55228 11.5 7 11.5C6.44772 11.5 6 11.0523 6 10.5Z" fill="#E65251"/>
</svg>

After

Width:  |  Height:  |  Size: 829 B

3
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/error_info_hover.svg

@ -0,0 +1,3 @@
<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 0.125001C3.13401 0.125001 -9.49935e-07 3.25901 -6.11959e-07 7.125C-2.73984e-07 10.991 3.13401 14.125 7 14.125C10.866 14.125 14 10.991 14 7.125C14 3.25901 10.866 0.125 7 0.125001ZM6.25 3C6.25 2.86193 6.36193 2.75 6.5 2.75L7.5 2.75C7.63807 2.75 7.75 2.86193 7.75 3L7.75 7.5C7.75 7.63807 7.63807 7.75 7.5 7.75L6.5 7.75C6.36193 7.75 6.25 7.63807 6.25 7.5L6.25 3ZM6 10.5C6 9.94772 6.44771 9.5 7 9.5C7.55228 9.5 8 9.94772 8 10.5C8 11.0523 7.55228 11.5 7 11.5C6.44772 11.5 6 11.0523 6 10.5Z" fill="#E65251"/>
</svg>

After

Width:  |  Height:  |  Size: 617 B

43
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/error_widget.svg

@ -0,0 +1,43 @@
<svg width="120" height="121" viewBox="0 0 120 121" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="120" height="120" transform="translate(0 0.5)"/>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M24.1433 44.8753C23.9996 43.6844 24.9293 42.6357 26.1289 42.6357H105.387C106.399 42.6357 107.252 43.3915 107.373 44.3961L114.355 102.26C114.499 103.451 113.569 104.5 112.37 104.5H31.338L24.1433 44.8753Z"
fill="#B8BFCA"/>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M23.8732 42.6357H104.89C106.095 42.6357 107.026 43.6931 106.874 44.8882L99.5104 102.753C99.3832 103.752 98.5333 104.5 97.5264 104.5H13.459C12.1906 104.5 11.2425 103.335 11.501 102.093L23.8732 42.6357Z"
fill="url(#paint0_linear_543_169003)"/>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M23.5735 44.1825C23.7615 43.2488 24.5818 42.5771 25.5342 42.5771H104.93C106.129 42.5771 107.059 43.6246 106.916 44.815L106.056 52H22L23.5735 44.1825Z"
fill="#091E40" fill-opacity="0.25"/>
<path d="M42.8142 49.7749C44.1285 49.7749 45.1939 48.7095 45.1939 47.3953C45.1939 46.081 44.1285 45.0156 42.8142 45.0156C41.5 45.0156 40.4346 46.081 40.4346 47.3953C40.4346 48.7095 41.5 49.7749 42.8142 49.7749Z"
fill="white"/>
<path d="M64.2312 49.7749C65.5455 49.7749 66.6109 48.7095 66.6109 47.3953C66.6109 46.081 65.5455 45.0156 64.2312 45.0156C62.917 45.0156 61.8516 46.081 61.8516 47.3953C61.8516 48.7095 62.917 49.7749 64.2312 49.7749Z"
fill="white"/>
<path d="M86.8377 49.7749C88.1519 49.7749 89.2173 48.7095 89.2173 47.3953C89.2173 46.081 88.1519 45.0156 86.8377 45.0156C85.5234 45.0156 84.458 46.081 84.458 47.3953C84.458 48.7095 85.5234 49.7749 86.8377 49.7749Z"
fill="white"/>
<path d="M48.0709 42.3966L48.118 42.577L46.9765 42.5762C46.0104 39.1556 44.4113 38.8495 42.8054 40.8335C41.155 42.8727 40.8857 45.7627 42.4584 46.6537C43.0514 46.9897 43.6224 46.8071 44.2043 46.2319C44.3571 46.0808 44.4843 45.9289 44.5801 45.7995C44.8467 46.0952 45.0406 46.4577 45.133 46.859L44.9797 47.0164C44.0859 47.8999 43.0213 48.2405 41.9146 47.6134C39.5883 46.2954 39.9296 42.6334 41.948 40.1396C44.1439 37.4264 46.8589 38.0148 48.0709 42.3966Z"
fill="#5D6B81"/>
<path d="M69.4984 42.3966L69.5455 42.577L68.4039 42.5762C67.4378 39.1556 65.8387 38.8495 64.2329 40.8335C62.5825 42.8727 62.3132 45.7627 63.8859 46.6537C64.4789 46.9897 65.0499 46.8071 65.6317 46.2319C65.7846 46.0808 65.9118 45.9289 66.0076 45.7995C66.2741 46.0952 66.468 46.4577 66.5604 46.859L66.4072 47.0164C65.5134 47.8999 64.4488 48.2405 63.3421 47.6134C61.0158 46.2954 61.3571 42.6334 63.3755 40.1396C65.5714 37.4264 68.2864 38.0148 69.4984 42.3966Z"
fill="#5D6B81"/>
<path d="M92.1108 42.3966L92.1579 42.577L91.0163 42.5762C90.0502 39.1556 88.4511 38.8495 86.8453 40.8335C85.1949 42.8727 84.9255 45.7627 86.4982 46.6537C87.0913 46.9897 87.6622 46.8071 88.2441 46.2319C88.3969 46.0808 88.5242 45.9289 88.62 45.7995C88.8865 46.0952 89.0804 46.4577 89.1728 46.859L89.0196 47.0164C88.1258 47.8999 87.0612 48.2405 85.9545 47.6134C83.6282 46.2954 83.9694 42.6334 85.9878 40.1396C88.1837 37.4264 90.8988 38.0148 92.1108 42.3966Z"
fill="#5D6B81"/>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M17.5 14.5C13.3579 14.5 10 17.8579 10 22C10 26.1421 13.3579 29.5 17.5 29.5H35.393L40 33.5L39.9996 29.4836C43.9088 29.2265 47 25.9743 47 22C47 17.8579 43.6421 14.5 39.5 14.5H17.5Z"
fill="#D8DCE1"/>
<path d="M36.5 23.5C35.6716 23.5 35 22.8284 35 22C35 21.1716 35.6716 20.5 36.5 20.5C37.3284 20.5 38 21.1716 38 22C38 22.8284 37.3284 23.5 36.5 23.5Z"
fill="#091E40" fill-opacity="0.47"/>
<path d="M28.5 23.5C27.6716 23.5 27 22.8284 27 22C27 21.1716 27.6716 20.5 28.5 20.5C29.3284 20.5 30 21.1716 30 22C30 22.8284 29.3284 23.5 28.5 23.5Z"
fill="#091E40" fill-opacity="0.47"/>
<path d="M20.5 23.5C19.6716 23.5 19 22.8284 19 22C19 21.1716 19.6716 20.5 20.5 20.5C21.3284 20.5 22 21.1716 22 22C22 22.8284 21.3284 23.5 20.5 23.5Z"
fill="#091E40" fill-opacity="0.47"/>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M71.5801 67.6582C71.9225 67.3633 71.9942 66.8852 71.7403 66.5903C71.4863 66.2954 71.0029 66.2954 70.6604 66.5903L58.2602 77.2694L49.0635 66.5903C48.8095 66.2955 48.326 66.2955 47.9836 66.5903C47.6412 66.8852 47.5695 67.3634 47.8235 67.6582L57.0202 78.3373L44.62 89.0163C44.2776 89.3112 44.2059 89.7893 44.4598 90.0842C44.7138 90.3791 45.1973 90.3791 45.5397 90.0842L57.9399 79.4052L67.1367 90.0842C67.3907 90.3791 67.8741 90.3791 68.2165 90.0842C68.559 89.7893 68.6307 89.3112 68.3767 89.0163L59.1799 78.3373L71.5801 67.6582Z"
fill="#A3ADBD"/>
<defs>
<linearGradient id="paint0_linear_543_169003" x1="21" y1="51.5" x2="106.635" y2="136.027"
gradientUnits="userSpaceOnUse">
<stop stop-color="#D9DDE3"/>
<stop offset="0.766324" stop-color="#E9EBF0"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/execute_uploading.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

24
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/folder_close.svg

@ -0,0 +1,24 @@
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19 52.0001C19 38.7453 29.7452 28.0001 43 28.0001L105.705 28C113.247 28 120.471 31.0428 125.74 36.4395L142.26 57.3605C147.529 62.7572 154.753 65.8 162.295 65.8H213C226.255 65.8 237 76.5452 237 89.8V204C237 217.255 226.255 228 213 228L43 228C29.7452 228 19 217.255 19 204V52.0001Z" fill="url(#paint0_linear_1068_445984)"/>
<g filter="url(#filter0_f_1068_445984)">
<path d="M38 105C38 98.3726 43.3726 93 50 93H207C213.627 93 219 98.3726 219 105V113H38V105Z" fill="#CF8826" fill-opacity="0.35"/>
</g>
<path d="M19 109H236.5V204.5C236.5 217.755 225.755 228.5 212.5 228.5H43C29.7452 228.5 19 217.755 19 204.5V109Z" fill="url(#paint1_linear_1068_445984)"/>
<path d="M38 105C38 98.3726 43.3726 93 50 93H206C212.627 93 218 98.3726 218 105V109H38V105Z" fill="white"/>
<defs>
<filter id="filter0_f_1068_445984" x="34" y="89" width="189" height="28" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_1068_445984"/>
</filter>
<linearGradient id="paint0_linear_1068_445984" x1="174.5" y1="35" x2="116" y2="204" gradientUnits="userSpaceOnUse">
<stop stop-color="#F9A317"/>
<stop offset="0.441634" stop-color="#F0AC3C"/>
<stop offset="1" stop-color="#F0AC3C"/>
</linearGradient>
<linearGradient id="paint1_linear_1068_445984" x1="84" y1="103" x2="162" y2="218.5" gradientUnits="userSpaceOnUse">
<stop stop-color="#FCC868"/>
<stop offset="1" stop-color="#F0AC3C"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

20
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/folder_open.svg

@ -0,0 +1,20 @@
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M107 128.5C107 126.015 109.015 124 111.5 124H144.5C146.985 124 149 126.015 149 128.5C149 130.985 146.985 133 144.5 133H111.5C109.015 133 107 130.985 107 128.5Z" fill="url(#paint0_linear_1068_445985)"/>
<path d="M41.2719 129.619C42.864 122.255 49.377 117 56.9105 117H230.171C240.369 117 247.965 126.413 245.81 136.381L229.411 212.227C227.421 221.431 219.279 228 209.862 228H39.8294C29.6311 228 22.0356 218.587 24.1908 208.619L41.2719 129.619Z" fill="url(#paint1_linear_1068_445985)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M40 28.0001C26.7452 28.0001 16 38.7453 16 52.0001V202.72L31.4975 127.505C34.0846 115.54 44.6683 107 56.9103 107H228V89.8C228 76.5452 217.255 65.8 204 65.8H159.295C151.753 65.8 144.529 62.7572 139.26 57.3605L122.74 36.4395C117.471 31.0428 110.247 28 102.705 28L40 28.0001Z" fill="url(#paint2_linear_1068_445985)"/>
<defs>
<linearGradient id="paint0_linear_1068_445985" x1="123.5" y1="144" x2="149" y2="124" gradientUnits="userSpaceOnUse">
<stop stop-color="#F4A92C" stop-opacity="0.74"/>
<stop offset="1" stop-color="#F4A92F"/>
</linearGradient>
<linearGradient id="paint1_linear_1068_445985" x1="91.1267" y1="111.427" x2="158.527" y2="229.002" gradientUnits="userSpaceOnUse">
<stop stop-color="#FCC868"/>
<stop offset="1" stop-color="#F0AC3C"/>
</linearGradient>
<linearGradient id="paint2_linear_1068_445985" x1="184.01" y1="33.3375" x2="150.176" y2="169.216" gradientUnits="userSpaceOnUse">
<stop stop-color="#F9A317"/>
<stop offset="0.441634" stop-color="#F0AC3C"/>
<stop offset="1" stop-color="#F0AC3C"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

27
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/indicator_card.svg

@ -0,0 +1,27 @@
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M204 112H224C235.046 112 244 120.954 244 132V208C244 219.046 235.046 228 224 228H204V112Z" fill="url(#paint0_linear_591_200399)"/>
<path d="M28 48C28 36.9543 36.9543 28 48 28H184C195.046 28 204 36.9543 204 48V208C204 219.046 212.954 228 224 228H48C36.9544 228 28.0001 219.046 28 208L28 48Z" fill="url(#paint1_linear_591_200399)"/>
<g filter="url(#filter0_f_591_200399)">
<path d="M107 84H125V176H107V84Z" fill="#2C60DB"/>
<path d="M145 116H163V176H145V116Z" fill="#2C60DB"/>
<path d="M87 130H69V176H87V130Z" fill="#2C60DB"/>
</g>
<path d="M107 86C107 84.8954 107.895 84 109 84H123C124.105 84 125 84.8954 125 86V174C125 175.105 124.105 176 123 176H109C107.895 176 107 175.105 107 174V86Z" fill="white"/>
<path d="M145 118C145 116.895 145.895 116 147 116H161C162.105 116 163 116.895 163 118V174C163 175.105 162.105 176 161 176H147C145.895 176 145 175.105 145 174V118Z" fill="white"/>
<path d="M71 130C69.8954 130 69 130.895 69 132V174C69 175.105 69.8954 176 71 176H85C86.1046 176 87 175.105 87 174V132C87 130.895 86.1046 130 85 130H71Z" fill="white"/>
<defs>
<filter id="filter0_f_591_200399" x="65" y="80" width="102" height="100" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_591_200399"/>
</filter>
<linearGradient id="paint0_linear_591_200399" x1="225" y1="112" x2="225" y2="228" gradientUnits="userSpaceOnUse">
<stop offset="0.132925" stop-color="#5281E7"/>
<stop offset="1" stop-color="#3064DD"/>
</linearGradient>
<linearGradient id="paint1_linear_591_200399" x1="126" y1="28" x2="126" y2="228" gradientUnits="userSpaceOnUse">
<stop stop-color="#80AFFF"/>
<stop offset="1" stop-color="#5F91F0"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

30
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/indicator_card_direct.svg

@ -0,0 +1,30 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M51 28H56C58.7614 28 61 30.2386 61 33V52C61 54.7614 58.7614 57 56 57H51V28Z" fill="url(#paint0_linear_250_216130)"/>
<path d="M7 12C7 9.23858 9.23858 7 12 7H46C48.7614 7 51 9.23858 51 12V52C51 54.7614 53.2386 57 56 57H12C9.23859 57 7.00001 54.7614 7.00001 52L7 12Z" fill="url(#paint1_linear_250_216130)"/>
<path d="M43.5 45C43.7761 45 44 45.2239 44 45.5V48C44 48.2761 43.7761 48.5 43.5 48.5L14.5 48.5C14.2239 48.5 14 48.2761 14 48L14 45.5C14 45.2239 14.2239 45 14.5 45L43.5 45Z" fill="white" fill-opacity="0.66"/>
<g filter="url(#filter0_f_250_216130)">
<path d="M39.7328 19.5035C40.0303 19.467 40.2829 19.7207 40.2465 20.0194L39.4091 26.8982C39.3625 27.2813 38.8971 27.4424 38.6254 27.1695L36.3791 24.9133L30.8537 30.0947C30.3198 30.5954 29.4903 30.5929 28.9594 30.0889L24.1665 25.5384L18.9058 29.8051C18.7121 29.9622 18.4292 29.9366 18.2667 29.7472L17.3618 28.6926C17.1937 28.4967 17.218 28.2003 17.4158 28.0346L23.2354 23.1606C23.7683 22.7142 24.548 22.7334 25.0585 23.2055L29.9595 27.7386L34.7447 23.2717L32.6142 21.1318C32.3425 20.8589 32.5029 20.3914 32.8843 20.3446L39.7328 19.5035Z" fill="#3392DB"/>
<path d="M35.0475 29.4581C35.0475 29.2023 35.2539 28.995 35.5086 28.995H37.8142C38.0688 28.995 38.2753 29.2023 38.2753 29.4581V41.0369C38.2753 41.2926 38.0688 41.5 37.8142 41.5H35.5086C35.2539 41.5 35.0475 41.2926 35.0475 41.0369V29.4581Z" fill="#3392DB"/>
<path d="M27.4391 32.9317C27.4391 32.676 27.6456 32.4686 27.9002 32.4686H30.2058C30.4605 32.4686 30.6669 32.676 30.6669 32.9317V41.0369C30.6669 41.2926 30.4605 41.5 30.2058 41.5H27.9002C27.6456 41.5 27.4391 41.2926 27.4391 41.0369V32.9317Z" fill="#3392DB"/>
<path d="M19.8308 30.8476C19.8308 30.5918 20.0372 30.3844 20.2919 30.3844H22.5974C22.8521 30.3844 23.0586 30.5918 23.0586 30.8476V41.0369C23.0586 41.2926 22.8521 41.5 22.5974 41.5H20.2919C20.0372 41.5 19.8308 41.2926 19.8308 41.0369V30.8476Z" fill="#3392DB"/>
</g>
<path d="M39.7328 19.5035C40.0303 19.467 40.2829 19.7207 40.2465 20.0194L39.4091 26.8982C39.3625 27.2813 38.8971 27.4424 38.6254 27.1695L36.3792 24.9133L30.8538 30.0947C30.3199 30.5954 29.4904 30.5929 28.9595 30.0889L24.1667 25.5384L18.9058 29.8051C18.7121 29.9622 18.4293 29.9366 18.2667 29.7472L17.3619 28.6926C17.1937 28.4967 17.218 28.2003 17.4158 28.0346L23.2355 23.1606C23.7684 22.7142 24.5482 22.7334 25.0587 23.2055L29.9596 27.7386L34.7448 23.2717L32.6143 21.1318C32.3426 20.8589 32.5029 20.3914 32.8844 20.3446L39.7328 19.5035Z" fill="white"/>
<path d="M35.0475 29.4581C35.0475 29.2023 35.254 28.995 35.5087 28.995H37.8142C38.0689 28.995 38.2753 29.2023 38.2753 29.4581V41.0369C38.2753 41.2926 38.0689 41.5 37.8142 41.5H35.5087C35.254 41.5 35.0475 41.2926 35.0475 41.0369V29.4581Z" fill="white"/>
<path d="M27.4393 32.9317C27.4393 32.676 27.6457 32.4686 27.9004 32.4686H30.2059C30.4606 32.4686 30.667 32.676 30.667 32.9317V41.0369C30.667 41.2926 30.4606 41.5 30.2059 41.5H27.9004C27.6457 41.5 27.4393 41.2926 27.4393 41.0369V32.9317Z" fill="white"/>
<path d="M19.831 30.8476C19.831 30.5918 20.0374 30.3844 20.2921 30.3844H22.5976C22.8523 30.3844 23.0587 30.5918 23.0587 30.8476V41.0369C23.0587 41.2926 22.8523 41.5 22.5976 41.5H20.2921C20.0374 41.5 19.831 41.2926 19.831 41.0369V30.8476Z" fill="white"/>
<defs>
<filter id="filter0_f_250_216130" x="13.25" y="15.5" width="31" height="30" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_250_216130"/>
</filter>
<linearGradient id="paint0_linear_250_216130" x1="56" y1="28" x2="56" y2="57" gradientUnits="userSpaceOnUse">
<stop stop-color="#3A94DA"/>
<stop offset="1" stop-color="#1374BE"/>
</linearGradient>
<linearGradient id="paint1_linear_250_216130" x1="31.5" y1="7" x2="31.5" y2="57" gradientUnits="userSpaceOnUse">
<stop stop-color="#6DC3F9"/>
<stop offset="1" stop-color="#309BEE"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.2 KiB

29
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/indicator_card_spider.svg

@ -0,0 +1,29 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M51 28H56C58.7614 28 61 30.2386 61 33V52C61 54.7614 58.7614 57 56 57H51V28Z" fill="url(#paint0_linear_250_216124)"/>
<path d="M7 12C7 9.23858 9.23858 7 12 7H46C48.7614 7 51 9.23858 51 12V52C51 54.7614 53.2386 57 56 57H12C9.23859 57 7.00001 54.7614 7.00001 52L7 12Z" fill="url(#paint1_linear_250_216124)"/>
<g filter="url(#filter0_f_250_216124)">
<path d="M40.216 19.0036C40.5231 18.9661 40.7839 19.2267 40.7464 19.5335L39.8817 26.599C39.8335 26.9925 39.353 27.158 39.0724 26.8776L36.7529 24.5603L31.0473 29.8823C30.496 30.3966 29.6394 30.3939 29.0913 29.8763L24.1421 25.2023L18.7098 29.5848C18.5098 29.7462 18.2177 29.7198 18.0499 29.5253L17.1155 28.4421C16.9418 28.2408 16.9669 27.9365 17.1712 27.7662L23.1805 22.76C23.7308 22.3014 24.536 22.3211 25.0632 22.8061L30.124 27.4622L35.0652 22.874L32.8652 20.6761C32.5846 20.3958 32.7502 19.9156 33.1441 19.8675L40.216 19.0036Z" fill="#3392DB"/>
<path d="M35.3778 29.7041C35.3778 29.4414 35.591 29.2284 35.854 29.2284H38.2347C38.4977 29.2284 38.7109 29.4414 38.7109 29.7041V43.0243C38.7109 43.287 38.4977 43.5 38.2347 43.5H35.854C35.591 43.5 35.3778 43.287 35.3778 43.0243V29.7041Z" fill="#3392DB"/>
<path d="M27.5214 33.272C27.5214 33.0093 27.7346 32.7963 27.9975 32.7963H30.3783C30.6413 32.7963 30.8544 33.0093 30.8544 33.272V43.0243C30.8544 43.287 30.6413 43.5 30.3783 43.5H27.9975C27.7346 43.5 27.5214 43.287 27.5214 43.0243V33.272Z" fill="#3392DB"/>
<path d="M19.6649 31.1313C19.6649 30.8686 19.8781 30.6556 20.1411 30.6556H22.5218C22.7848 30.6556 22.998 30.8686 22.998 31.1313V43.0243C22.998 43.287 22.7848 43.5 22.5218 43.5H20.1411C19.8781 43.5 19.6649 43.287 19.6649 43.0243V31.1313Z" fill="#3392DB"/>
</g>
<path d="M40.216 19.0036C40.5231 18.9661 40.7839 19.2267 40.7464 19.5335L39.8817 26.599C39.8336 26.9925 39.353 27.158 39.0724 26.8776L36.7529 24.5603L31.0474 29.8823C30.496 30.3966 29.6395 30.3939 29.0913 29.8763L24.1422 25.2023L18.7097 29.5848C18.5098 29.7462 18.2177 29.7198 18.0498 29.5253L17.1155 28.4421C16.9418 28.2408 16.9669 27.9365 17.1712 27.7662L23.1807 22.76C23.731 22.3014 24.5362 22.3211 25.0633 22.8061L30.124 27.4622L35.0652 22.874L32.8653 20.6761C32.5847 20.3958 32.7503 19.9156 33.1442 19.8675L40.216 19.0036Z" fill="white"/>
<path d="M35.3779 29.7041C35.3779 29.4414 35.5911 29.2284 35.854 29.2284H38.2348C38.4977 29.2284 38.7109 29.4414 38.7109 29.7041V43.0243C38.7109 43.287 38.4977 43.5 38.2348 43.5H35.854C35.5911 43.5 35.3779 43.287 35.3779 43.0243V29.7041Z" fill="white"/>
<path d="M27.5215 33.272C27.5215 33.0093 27.7347 32.7963 27.9976 32.7963H30.3784C30.6413 32.7963 30.8545 33.0093 30.8545 33.272V43.0243C30.8545 43.287 30.6413 43.5 30.3784 43.5H27.9976C27.7347 43.5 27.5215 43.287 27.5215 43.0243V33.272Z" fill="white"/>
<path d="M19.6651 31.1313C19.6651 30.8686 19.8783 30.6556 20.1412 30.6556H22.522C22.7849 30.6556 22.9981 30.8686 22.9981 31.1313V43.0243C22.9981 43.287 22.7849 43.5 22.522 43.5H20.1412C19.8783 43.5 19.6651 43.287 19.6651 43.0243V31.1313Z" fill="white"/>
<defs>
<filter id="filter0_f_250_216124" x="13" y="15" width="31.75" height="32.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_250_216124"/>
</filter>
<linearGradient id="paint0_linear_250_216124" x1="56" y1="28" x2="56" y2="57" gradientUnits="userSpaceOnUse">
<stop stop-color="#3A94DA"/>
<stop offset="1" stop-color="#1374BE"/>
</linearGradient>
<linearGradient id="paint1_linear_250_216124" x1="31.5" y1="7" x2="31.5" y2="57" gradientUnits="userSpaceOnUse">
<stop stop-color="#6DC3F9"/>
<stop offset="1" stop-color="#309BEE"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.0 KiB

6
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/indicator_leaf.svg

@ -0,0 +1,6 @@
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M28 46C28 36.0589 36.0589 28 46 28H210C219.941 28 228 36.0589 228 46V210C228 219.941 219.941 228 210 228H46C36.0589 228 28 219.941 28 210V46Z" fill="#5285EA"/>
<path d="M185.033 76.4363C185.817 77.2139 185.823 78.4802 185.045 79.2646L141.879 122.855C141.101 123.64 139.835 123.645 139.051 122.867L110.29 94.4276L84.3626 120.63C83.5849 121.414 82.3186 121.419 81.5342 120.642L71.5919 110.785C70.8075 110.008 70.802 108.741 71.5797 107.957L108.772 70.3923C109.549 69.6079 110.816 69.6024 111.6 70.3801L140.361 98.8198L172.262 66.5919C173.04 65.8075 174.306 65.802 175.091 66.5797L185.033 76.4363Z" fill="white"/>
<path d="M71 158C71 154.686 73.6392 152 76.8947 152H179.105C182.361 152 185 154.686 185 158C185 161.314 182.361 164 179.105 164H76.8947C73.6392 164 71 161.314 71 158Z" fill="white" fill-opacity="0.5"/>
<path d="M71 184C71 180.686 73.6392 178 76.8947 178H180.105C183.361 178 186 180.686 186 184C186 187.314 183.361 190 180.105 190H76.8947C73.6392 190 71 187.314 71 184Z" fill="white" fill-opacity="0.5"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

42
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/indicator_preview_card.svg

@ -0,0 +1,42 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_543_164845)">
<path d="M0 12C0 5.37258 5.37258 0 12 0H52C58.6274 0 64 5.37258 64 12V52C64 58.6274 58.6274 64 52 64H12C5.37258 64 0 58.6274 0 52V12Z"
fill="#E5EFFF"/>
<path d="M44.1719 29.4375H47.375C49.144 29.4375 50.5781 30.8716 50.5781 32.6406V44.8125C50.5781 46.5815 49.144 48.0156 47.375 48.0156H44.1719V29.4375Z"
fill="url(#paint0_linear_543_164845)"/>
<path d="M15.9844 19.1875C15.9844 17.4185 17.4185 15.9844 19.1875 15.9844H40.9687C42.7378 15.9844 44.1719 17.4185 44.1719 19.1875V44.8125C44.1719 46.5815 45.606 48.0156 47.375 48.0156H19.1875C17.4185 48.0156 15.9844 46.5815 15.9844 44.8125L15.9844 19.1875Z"
fill="url(#paint1_linear_543_164845)"/>
<g filter="url(#filter0_f_543_164845)">
<path d="M28.6367 24.9531H31.5195V39.6875H28.6367V24.9531Z" fill="#2C60DB"/>
<path d="M34.7227 30.0781H37.6055V39.6875H34.7227V30.0781Z" fill="#2C60DB"/>
<path d="M25.4336 32.3203H22.5508V39.6875H25.4336V32.3203Z" fill="#2C60DB"/>
</g>
<path d="M28.6367 25.2734C28.6367 25.0965 28.7801 24.9531 28.957 24.9531H31.1992C31.3761 24.9531 31.5195 25.0965 31.5195 25.2734V39.3672C31.5195 39.5441 31.3761 39.6875 31.1992 39.6875H28.957C28.7801 39.6875 28.6367 39.5441 28.6367 39.3672V25.2734Z"
fill="white"/>
<path d="M34.7227 30.3984C34.7227 30.2215 34.8661 30.0781 35.043 30.0781H37.2852C37.4621 30.0781 37.6055 30.2215 37.6055 30.3984V39.3672C37.6055 39.5441 37.4621 39.6875 37.2852 39.6875H35.043C34.8661 39.6875 34.7227 39.5441 34.7227 39.3672V30.3984Z"
fill="white"/>
<path d="M22.8711 32.3203C22.6942 32.3203 22.5508 32.4637 22.5508 32.6406V39.3672C22.5508 39.5441 22.6942 39.6875 22.8711 39.6875H25.1133C25.2902 39.6875 25.4336 39.5441 25.4336 39.3672V32.6406C25.4336 32.4637 25.2902 32.3203 25.1133 32.3203H22.8711Z"
fill="white"/>
</g>
<defs>
<filter id="filter0_f_543_164845" x="18.5508" y="20.9531" width="23.0547" height="22.7344"
filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_543_164845"/>
</filter>
<linearGradient id="paint0_linear_543_164845" x1="47.5352" y1="29.4375" x2="47.5352" y2="48.0156"
gradientUnits="userSpaceOnUse">
<stop offset="0.132925" stop-color="#5281E7"/>
<stop offset="1" stop-color="#3064DD"/>
</linearGradient>
<linearGradient id="paint1_linear_543_164845" x1="31.6797" y1="15.9844" x2="31.6797" y2="48.0156"
gradientUnits="userSpaceOnUse">
<stop stop-color="#80AFFF"/>
<stop offset="1" stop-color="#5F91F0"/>
</linearGradient>
<clipPath id="clip0_543_164845">
<rect width="64" height="64" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

36
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/indicator_preview_card_direct.svg

@ -0,0 +1,36 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1593_238481)">
<path d="M0 12C0 5.37258 5.37258 0 12 0H52C58.6274 0 64 5.37258 64 12V52C64 58.6274 58.6274 64 52 64H12C5.37258 64 0 58.6274 0 52V12Z" fill="#DCF2FE"/>
<path d="M44.1719 29.4375H47.375C49.144 29.4375 50.5781 30.8716 50.5781 32.6406V44.8125C50.5781 46.5815 49.144 48.0156 47.375 48.0156H44.1719V29.4375Z" fill="url(#paint0_linear_1593_238481)"/>
<path d="M15.9844 19.1875C15.9844 17.4185 17.4185 15.9844 19.1875 15.9844H40.9687C42.7378 15.9844 44.1719 17.4185 44.1719 19.1875V44.8125C44.1719 46.5815 45.606 48.0156 47.375 48.0156H19.1875C17.4185 48.0156 15.9844 46.5815 15.9844 44.8125L15.9844 19.1875Z" fill="url(#paint1_linear_1593_238481)"/>
<path d="M39.3672 40.3281C39.5441 40.3281 39.6875 40.4715 39.6875 40.6484V42.25C39.6875 42.4269 39.5441 42.5703 39.3672 42.5703L20.7891 42.5703C20.6122 42.5703 20.4687 42.4269 20.4688 42.25L20.4688 40.6484C20.4688 40.4715 20.6122 40.3281 20.7891 40.3281L39.3672 40.3281Z" fill="white" fill-opacity="0.66"/>
<g filter="url(#filter0_f_1593_238481)">
<path d="M36.9538 23.9944C37.1444 23.971 37.3062 24.1336 37.2829 24.325L36.7465 28.7317C36.7166 28.9771 36.4185 29.0803 36.2444 28.9054L34.8054 27.4601L31.2657 30.7794C30.9236 31.1002 30.3922 31.0985 30.0521 30.7757L26.9817 27.8605L23.6115 30.5939C23.4874 30.6945 23.3062 30.6781 23.2021 30.5568L22.6224 29.8812C22.5147 29.7557 22.5303 29.5658 22.657 29.4597L26.3851 26.3373C26.7265 26.0513 27.2261 26.0636 27.5531 26.366L30.6928 29.2701L33.7583 26.4084L32.3935 25.0376C32.2194 24.8627 32.3221 24.5633 32.5665 24.5332L36.9538 23.9944Z" fill="#3392DB"/>
<path d="M33.9523 30.3716C33.9523 30.2078 34.0846 30.0749 34.2477 30.0749H35.7247C35.8879 30.0749 36.0201 30.2078 36.0201 30.3716V37.7892C36.0201 37.9531 35.8879 38.0859 35.7247 38.0859H34.2477C34.0846 38.0859 33.9523 37.9531 33.9523 37.7892V30.3716Z" fill="#3392DB"/>
<path d="M29.0782 32.5969C29.0782 32.433 29.2105 32.3002 29.3736 32.3002H30.8506C31.0137 32.3002 31.146 32.433 31.146 32.5969V37.7892C31.146 37.9531 31.0137 38.0859 30.8506 38.0859H29.3736C29.2105 38.0859 29.0782 37.9531 29.0782 37.7892V32.5969Z" fill="#3392DB"/>
<path d="M24.2041 31.2617C24.2041 31.0979 24.3363 30.965 24.4995 30.965H25.9765C26.1396 30.965 26.2719 31.0979 26.2719 31.2617V37.7892C26.2719 37.9531 26.1396 38.0859 25.9765 38.0859H24.4995C24.3363 38.0859 24.2041 37.9531 24.2041 37.7892V31.2617Z" fill="#3392DB"/>
</g>
<path d="M36.9539 23.9944C37.1444 23.971 37.3062 24.1336 37.2829 24.325L36.7465 28.7317C36.7166 28.9771 36.4185 29.0803 36.2444 28.9054L34.8054 27.4601L31.2657 30.7794C30.9237 31.1002 30.3923 31.0985 30.0522 30.7757L26.9818 27.8605L23.6115 30.5939C23.4875 30.6945 23.3063 30.6781 23.2021 30.5568L22.6225 29.8812C22.5147 29.7557 22.5303 29.5658 22.657 29.4597L26.3853 26.3373C26.7267 26.0513 27.2262 26.0636 27.5532 26.366L30.6929 29.2701L33.7584 26.4084L32.3935 25.0376C32.2195 24.8627 32.3222 24.5633 32.5666 24.5332L36.9539 23.9944Z" fill="white"/>
<path d="M33.9523 30.3716C33.9523 30.2078 34.0846 30.0749 34.2477 30.0749H35.7247C35.8879 30.0749 36.0201 30.2078 36.0201 30.3716V37.7892C36.0201 37.9531 35.8879 38.0859 35.7247 38.0859H34.2477C34.0846 38.0859 33.9523 37.9531 33.9523 37.7892V30.3716Z" fill="white"/>
<path d="M29.0783 32.5969C29.0783 32.433 29.2105 32.3002 29.3737 32.3002H30.8507C31.0138 32.3002 31.1461 32.433 31.1461 32.5969V37.7892C31.1461 37.9531 31.0138 38.0859 30.8507 38.0859H29.3737C29.2105 38.0859 29.0783 37.9531 29.0783 37.7892V32.5969Z" fill="white"/>
<path d="M24.2042 31.2617C24.2042 31.0979 24.3365 30.965 24.4996 30.965H25.9766C26.1397 30.965 26.272 31.0979 26.272 31.2617V37.7892C26.272 37.9531 26.1397 38.0859 25.9766 38.0859H24.4996C24.3365 38.0859 24.2042 37.9531 24.2042 37.7892V31.2617Z" fill="white"/>
</g>
<defs>
<filter id="filter0_f_1593_238481" x="18.5508" y="19.9922" width="22.7344" height="22.0938" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_1593_238481"/>
</filter>
<linearGradient id="paint0_linear_1593_238481" x1="47.375" y1="29.4375" x2="47.375" y2="48.0156" gradientUnits="userSpaceOnUse">
<stop stop-color="#3A94DA"/>
<stop offset="1" stop-color="#1374BE"/>
</linearGradient>
<linearGradient id="paint1_linear_1593_238481" x1="31.6797" y1="15.9844" x2="31.6797" y2="48.0156" gradientUnits="userSpaceOnUse">
<stop stop-color="#6DC3F9"/>
<stop offset="1" stop-color="#309BEE"/>
</linearGradient>
<clipPath id="clip0_1593_238481">
<rect width="64" height="64" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 5.0 KiB

35
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/indicator_preview_card_spider.svg

@ -0,0 +1,35 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_97_78877)">
<path d="M0 12C0 5.37258 5.37258 0 12 0H52C58.6274 0 64 5.37258 64 12V52C64 58.6274 58.6274 64 52 64H12C5.37258 64 0 58.6274 0 52V12Z" fill="#DCF2FE"/>
<path d="M44.1719 29.4375H47.375C49.144 29.4375 50.5781 30.8716 50.5781 32.6406V44.8125C50.5781 46.5815 49.144 48.0156 47.375 48.0156H44.1719V29.4375Z" fill="url(#paint0_linear_97_78877)"/>
<path d="M15.9844 19.1875C15.9844 17.4185 17.4185 15.9844 19.1875 15.9844H40.9687C42.7378 15.9844 44.1719 17.4185 44.1719 19.1875V44.8125C44.1719 46.5815 45.606 48.0156 47.375 48.0156H19.1875C17.4185 48.0156 15.9844 46.5815 15.9844 44.8125L15.9844 19.1875Z" fill="url(#paint1_linear_97_78877)"/>
<g filter="url(#filter0_f_97_78877)">
<path d="M37.2634 23.6742C37.4601 23.6501 37.6272 23.8171 37.6032 24.0137L37.0492 28.54C37.0184 28.7921 36.7105 28.8981 36.5308 28.7185L35.0448 27.2339L31.3897 30.6433C31.0365 30.9728 30.4877 30.9711 30.1366 30.6395L26.966 27.6452L23.4859 30.4527C23.3578 30.5561 23.1707 30.5393 23.0632 30.4146L22.4646 29.7207C22.3534 29.5918 22.3694 29.3968 22.5003 29.2878L26.35 26.0806C26.7026 25.7868 27.2184 25.7995 27.5561 26.1102L30.7982 29.093L33.9636 26.1537L32.5543 24.7456C32.3745 24.566 32.4806 24.2584 32.733 24.2276L37.2634 23.6742Z" fill="#3392DB"/>
<path d="M34.1639 30.5292C34.1639 30.3609 34.3005 30.2245 34.469 30.2245H35.9941C36.1626 30.2245 36.2992 30.3609 36.2992 30.5292V39.0624C36.2992 39.2307 36.1626 39.3672 35.9941 39.3672H34.469C34.3005 39.3672 34.1639 39.2307 34.1639 39.0624V30.5292Z" fill="#3392DB"/>
<path d="M29.1309 32.8149C29.1309 32.6466 29.2675 32.5101 29.4359 32.5101H30.9611C31.1296 32.5101 31.2661 32.6466 31.2661 32.8149V39.0624C31.2661 39.2307 31.1296 39.3672 30.9611 39.3672H29.4359C29.2675 39.3672 29.1309 39.2307 29.1309 39.0624V32.8149Z" fill="#3392DB"/>
<path d="M24.0978 31.4435C24.0978 31.2752 24.2344 31.1387 24.4029 31.1387H25.928C26.0965 31.1387 26.2331 31.2752 26.2331 31.4435V39.0624C26.2331 39.2307 26.0965 39.3672 25.928 39.3672H24.4029C24.2344 39.3672 24.0978 39.2307 24.0978 39.0624V31.4435Z" fill="#3392DB"/>
</g>
<path d="M37.2634 23.6742C37.4601 23.6501 37.6272 23.8171 37.6032 24.0137L37.0492 28.54C37.0184 28.7921 36.7105 28.8981 36.5308 28.7185L35.0449 27.2339L31.3897 30.6433C31.0365 30.9728 30.4878 30.9711 30.1366 30.6395L26.9661 27.6452L23.4859 30.4527C23.3578 30.5561 23.1707 30.5393 23.0632 30.4146L22.4646 29.7207C22.3534 29.5918 22.3694 29.3968 22.5003 29.2878L26.3501 26.0806C26.7026 25.7868 27.2185 25.7995 27.5562 26.1102L30.7982 29.093L33.9637 26.1537L32.5543 24.7456C32.3746 24.566 32.4807 24.2584 32.733 24.2276L37.2634 23.6742Z" fill="white"/>
<path d="M34.164 30.5292C34.164 30.3609 34.3005 30.2245 34.469 30.2245H35.9941C36.1626 30.2245 36.2992 30.3609 36.2992 30.5292V39.0624C36.2992 39.2307 36.1626 39.3672 35.9941 39.3672H34.469C34.3005 39.3672 34.164 39.2307 34.164 39.0624V30.5292Z" fill="white"/>
<path d="M29.131 32.8149C29.131 32.6466 29.2675 32.5101 29.436 32.5101H30.9611C31.1296 32.5101 31.2662 32.6466 31.2662 32.8149V39.0624C31.2662 39.2307 31.1296 39.3672 30.9611 39.3672H29.436C29.2675 39.3672 29.131 39.2307 29.131 39.0624V32.8149Z" fill="white"/>
<path d="M24.0979 31.4435C24.0979 31.2752 24.2345 31.1387 24.403 31.1387H25.9281C26.0966 31.1387 26.2332 31.2752 26.2332 31.4435V39.0624C26.2332 39.2307 26.0966 39.3672 25.9281 39.3672H24.403C24.2345 39.3672 24.0979 39.2307 24.0979 39.0624V31.4435Z" fill="white"/>
</g>
<defs>
<filter id="filter0_f_97_78877" x="18.3906" y="19.6719" width="23.2148" height="23.6953" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_97_78877"/>
</filter>
<linearGradient id="paint0_linear_97_78877" x1="47.375" y1="29.4375" x2="47.375" y2="48.0156" gradientUnits="userSpaceOnUse">
<stop stop-color="#3A94DA"/>
<stop offset="1" stop-color="#1374BE"/>
</linearGradient>
<linearGradient id="paint1_linear_97_78877" x1="31.6797" y1="15.9844" x2="31.6797" y2="48.0156" gradientUnits="userSpaceOnUse">
<stop stop-color="#6DC3F9"/>
<stop offset="1" stop-color="#309BEE"/>
</linearGradient>
<clipPath id="clip0_97_78877">
<rect width="64" height="64" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.6 KiB

11
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/indicators.svg

@ -0,0 +1,11 @@
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.85938 23.1875C8.73856 23.1875 8.64062 23.2854 8.64062 23.4062V24.7188C8.64062 24.8396 8.73856 24.9375 8.85938 24.9375H19.0312C19.1521 24.9375 19.25 24.8396 19.25 24.7188V23.4062C19.25 23.2854 19.1521 23.1875 19.0312 23.1875H8.85938Z" fill="#2C60DB"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.0625 3.0625C24.5457 3.0625 24.9375 3.45425 24.9375 3.9375V19.4688C24.9375 19.952 24.5457 20.3438 24.0625 20.3438H3.9375C3.45425 20.3438 3.0625 19.952 3.0625 19.4688L3.0625 3.93751C3.0625 3.45426 3.45425 3.06251 3.9375 3.06251L24.0625 3.0625Z" fill="url(#paint0_linear_2021_14586)"/>
<path d="M21.3097 9.67271C21.3955 9.75777 21.3961 9.89627 21.3111 9.98207L15.9711 15.3685C15.886 15.4543 15.7475 15.4549 15.6617 15.3698L11.5879 11.3312L8.13341 14.8157C8.04835 14.9015 7.90985 14.9021 7.82405 14.8171L6.73662 13.739C6.65082 13.6539 6.65022 13.5154 6.73528 13.4296L11.4219 8.7023C11.5069 8.61651 11.6454 8.61591 11.7312 8.70096L15.805 12.7396L19.9129 8.59599C19.998 8.5102 20.1365 8.5096 20.2223 8.59465L21.3097 9.67271Z" fill="#F5FAFF"/>
<defs>
<linearGradient id="paint0_linear_2021_14586" x1="14" y1="3.0625" x2="14" y2="20.3437" gradientUnits="userSpaceOnUse">
<stop stop-color="#2C60DB"/>
<stop offset="1" stop-color="#6E9CF1"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

130
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_analysis_table_direct.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 182 KiB

125
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_analysis_table_direct_error.svg

@ -0,0 +1,125 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#FEF1F0"/>
<g filter="url(#filter0_d_1876_110480)">
<g filter="url(#filter1_bii_1876_110480)">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint0_linear_1876_110480)"/>
</g>
<mask id="mask0_1876_110480" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="12" width="24" height="25">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint1_linear_1876_110480)"/>
</mask>
<g mask="url(#mask0_1876_110480)">
<g opacity="0.13" filter="url(#filter2_f_1876_110480)">
<path d="M29.4001 12.3601L29.4 17.3806C29.3999 18.7061 30.4744 19.7807 31.7999 19.7807H39.7799L31.1399 17.8201L29.4001 12.3601Z" fill="#C54746"/>
</g>
<g filter="url(#filter3_i_1876_110480)">
<path d="M28.7998 12.0601C29.3635 12.1981 29.7599 12.7033 29.7599 13.2837L29.7599 14.7503L29.7598 16.6606C29.7598 17.9861 30.8343 19.0606 32.1598 19.0606H34.2756H34.8321C35.4508 19.0606 35.9626 19.5424 35.9998 20.1601L36.1198 17.7601L33.0757 15.3503L31.5598 11.8201L28.7998 12.0601Z" fill="url(#paint2_linear_1876_110480)"/>
</g>
</g>
<g filter="url(#filter4_dii_1876_110480)">
<path d="M24.9026 18.3053C25.7357 18.3053 26.4111 17.6267 26.4111 16.7895C26.4111 15.9523 25.7357 15.2737 24.9026 15.2737C24.0695 15.2737 23.3941 15.9523 23.3941 16.7895C23.3941 17.192 23.5502 17.5579 23.8049 17.8293L22.2556 20.4671C22.1533 20.4412 22.0461 20.4275 21.9358 20.4275C21.7019 20.4275 21.4824 20.4892 21.2924 20.5973L19.3604 19.1932C19.4001 19.0729 19.4216 18.9443 19.4216 18.8106C19.4216 18.1409 18.8813 17.5979 18.2148 17.5979C17.5483 17.5979 17.008 18.1409 17.008 18.8106C17.008 19.0902 17.1022 19.3477 17.2604 19.5528L16.5435 20.8352C16.5142 20.8329 16.4847 20.8317 16.4549 20.8317C15.8439 20.8317 15.3486 21.3294 15.3486 21.9433C15.3486 22.5572 15.8439 23.0549 16.4549 23.0549C17.0658 23.0549 17.5611 22.5572 17.5611 21.9433C17.5611 21.6914 17.4777 21.459 17.3371 21.2726L18.0424 20.011C18.0987 20.0191 18.1563 20.0233 18.2148 20.0233C18.4153 20.0233 18.6045 19.9741 18.7709 19.8872L20.7062 21.2938C20.6559 21.4334 20.6285 21.5841 20.6285 21.7412C20.6285 22.4667 21.2138 23.0549 21.9358 23.0549C22.6579 23.0549 23.2432 22.4667 23.2432 21.7412C23.2432 21.4588 23.1545 21.1971 23.0036 20.9829L24.5948 18.2738C24.6942 18.2945 24.7971 18.3053 24.9026 18.3053Z" fill="url(#paint3_linear_1876_110480)"/>
</g>
<path d="M14.8799 26.98H19.4399V28.755H14.8799V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M14.8799 28.755H19.4399V30.53H14.8799V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M14.8799 30.53H19.4399V32.305H14.8799V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M14.8799 32.305H19.4399V34.08H14.8799V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 26.98H23.9999V28.755H19.4399V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M19.4399 28.755H23.9999V30.53H19.4399V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 30.53H23.9999V32.305H19.4399V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M19.4399 32.305H23.9999V34.08H19.4399V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 26.98H28.5599V28.755H23.9999V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M23.9999 28.755H28.5599V30.53H23.9999V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 30.53H28.5599V32.305H23.9999V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M23.9999 32.305H28.5599V34.08H23.9999V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 26.98H33.1199V28.755H28.5599V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M28.5599 28.755H33.1199V30.53H28.5599V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 30.53H33.1199V32.305H28.5599V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M28.5599 32.305H33.1199V34.08H28.5599V32.305Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.3632 28.6958V27.0983H15.0332V28.6958H19.3632ZM19.3632 28.8141H15.0332V30.4708H19.3632V28.8141ZM19.5165 30.4708V28.8141H23.9232V30.4708H19.5165ZM19.3632 30.5891H15.0332V32.2458H19.3632V30.5891ZM19.5165 32.2458V30.5891H23.9232V32.2458H19.5165ZM19.3632 32.3641H15.0332V33.9616H19.3632V32.3641ZM19.5165 33.9616V32.3641H23.9232V33.9616H19.5165ZM14.8799 34.08V26.98H33.1199V34.08H14.8799ZM24.0765 33.9616H28.4832V32.3641H24.0765V33.9616ZM24.0765 32.2458H28.4832V30.5891H24.0765V32.2458ZM24.0765 30.4708H28.4832V28.8141H24.0765V30.4708ZM24.0765 28.6958H28.4832V27.0983H24.0765V28.6958ZM23.9232 27.0983H19.5165V28.6958H23.9232V27.0983ZM28.6365 27.0983V28.6958H32.9666V27.0983H28.6365ZM32.9666 28.8141H28.6365V30.4708H32.9666V28.8141ZM32.9666 30.5891H28.6365V32.2458H32.9666V30.5891ZM32.9666 32.3641H28.6365V33.9616H32.9666V32.3641Z" fill="white" fill-opacity="0.6"/>
<rect x="14.8799" y="25.6799" width="18.24" height="1.44" fill="white"/>
</g>
<defs>
<filter id="filter0_d_1876_110480" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110480"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110480" result="shape"/>
</filter>
<filter id="filter1_bii_1876_110480" x="10.32" y="10.32" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1876_110480"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1876_110480" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.719999" dy="-0.719999"/>
<feGaussianBlur stdDeviation="0.3"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110480"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110480" result="effect3_innerShadow_1876_110480"/>
</filter>
<filter id="filter2_f_1876_110480" x="28.0439" y="11.0041" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1876_110480"/>
</filter>
<filter id="filter3_i_1876_110480" x="27.9598" y="10.9801" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1876_110480"/>
</filter>
<filter id="filter4_dii_1876_110480" x="14.1006" y="15.0337" width="14.2785" height="11.5492" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="1.92"/>
<feGaussianBlur stdDeviation="0.803999"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.23 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110480"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110480" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.24" dy="-0.24"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.956863 0 0 0 0 0.392157 0 0 0 0 0.380392 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110480"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110480" result="effect3_innerShadow_1876_110480"/>
</filter>
<linearGradient id="paint0_linear_1876_110480" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#EF5655"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.808765" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint1_linear_1876_110480" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#C54746"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.8" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint2_linear_1876_110480" x1="27.2998" y1="9.84007" x2="35.0398" y2="24.54" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFA9A5"/>
<stop offset="1" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint3_linear_1876_110480" x1="26.4111" y1="23.0549" x2="16.8924" y2="13.7025" gradientUnits="userSpaceOnUse">
<stop offset="0.275" stop-color="white"/>
<stop offset="0.87" stop-color="#E1EAF5"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

129
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_analysis_table_spider.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 182 KiB

124
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_analysis_table_spider_error.svg

@ -0,0 +1,124 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#FEF1F0"/>
<g filter="url(#filter0_d_1876_110472)">
<g filter="url(#filter1_bii_1876_110472)">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint0_linear_1876_110472)"/>
</g>
<mask id="mask0_1876_110472" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="12" width="24" height="25">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint1_linear_1876_110472)"/>
</mask>
<g mask="url(#mask0_1876_110472)">
<g opacity="0.13" filter="url(#filter2_f_1876_110472)">
<path d="M29.4001 12.3601L29.4 17.3806C29.3999 18.7061 30.4744 19.7807 31.7999 19.7807H39.7799L31.1399 17.8201L29.4001 12.3601Z" fill="#C54746"/>
</g>
<g filter="url(#filter3_i_1876_110472)">
<path d="M28.7998 12.0601C29.3635 12.1981 29.7599 12.7033 29.7599 13.2837L29.7599 14.7503L29.7598 16.6606C29.7598 17.9861 30.8343 19.0606 32.1598 19.0606H34.2756H34.8321C35.4508 19.0606 35.9626 19.5424 35.9998 20.1601L36.1198 17.7601L33.0757 15.3503L31.5598 11.8201L28.7998 12.0601Z" fill="url(#paint2_linear_1876_110472)"/>
</g>
</g>
<g filter="url(#filter4_dii_1876_110472)">
<path d="M24.9026 18.3053C25.7357 18.3053 26.4111 17.6267 26.4111 16.7895C26.4111 15.9523 25.7357 15.2737 24.9026 15.2737C24.0695 15.2737 23.3941 15.9523 23.3941 16.7895C23.3941 17.192 23.5502 17.5579 23.8049 17.8293L22.2556 20.4671C22.1533 20.4412 22.0461 20.4275 21.9358 20.4275C21.7019 20.4275 21.4824 20.4892 21.2924 20.5973L19.3604 19.1932C19.4001 19.0729 19.4216 18.9443 19.4216 18.8106C19.4216 18.1409 18.8813 17.5979 18.2148 17.5979C17.5483 17.5979 17.008 18.1409 17.008 18.8106C17.008 19.0902 17.1022 19.3477 17.2604 19.5528L16.5435 20.8352C16.5142 20.8329 16.4847 20.8317 16.4549 20.8317C15.8439 20.8317 15.3486 21.3294 15.3486 21.9433C15.3486 22.5572 15.8439 23.0549 16.4549 23.0549C17.0658 23.0549 17.5611 22.5572 17.5611 21.9433C17.5611 21.6914 17.4777 21.459 17.3371 21.2726L18.0424 20.011C18.0987 20.0191 18.1563 20.0233 18.2148 20.0233C18.4153 20.0233 18.6045 19.9741 18.7709 19.8872L20.7062 21.2938C20.6559 21.4334 20.6285 21.5841 20.6285 21.7412C20.6285 22.4667 21.2138 23.0549 21.9358 23.0549C22.6579 23.0549 23.2432 22.4667 23.2432 21.7412C23.2432 21.4588 23.1545 21.1971 23.0036 20.9829L24.5948 18.2738C24.6942 18.2945 24.7971 18.3053 24.9026 18.3053Z" fill="url(#paint3_linear_1876_110472)"/>
</g>
<path d="M14.8799 26.98H19.4399V28.755H14.8799V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M14.8799 28.755H19.4399V30.53H14.8799V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M14.8799 30.53H19.4399V32.305H14.8799V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M14.8799 32.305H19.4399V34.08H14.8799V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 26.98H23.9999V28.755H19.4399V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M19.4399 28.755H23.9999V30.53H19.4399V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 30.53H23.9999V32.305H19.4399V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M19.4399 32.305H23.9999V34.08H19.4399V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 26.98H28.5599V28.755H23.9999V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M23.9999 28.755H28.5599V30.53H23.9999V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 30.53H28.5599V32.305H23.9999V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M23.9999 32.305H28.5599V34.08H23.9999V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 26.98H33.1199V28.755H28.5599V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M28.5599 28.755H33.1199V30.53H28.5599V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 30.53H33.1199V32.305H28.5599V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M28.5599 32.305H33.1199V34.08H28.5599V32.305Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.3632 28.6958V27.0983H15.0332V28.6958H19.3632ZM19.3632 28.8141H15.0332V30.4708H19.3632V28.8141ZM19.5165 30.4708V28.8141H23.9232V30.4708H19.5165ZM19.3632 30.5891H15.0332V32.2458H19.3632V30.5891ZM19.5165 32.2458V30.5891H23.9232V32.2458H19.5165ZM19.3632 32.3641H15.0332V33.9616H19.3632V32.3641ZM19.5165 33.9616V32.3641H23.9232V33.9616H19.5165ZM14.8799 34.08V26.98H33.1199V34.08H14.8799ZM24.0765 33.9616H28.4832V32.3641H24.0765V33.9616ZM24.0765 32.2458H28.4832V30.5891H24.0765V32.2458ZM24.0765 30.4708H28.4832V28.8141H24.0765V30.4708ZM24.0765 28.6958H28.4832V27.0983H24.0765V28.6958ZM23.9232 27.0983H19.5165V28.6958H23.9232V27.0983ZM28.6365 27.0983V28.6958H32.9666V27.0983H28.6365ZM32.9666 28.8141H28.6365V30.4708H32.9666V28.8141ZM32.9666 30.5891H28.6365V32.2458H32.9666V30.5891ZM32.9666 32.3641H28.6365V33.9616H32.9666V32.3641Z" fill="white" fill-opacity="0.6"/>
</g>
<defs>
<filter id="filter0_d_1876_110472" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110472"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110472" result="shape"/>
</filter>
<filter id="filter1_bii_1876_110472" x="10.32" y="10.32" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1876_110472"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1876_110472" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.719999" dy="-0.719999"/>
<feGaussianBlur stdDeviation="0.3"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110472"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110472" result="effect3_innerShadow_1876_110472"/>
</filter>
<filter id="filter2_f_1876_110472" x="28.0439" y="11.0041" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1876_110472"/>
</filter>
<filter id="filter3_i_1876_110472" x="27.9598" y="10.9801" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1876_110472"/>
</filter>
<filter id="filter4_dii_1876_110472" x="14.1006" y="15.0337" width="14.2785" height="11.5492" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="1.92"/>
<feGaussianBlur stdDeviation="0.803999"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.23 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110472"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110472" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.24" dy="-0.24"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.956863 0 0 0 0 0.392157 0 0 0 0 0.380392 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110472"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110472" result="effect3_innerShadow_1876_110472"/>
</filter>
<linearGradient id="paint0_linear_1876_110472" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#EF5655"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.808765" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint1_linear_1876_110472" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#C54746"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.8" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint2_linear_1876_110472" x1="27.2998" y1="9.84007" x2="35.0398" y2="24.54" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFA9A5"/>
<stop offset="1" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint3_linear_1876_110472" x1="26.4111" y1="23.0549" x2="16.8924" y2="13.7025" gradientUnits="userSpaceOnUse">
<stop offset="0.275" stop-color="white"/>
<stop offset="0.87" stop-color="#E1EAF5"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

125
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_business_model_direct.svg

@ -0,0 +1,125 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#E8E5FF"/>
<g filter="url(#filter0_d_1869_105435)">
<g filter="url(#filter1_bii_1869_105435)">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint0_linear_1869_105435)"/>
</g>
<mask id="mask0_1869_105435" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="12" width="24" height="25">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint1_linear_1869_105435)"/>
</mask>
<g mask="url(#mask0_1869_105435)">
<g opacity="0.22" filter="url(#filter2_f_1869_105435)">
<path d="M29.4001 12.3601L29.4 17.3806C29.3999 18.7061 30.4744 19.7807 31.7999 19.7807H39.7799L31.1399 17.8201L29.4001 12.3601Z" fill="#6138CB"/>
</g>
<g filter="url(#filter3_i_1869_105435)">
<path d="M28.7998 12.0601C29.3635 12.1981 29.7599 12.7033 29.7599 13.2837L29.7599 14.7503L29.7598 16.6606C29.7598 17.9861 30.8343 19.0606 32.1598 19.0606H34.2756H34.8321C35.4508 19.0606 35.9626 19.5424 35.9998 20.1601L36.1198 17.7601L33.0757 15.3503L31.5598 11.8201L28.7998 12.0601Z" fill="url(#paint2_linear_1869_105435)"/>
</g>
</g>
<g filter="url(#filter4_dii_1869_105435)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.786 28.9762C24.3742 29.215 23.866 29.215 23.4542 28.9762L19.2616 26.545C18.8522 26.3075 18.6001 25.87 18.6001 25.3966V20.5242C18.6001 20.0509 18.8522 19.6133 19.2616 19.3759L23.4542 16.9447C23.866 16.7059 24.3742 16.7059 24.786 16.9447L28.9785 19.3759C29.388 19.6133 29.6401 20.0509 29.6401 20.5242V25.3966C29.6401 25.87 29.388 26.3075 28.9785 26.545L24.786 28.9762ZM24.1341 26.3714C23.8247 26.3714 23.5738 26.1205 23.5738 25.811V23.0045L21.444 21.7749C21.176 21.6201 21.0842 21.2774 21.2389 21.0094C21.3937 20.7414 21.7364 20.6495 22.0044 20.8043L24.1594 22.0485L26.2701 20.8299C26.5381 20.6751 26.8809 20.767 27.0356 21.035C27.1903 21.303 27.0985 21.6457 26.8305 21.8005L24.6945 23.0337V25.811C24.6945 26.1205 24.4436 26.3714 24.1341 26.3714Z" fill="white"/>
</g>
<g filter="url(#filter5_ii_1869_105435)">
<path d="M18.1201 31.44C18.1201 31.1749 18.335 30.96 18.6001 30.96H29.6401C29.9052 30.96 30.1201 31.1749 30.1201 31.44V32.64C30.1201 32.9051 29.9052 33.12 29.6401 33.12H18.6001C18.335 33.12 18.1201 32.9051 18.1201 32.64V31.44Z" fill="url(#paint3_linear_1869_105435)"/>
</g>
</g>
<defs>
<filter id="filter0_d_1869_105435" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.380392 0 0 0 0 0.219608 0 0 0 0 0.796078 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_105435"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_105435" result="shape"/>
</filter>
<filter id="filter1_bii_1869_105435" x="10.32" y="10.32" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1869_105435"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1869_105435" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.368627 0 0 0 0 0.239216 0 0 0 0 0.698039 0 0 0 0.5 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_105435"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_105435" result="effect3_innerShadow_1869_105435"/>
</filter>
<filter id="filter2_f_1869_105435" x="28.0439" y="11.0041" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1869_105435"/>
</filter>
<filter id="filter3_i_1869_105435" x="27.9598" y="10.9801" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.490196 0 0 0 0 0.341176 0 0 0 0 0.898039 0 0 0 0.31 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1869_105435"/>
</filter>
<filter id="filter4_dii_1869_105435" x="17.2753" y="16.324" width="14.5728" height="16.364" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.441599" dy="1.7664"/>
<feGaussianBlur stdDeviation="0.883199"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.380392 0 0 0 0 0.219608 0 0 0 0 0.796078 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_105435"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_105435" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.1104" dy="-0.441599"/>
<feGaussianBlur stdDeviation="0.2208"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.380392 0 0 0 0 0.219608 0 0 0 0 0.796078 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_105435"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.331199" dy="0.331199"/>
<feGaussianBlur stdDeviation="0.1656"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_105435" result="effect3_innerShadow_1869_105435"/>
</filter>
<filter id="filter5_ii_1869_105435" x="17.7601" y="30.6" width="12.72" height="2.87991" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.359999" dy="-0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.380392 0 0 0 0 0.219608 0 0 0 0 0.796078 0 0 0 0.16 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1869_105435"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect1_innerShadow_1869_105435" result="effect2_innerShadow_1869_105435"/>
</filter>
<linearGradient id="paint0_linear_1869_105435" x1="36" y1="36.84" x2="7.92937" y2="18.0962" gradientUnits="userSpaceOnUse">
<stop offset="0.15" stop-color="#774DE2"/>
<stop offset="1" stop-color="#A693FE"/>
</linearGradient>
<linearGradient id="paint1_linear_1869_105435" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#004AE0"/>
<stop offset="0.4" stop-color="#2562FF"/>
<stop offset="0.808765" stop-color="#3492FF"/>
</linearGradient>
<linearGradient id="paint2_linear_1869_105435" x1="26.0845" y1="9.79704" x2="34.8718" y2="26.1876" gradientUnits="userSpaceOnUse">
<stop stop-color="#C1B7FF"/>
<stop offset="1" stop-color="#A693FE"/>
</linearGradient>
<linearGradient id="paint3_linear_1869_105435" x1="30.1201" y1="33.12" x2="28.831" y2="28.1703" gradientUnits="userSpaceOnUse">
<stop offset="0.275" stop-color="white"/>
<stop offset="0.87" stop-color="#E1EAF5"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

132
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_business_model_direct_error.svg

@ -0,0 +1,132 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#FEF1F0"/>
<g filter="url(#filter0_d_1876_110477)">
<g filter="url(#filter1_bii_1876_110477)">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint0_linear_1876_110477)"/>
</g>
<mask id="mask0_1876_110477" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="12" width="24" height="25">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint1_linear_1876_110477)"/>
</mask>
<g mask="url(#mask0_1876_110477)">
<g opacity="0.13" filter="url(#filter2_f_1876_110477)">
<path d="M29.4001 12.3601L29.4 17.3806C29.3999 18.7061 30.4744 19.7807 31.7999 19.7807H39.7799L31.1399 17.8201L29.4001 12.3601Z" fill="#C54746"/>
</g>
<g filter="url(#filter3_i_1876_110477)">
<path d="M28.7998 12.0601C29.3635 12.1981 29.7599 12.7033 29.7599 13.2837L29.7599 14.7503L29.7598 16.6606C29.7598 17.9861 30.8343 19.0606 32.1598 19.0606H34.2756H34.8321C35.4508 19.0606 35.9626 19.5424 35.9998 20.1601L36.1198 17.7601L33.0757 15.3503L31.5598 11.8201L28.7998 12.0601Z" fill="url(#paint2_linear_1876_110477)"/>
</g>
</g>
<g filter="url(#filter4_dii_1876_110477)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.6659 29.096C24.2541 29.3348 23.7459 29.3348 23.3341 29.096L19.1415 26.6649C18.732 26.4274 18.48 25.9899 18.48 25.5165V20.6441C18.48 20.1707 18.732 19.7332 19.1415 19.4957L23.3341 17.0646C23.7459 16.8257 24.2541 16.8257 24.6659 17.0646L28.8584 19.4957C29.2679 19.7332 29.52 20.1707 29.52 20.6441V25.5165C29.52 25.9899 29.2679 26.4274 28.8584 26.6649L24.6659 29.096ZM24.014 26.4912C23.7045 26.4912 23.4536 26.2404 23.4536 25.9309V23.1243L21.3239 21.8948C21.0559 21.74 20.9641 21.3973 21.1188 21.1293C21.2736 20.8612 21.6163 20.7694 21.8843 20.9241L24.0392 22.1682L26.15 20.9495C26.418 20.7948 26.7608 20.8866 26.9155 21.1547C27.0702 21.4227 26.9784 21.7654 26.7104 21.9202L24.5744 23.1534V25.9309C24.5744 26.2404 24.3235 26.4912 24.014 26.4912Z" fill="white"/>
</g>
<g filter="url(#filter5_dii_1876_110477)">
<path d="M18 31.5601C18 31.295 18.2149 31.0801 18.48 31.0801H29.52C29.7851 31.0801 30 31.295 30 31.5601V32.7601C30 33.0252 29.7851 33.2401 29.52 33.2401H18.48C18.2149 33.2401 18 33.0252 18 32.7601V31.5601Z" fill="url(#paint3_linear_1876_110477)"/>
</g>
</g>
<defs>
<filter id="filter0_d_1876_110477" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110477"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110477" result="shape"/>
</filter>
<filter id="filter1_bii_1876_110477" x="10.32" y="10.32" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1876_110477"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1876_110477" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.719999" dy="-0.719999"/>
<feGaussianBlur stdDeviation="0.3"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110477"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110477" result="effect3_innerShadow_1876_110477"/>
</filter>
<filter id="filter2_f_1876_110477" x="28.0439" y="11.0041" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1876_110477"/>
</filter>
<filter id="filter3_i_1876_110477" x="27.9598" y="10.9801" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1876_110477"/>
</filter>
<filter id="filter4_dii_1876_110477" x="17.1552" y="16.4439" width="14.5728" height="16.364" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.441599" dy="1.7664"/>
<feGaussianBlur stdDeviation="0.883199"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110477"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110477" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.1104" dy="-0.441599"/>
<feGaussianBlur stdDeviation="0.2208"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110477"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.331199" dy="0.331199"/>
<feGaussianBlur stdDeviation="0.1656"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110477" result="effect3_innerShadow_1876_110477"/>
</filter>
<filter id="filter5_dii_1876_110477" x="16.32" y="29.4001" width="15.84" height="5.99991" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110477"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110477" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.359999" dy="-0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.16 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110477"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110477" result="effect3_innerShadow_1876_110477"/>
</filter>
<linearGradient id="paint0_linear_1876_110477" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#EF5655"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.808765" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint1_linear_1876_110477" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#C54746"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.8" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint2_linear_1876_110477" x1="27.2998" y1="9.84007" x2="35.0398" y2="24.54" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFA9A5"/>
<stop offset="1" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint3_linear_1876_110477" x1="30" y1="33.2401" x2="28.7108" y2="28.2904" gradientUnits="userSpaceOnUse">
<stop offset="0.275" stop-color="white"/>
<stop offset="0.87" stop-color="#E1EAF5"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

102
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_business_model_spider.svg

@ -0,0 +1,102 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#E8E5FF"/>
<g filter="url(#filter0_d_1869_103556)">
<g filter="url(#filter1_bii_1869_103556)">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint0_linear_1869_103556)"/>
</g>
<mask id="mask0_1869_103556" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="12" width="24" height="25">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint1_linear_1869_103556)"/>
</mask>
<g mask="url(#mask0_1869_103556)">
<g opacity="0.22" filter="url(#filter2_f_1869_103556)">
<path d="M29.4001 12.3601L29.4 17.3806C29.3999 18.7061 30.4744 19.7807 31.7999 19.7807H39.7799L31.1399 17.8201L29.4001 12.3601Z" fill="#6138CB"/>
</g>
<g filter="url(#filter3_i_1869_103556)">
<path d="M28.7998 12.0601C29.3635 12.1981 29.7599 12.7033 29.7599 13.2837L29.7599 14.7503L29.7598 16.6606C29.7598 17.9861 30.8343 19.0606 32.1598 19.0606H34.2756H34.8321C35.4508 19.0606 35.9626 19.5424 35.9998 20.1601L36.1198 17.7601L33.0757 15.3503L31.5598 11.8201L28.7998 12.0601Z" fill="url(#paint2_linear_1869_103556)"/>
</g>
</g>
<g filter="url(#filter4_dii_1869_103556)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.7238 30.9391C24.2762 31.1987 23.7238 31.1987 23.2762 30.9391L18.7191 28.2965C18.274 28.0384 18 27.5628 18 27.0483V21.7522C18 21.2377 18.274 20.7621 18.7191 20.504L23.2762 17.8614C23.7238 17.6018 24.2762 17.6018 24.7238 17.8614L29.2809 20.504C29.726 20.7621 30 21.2377 30 21.7522V27.0483C30 27.5628 29.726 28.0384 29.2809 28.2965L24.7238 30.9391ZM24.0154 28.1077C23.6789 28.1077 23.4062 27.835 23.4062 27.4986V24.4481L21.0913 23.1115C20.7999 22.9433 20.7001 22.5708 20.8683 22.2795C21.0365 21.9881 21.409 21.8883 21.7004 22.0565L24.0428 23.4089L26.337 22.0844C26.6283 21.9162 27.0008 22.016 27.169 22.3074C27.3372 22.5987 27.2374 22.9712 26.9461 23.1394L24.6245 24.4798V27.4986C24.6245 27.835 24.3518 28.1077 24.0154 28.1077Z" fill="white"/>
</g>
</g>
<defs>
<filter id="filter0_d_1869_103556" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.380392 0 0 0 0 0.219608 0 0 0 0 0.796078 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_103556"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_103556" result="shape"/>
</filter>
<filter id="filter1_bii_1869_103556" x="10.32" y="10.32" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1869_103556"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1869_103556" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.368627 0 0 0 0 0.239216 0 0 0 0 0.698039 0 0 0 0.5 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_103556"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_103556" result="effect3_innerShadow_1869_103556"/>
</filter>
<filter id="filter2_f_1869_103556" x="28.0439" y="11.0041" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1869_103556"/>
</filter>
<filter id="filter3_i_1869_103556" x="27.9598" y="10.9801" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.490196 0 0 0 0 0.341176 0 0 0 0 0.898039 0 0 0 0.31 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1869_103556"/>
</filter>
<filter id="filter4_dii_1869_103556" x="16.56" y="17.1867" width="15.84" height="17.787" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.479999" dy="1.92"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.380392 0 0 0 0 0.219608 0 0 0 0 0.796078 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_103556"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_103556" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.12" dy="-0.479999"/>
<feGaussianBlur stdDeviation="0.24"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.380392 0 0 0 0 0.219608 0 0 0 0 0.796078 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_103556"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_103556" result="effect3_innerShadow_1869_103556"/>
</filter>
<linearGradient id="paint0_linear_1869_103556" x1="36" y1="36.84" x2="7.92937" y2="18.0962" gradientUnits="userSpaceOnUse">
<stop offset="0.15" stop-color="#774DE2"/>
<stop offset="1" stop-color="#A693FE"/>
</linearGradient>
<linearGradient id="paint1_linear_1869_103556" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#004AE0"/>
<stop offset="0.4" stop-color="#2562FF"/>
<stop offset="0.808765" stop-color="#3492FF"/>
</linearGradient>
<linearGradient id="paint2_linear_1869_103556" x1="26.0845" y1="9.79704" x2="34.8718" y2="26.1876" gradientUnits="userSpaceOnUse">
<stop stop-color="#C1B7FF"/>
<stop offset="1" stop-color="#A693FE"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 9.0 KiB

103
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_business_model_spider_error.svg

@ -0,0 +1,103 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#FEF1F0"/>
<g filter="url(#filter0_d_1876_110485)">
<g filter="url(#filter1_bii_1876_110485)">
<path d="M30.2587 12.6159C29.7124 12.0045 28.9313 11.655 28.1113 11.655H14.4C13.0745 11.655 12 12.7295 12 14.055L12 34.095C12 35.4205 13.0746 36.495 14.4 36.495H33.6C34.9255 36.495 36 35.4205 36 34.095V20.1397C36 19.4317 35.7392 18.7485 35.2674 18.2206L30.2587 12.6159Z" fill="url(#paint0_linear_1876_110485)"/>
</g>
<mask id="mask0_1876_110485" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="11" width="24" height="26">
<path d="M30.2587 12.6159C29.7124 12.0045 28.9313 11.655 28.1113 11.655H14.4C13.0745 11.655 12 12.7295 12 14.055L12 34.095C12 35.4205 13.0746 36.495 14.4 36.495H33.6C34.9255 36.495 36 35.4205 36 34.095V20.1397C36 19.4317 35.7392 18.7485 35.2674 18.2206L30.2587 12.6159Z" fill="url(#paint1_linear_1876_110485)"/>
</mask>
<g mask="url(#mask0_1876_110485)">
<g opacity="0.13" filter="url(#filter2_f_1876_110485)">
<path d="M29.4001 12.0151L29.4 17.0356C29.3999 18.3611 30.4744 19.4357 31.7999 19.4357H39.7799L31.1399 17.4751L29.4001 12.0151Z" fill="#C54746"/>
</g>
<g filter="url(#filter3_i_1876_110485)">
<path d="M28.7998 11.7151C29.3635 11.8531 29.7599 12.3584 29.7599 12.9387L29.7599 14.4053L29.7598 16.3156C29.7598 17.6411 30.8343 18.7156 32.1598 18.7156H34.2756H34.8321C35.4508 18.7156 35.9626 19.1975 35.9998 19.8151L36.1198 17.4151L33.0757 15.0054L31.5598 11.4751L28.7998 11.7151Z" fill="url(#paint2_linear_1876_110485)"/>
</g>
</g>
<g filter="url(#filter4_dii_1876_110485)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.7238 30.5673C24.2762 30.8269 23.7238 30.8269 23.2762 30.5673L18.7191 27.9247C18.274 27.6666 18 27.191 18 26.6765V21.3804C18 20.8659 18.274 20.3903 18.7191 20.1322L23.2762 17.4896C23.7238 17.23 24.2762 17.23 24.7238 17.4896L29.2809 20.1322C29.726 20.3903 30 20.8659 30 21.3804V26.6765C30 27.191 29.726 27.6666 29.2809 27.9247L24.7238 30.5673ZM24.0156 27.7359C23.6792 27.7359 23.4065 27.4632 23.4065 27.1268V24.0763L21.0915 22.7397C20.8002 22.5715 20.7004 22.199 20.8686 21.9077C21.0368 21.6163 21.4093 21.5165 21.7007 21.6847L24.0431 23.0371L26.3372 21.7126C26.6285 21.5444 27.0011 21.6442 27.1693 21.9356C27.3375 22.2269 27.2377 22.5994 26.9463 22.7676L24.6247 24.108V27.1268C24.6247 27.4632 24.352 27.7359 24.0156 27.7359Z" fill="white"/>
</g>
</g>
<defs>
<filter id="filter0_d_1876_110485" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110485"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110485" result="shape"/>
</filter>
<filter id="filter1_bii_1876_110485" x="10.32" y="9.97503" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1876_110485"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1876_110485" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.719999" dy="-0.719999"/>
<feGaussianBlur stdDeviation="0.3"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110485"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110485" result="effect3_innerShadow_1876_110485"/>
</filter>
<filter id="filter2_f_1876_110485" x="28.0439" y="10.6591" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1876_110485"/>
</filter>
<filter id="filter3_i_1876_110485" x="27.9598" y="10.6351" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1876_110485"/>
</filter>
<filter id="filter4_dii_1876_110485" x="16.56" y="16.8149" width="15.84" height="17.787" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.479999" dy="1.92"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110485"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110485" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.12" dy="-0.479999"/>
<feGaussianBlur stdDeviation="0.24"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110485"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110485" result="effect3_innerShadow_1876_110485"/>
</filter>
<linearGradient id="paint0_linear_1876_110485" x1="48.6" y1="58.8148" x2="-8.003" y2="14.2275" gradientUnits="userSpaceOnUse">
<stop stop-color="#EF5655"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.808765" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint1_linear_1876_110485" x1="48.6" y1="58.8148" x2="-8.003" y2="14.2275" gradientUnits="userSpaceOnUse">
<stop stop-color="#C54746"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.8" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint2_linear_1876_110485" x1="27.2998" y1="9.4951" x2="35.0398" y2="24.1951" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFA9A5"/>
<stop offset="1" stop-color="#FD7F79"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 9.1 KiB

129
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_database_table_direct.svg

@ -0,0 +1,129 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#D7F6ED"/>
<g filter="url(#filter0_d_1869_105431)">
<g filter="url(#filter1_bii_1869_105431)">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint0_linear_1869_105431)"/>
</g>
<mask id="mask0_1869_105431" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="12" width="24" height="25">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint1_linear_1869_105431)"/>
</mask>
<g mask="url(#mask0_1869_105431)">
<g opacity="0.11" filter="url(#filter2_f_1869_105431)">
<path d="M29.4001 12.3601L29.4 17.3806C29.3999 18.7061 30.4744 19.7807 31.7999 19.7807H39.7799L31.1399 17.8201L29.4001 12.3601Z" fill="#028E80"/>
</g>
<g filter="url(#filter3_i_1869_105431)">
<path d="M28.7998 12.0601C29.3635 12.1981 29.7599 12.7033 29.7599 13.2837L29.7599 14.7503L29.7598 16.6606C29.7598 17.9861 30.8343 19.0606 32.1598 19.0606H34.2756H34.8321C35.4508 19.0606 35.9626 19.5424 35.9998 20.1601L36.1198 17.7601L33.0757 15.3503L31.5598 11.8201L28.7998 12.0601Z" fill="url(#paint2_linear_1869_105431)"/>
</g>
</g>
<g filter="url(#filter4_dii_1869_105431)">
<path d="M18.8885 23.52C19.7738 23.52 20.4915 22.8024 20.4915 21.9171V18.3076C20.4915 17.4223 19.7738 16.8 18.8885 16.8H15.5223C15.4043 16.8 15.3086 16.8957 15.3086 17.0138V23.3063C15.3086 23.4243 15.4043 23.52 15.5223 23.52H18.8885ZM18.3049 22.1884H16.6403V18.0363H18.3049C18.777 18.0363 19.1598 18.4668 19.1598 18.9866V21.3334C19.1598 21.8056 18.777 22.1884 18.3049 22.1884Z" fill="url(#paint3_linear_1869_105431)"/>
<path d="M25.8268 20.2197C26.0806 19.9361 26.2349 19.6093 26.2349 19.1988V18.3076C26.2349 17.4223 25.5173 16.8 24.632 16.8H21.6932C21.5752 16.8 21.4795 16.8957 21.4795 17.0138V23.3063C21.4795 23.4243 21.5752 23.52 21.6932 23.52H24.632C25.5173 23.52 26.2349 22.8024 26.2349 21.9171V21.2406C26.2349 20.8301 26.0806 20.4556 25.8268 20.2197ZM22.8112 20.8378H24.3689C24.664 20.8378 24.9032 21.077 24.9032 21.3721V21.9171C24.9032 22.2122 24.664 22.4514 24.3689 22.4514H22.8112V20.8378ZM22.8112 19.6015V18.0363H24.3689C24.664 18.0363 24.9032 18.2755 24.9032 18.5706V19.0672C24.9032 19.3623 24.664 19.6015 24.3689 19.6015L22.8112 19.6015Z" fill="url(#paint4_linear_1869_105431)"/>
</g>
<path d="M14.8799 26.98H19.4399V28.755H14.8799V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M14.8799 28.755H19.4399V30.53H14.8799V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M14.8799 30.53H19.4399V32.305H14.8799V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M14.8799 32.305H19.4399V34.08H14.8799V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 26.98H23.9999V28.755H19.4399V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M19.4399 28.755H23.9999V30.53H19.4399V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 30.53H23.9999V32.305H19.4399V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M19.4399 32.305H23.9999V34.08H19.4399V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 26.98H28.5599V28.755H23.9999V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M23.9999 28.755H28.5599V30.53H23.9999V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 30.53H28.5599V32.305H23.9999V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M23.9999 32.305H28.5599V34.08H23.9999V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 26.98H33.1199V28.755H28.5599V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M28.5599 28.755H33.1199V30.53H28.5599V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 30.53H33.1199V32.305H28.5599V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M28.5599 32.305H33.1199V34.08H28.5599V32.305Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.3632 28.6958V27.0983H15.0332V28.6958H19.3632ZM19.3632 28.8141H15.0332V30.4708H19.3632V28.8141ZM19.5165 30.4708V28.8141H23.9232V30.4708H19.5165ZM19.3632 30.5891H15.0332V32.2458H19.3632V30.5891ZM19.5165 32.2458V30.5891H23.9232V32.2458H19.5165ZM19.3632 32.3641H15.0332V33.9616H19.3632V32.3641ZM19.5165 33.9616V32.3641H23.9232V33.9616H19.5165ZM14.8799 34.08V26.98H33.1199V34.08H14.8799ZM24.0765 33.9616H28.4832V32.3641H24.0765V33.9616ZM24.0765 32.2458H28.4832V30.5891H24.0765V32.2458ZM24.0765 30.4708H28.4832V28.8141H24.0765V30.4708ZM24.0765 28.6958H28.4832V27.0983H24.0765V28.6958ZM23.9232 27.0983H19.5165V28.6958H23.9232V27.0983ZM28.6365 27.0983V28.6958H32.9666V27.0983H28.6365ZM32.9666 28.8141H28.6365V30.4708H32.9666V28.8141ZM32.9666 30.5891H28.6365V32.2458H32.9666V30.5891ZM32.9666 32.3641H28.6365V33.9616H32.9666V32.3641Z" fill="white" fill-opacity="0.6"/>
<rect x="14.8799" y="25.6799" width="18.24" height="1.44" fill="white"/>
</g>
<defs>
<filter id="filter0_d_1869_105431" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.0156863 0 0 0 0 0.682353 0 0 0 0 0.596078 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_105431"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_105431" result="shape"/>
</filter>
<filter id="filter1_bii_1869_105431" x="10.32" y="10.32" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1869_105431"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1869_105431" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.545098 0 0 0 0 0.545098 0 0 0 0.3 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_105431"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_105431" result="effect3_innerShadow_1869_105431"/>
</filter>
<filter id="filter2_f_1869_105431" x="28.0439" y="11.0041" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1869_105431"/>
</filter>
<filter id="filter3_i_1869_105431" x="27.9598" y="10.9801" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.2 0 0 0 0 0.74902 0 0 0 0.09 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1869_105431"/>
</filter>
<filter id="filter4_dii_1869_105431" x="13.8792" y="15.7652" width="14.5743" height="10.368" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.394572" dy="0.789145"/>
<feGaussianBlur stdDeviation="0.911998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.00784314 0 0 0 0 0.556863 0 0 0 0 0.501961 0 0 0 0.42 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_105431"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_105431" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.263048" dy="-0.263048"/>
<feGaussianBlur stdDeviation="0.197286"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.0117647 0 0 0 0 0.529412 0 0 0 0 0.462745 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_105431"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.197286"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_105431" result="effect3_innerShadow_1869_105431"/>
</filter>
<linearGradient id="paint0_linear_1869_105431" x1="36" y1="36.84" x2="11.1747" y2="12.8542" gradientUnits="userSpaceOnUse">
<stop stop-color="#00B6A0"/>
<stop offset="1" stop-color="#4EE2C3"/>
</linearGradient>
<linearGradient id="paint1_linear_1869_105431" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#004AE0"/>
<stop offset="0.4" stop-color="#2562FF"/>
<stop offset="0.808765" stop-color="#3492FF"/>
</linearGradient>
<linearGradient id="paint2_linear_1869_105431" x1="26.0845" y1="9.79704" x2="34.8718" y2="26.1876" gradientUnits="userSpaceOnUse">
<stop stop-color="#A4F2DD"/>
<stop offset="1" stop-color="#77E8CE"/>
</linearGradient>
<linearGradient id="paint3_linear_1869_105431" x1="26.2349" y1="23.64" x2="13.3688" y2="5.0136" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#E1EAF5"/>
</linearGradient>
<linearGradient id="paint4_linear_1869_105431" x1="26.2349" y1="23.64" x2="13.3688" y2="5.0136" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#E1EAF5"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

130
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_database_table_direct_error.svg

@ -0,0 +1,130 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#FEF1F0"/>
<g filter="url(#filter0_d_1876_110481)">
<g filter="url(#filter1_bii_1876_110481)">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint0_linear_1876_110481)"/>
</g>
<mask id="mask0_1876_110481" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="12" width="24" height="25">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint1_linear_1876_110481)"/>
</mask>
<g mask="url(#mask0_1876_110481)">
<g opacity="0.13" filter="url(#filter2_f_1876_110481)">
<path d="M29.4001 12.3601L29.4 17.3806C29.3999 18.7061 30.4744 19.7807 31.7999 19.7807H39.7799L31.1399 17.8201L29.4001 12.3601Z" fill="#C54746"/>
</g>
<g filter="url(#filter3_i_1876_110481)">
<path d="M28.7998 12.0601C29.3635 12.1981 29.7599 12.7033 29.7599 13.2837L29.7599 14.7503L29.7598 16.6606C29.7598 17.9861 30.8343 19.0606 32.1598 19.0606H34.2756H34.8321C35.4508 19.0606 35.9626 19.5424 35.9998 20.1601L36.1198 17.7601L33.0757 15.3503L31.5598 11.8201L28.7998 12.0601Z" fill="url(#paint2_linear_1876_110481)"/>
</g>
</g>
<path d="M14.8799 26.98H19.4399V28.755H14.8799V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M14.8799 28.755H19.4399V30.53H14.8799V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M14.8799 30.53H19.4399V32.305H14.8799V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M14.8799 32.305H19.4399V34.08H14.8799V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 26.98H23.9999V28.755H19.4399V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M19.4399 28.755H23.9999V30.53H19.4399V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 30.53H23.9999V32.305H19.4399V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M19.4399 32.305H23.9999V34.08H19.4399V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 26.98H28.5599V28.755H23.9999V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M23.9999 28.755H28.5599V30.53H23.9999V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 30.53H28.5599V32.305H23.9999V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M23.9999 32.305H28.5599V34.08H23.9999V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 26.98H33.1199V28.755H28.5599V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M28.5599 28.755H33.1199V30.53H28.5599V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 30.53H33.1199V32.305H28.5599V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M28.5599 32.305H33.1199V34.08H28.5599V32.305Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.3632 28.6958V27.0983H15.0332V28.6958H19.3632ZM19.3632 28.8141H15.0332V30.4708H19.3632V28.8141ZM19.5165 30.4708V28.8141H23.9232V30.4708H19.5165ZM19.3632 30.5891H15.0332V32.2458H19.3632V30.5891ZM19.5165 32.2458V30.5891H23.9232V32.2458H19.5165ZM19.3632 32.3641H15.0332V33.9616H19.3632V32.3641ZM19.5165 33.9616V32.3641H23.9232V33.9616H19.5165ZM14.8799 34.08V26.98H33.1199V34.08H14.8799ZM24.0765 33.9616H28.4832V32.3641H24.0765V33.9616ZM24.0765 32.2458H28.4832V30.5891H24.0765V32.2458ZM24.0765 30.4708H28.4832V28.8141H24.0765V30.4708ZM24.0765 28.6958H28.4832V27.0983H24.0765V28.6958ZM23.9232 27.0983H19.5165V28.6958H23.9232V27.0983ZM28.6365 27.0983V28.6958H32.9666V27.0983H28.6365ZM32.9666 28.8141H28.6365V30.4708H32.9666V28.8141ZM32.9666 30.5891H28.6365V32.2458H32.9666V30.5891ZM32.9666 32.3641H28.6365V33.9616H32.9666V32.3641Z" fill="white" fill-opacity="0.6"/>
<rect x="14.8799" y="25.6799" width="18.24" height="1.44" fill="white"/>
<g filter="url(#filter4_dii_1876_110481)">
<path d="M18.8885 23.52C19.7738 23.52 20.4915 22.8024 20.4915 21.9171V18.3076C20.4915 17.4223 19.7738 16.8 18.8885 16.8H15.5223C15.4043 16.8 15.3086 16.8957 15.3086 17.0138V23.3063C15.3086 23.4243 15.4043 23.52 15.5223 23.52H18.8885ZM18.3049 22.1884H16.6403V18.0363H18.3049C18.777 18.0363 19.1598 18.4668 19.1598 18.9866V21.3334C19.1598 21.8056 18.777 22.1884 18.3049 22.1884Z" fill="url(#paint3_linear_1876_110481)"/>
<path d="M25.8268 20.2197C26.0806 19.9361 26.2349 19.6093 26.2349 19.1988V18.3076C26.2349 17.4223 25.5173 16.8 24.632 16.8H21.6932C21.5752 16.8 21.4795 16.8957 21.4795 17.0138V23.3063C21.4795 23.4243 21.5752 23.52 21.6932 23.52H24.632C25.5173 23.52 26.2349 22.8024 26.2349 21.9171V21.2406C26.2349 20.8301 26.0806 20.4556 25.8268 20.2197ZM22.8112 20.8378H24.3689C24.664 20.8378 24.9032 21.077 24.9032 21.3721V21.9171C24.9032 22.2122 24.664 22.4514 24.3689 22.4514H22.8112V20.8378ZM22.8112 19.6015V18.0363H24.3689C24.664 18.0363 24.9032 18.2755 24.9032 18.5706V19.0672C24.9032 19.3623 24.664 19.6015 24.3689 19.6015L22.8112 19.6015Z" fill="url(#paint4_linear_1876_110481)"/>
</g>
</g>
<defs>
<filter id="filter0_d_1876_110481" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110481"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110481" result="shape"/>
</filter>
<filter id="filter1_bii_1876_110481" x="10.32" y="10.32" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1876_110481"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1876_110481" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.719999" dy="-0.719999"/>
<feGaussianBlur stdDeviation="0.3"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110481"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110481" result="effect3_innerShadow_1876_110481"/>
</filter>
<filter id="filter2_f_1876_110481" x="28.0439" y="11.0041" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1876_110481"/>
</filter>
<filter id="filter3_i_1876_110481" x="27.9598" y="10.9801" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1876_110481"/>
</filter>
<filter id="filter4_dii_1876_110481" x="13.8792" y="15.7652" width="14.5743" height="10.368" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.394572" dy="0.789145"/>
<feGaussianBlur stdDeviation="0.911998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.42 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110481"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110481" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.263048" dy="-0.263048"/>
<feGaussianBlur stdDeviation="0.197286"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110481"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.197286"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110481" result="effect3_innerShadow_1876_110481"/>
</filter>
<linearGradient id="paint0_linear_1876_110481" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#EF5655"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.808765" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint1_linear_1876_110481" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#C54746"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.8" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint2_linear_1876_110481" x1="27.2998" y1="9.84007" x2="35.0398" y2="24.54" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFA9A5"/>
<stop offset="1" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint3_linear_1876_110481" x1="26.2349" y1="23.64" x2="13.3688" y2="5.0136" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#E1EAF5"/>
</linearGradient>
<linearGradient id="paint4_linear_1876_110481" x1="26.2349" y1="23.64" x2="13.3688" y2="5.0136" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#E1EAF5"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

128
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_database_table_spider.svg

@ -0,0 +1,128 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#D7F6ED"/>
<g filter="url(#filter0_d_1869_103552)">
<g filter="url(#filter1_bii_1869_103552)">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint0_linear_1869_103552)"/>
</g>
<mask id="mask0_1869_103552" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="12" width="24" height="25">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint1_linear_1869_103552)"/>
</mask>
<g mask="url(#mask0_1869_103552)">
<g opacity="0.11" filter="url(#filter2_f_1869_103552)">
<path d="M29.4001 12.3601L29.4 17.3806C29.3999 18.7061 30.4744 19.7807 31.7999 19.7807H39.7799L31.1399 17.8201L29.4001 12.3601Z" fill="#028E80"/>
</g>
<g filter="url(#filter3_i_1869_103552)">
<path d="M28.7998 12.0601C29.3635 12.1981 29.7599 12.7033 29.7599 13.2837L29.7599 14.7503L29.7598 16.6606C29.7598 17.9861 30.8343 19.0606 32.1598 19.0606H34.2756H34.8321C35.4508 19.0606 35.9626 19.5424 35.9998 20.1601L36.1198 17.7601L33.0757 15.3503L31.5598 11.8201L28.7998 12.0601Z" fill="url(#paint2_linear_1869_103552)"/>
</g>
</g>
<g filter="url(#filter4_dii_1869_103552)">
<path d="M18.8885 23.52C19.7738 23.52 20.4915 22.8024 20.4915 21.9171V18.3076C20.4915 17.4223 19.7738 16.8 18.8885 16.8H15.5223C15.4043 16.8 15.3086 16.8957 15.3086 17.0138V23.3063C15.3086 23.4243 15.4043 23.52 15.5223 23.52H18.8885ZM18.3049 22.1884H16.6403V18.0363H18.3049C18.777 18.0363 19.1598 18.4668 19.1598 18.9866V21.3334C19.1598 21.8056 18.777 22.1884 18.3049 22.1884Z" fill="url(#paint3_linear_1869_103552)"/>
<path d="M25.8268 20.2197C26.0806 19.9361 26.2349 19.6093 26.2349 19.1988V18.3076C26.2349 17.4223 25.5173 16.8 24.632 16.8H21.6932C21.5752 16.8 21.4795 16.8957 21.4795 17.0138V23.3063C21.4795 23.4243 21.5752 23.52 21.6932 23.52H24.632C25.5173 23.52 26.2349 22.8024 26.2349 21.9171V21.2406C26.2349 20.8301 26.0806 20.4556 25.8268 20.2197ZM22.8112 20.8378H24.3689C24.664 20.8378 24.9032 21.077 24.9032 21.3721V21.9171C24.9032 22.2122 24.664 22.4514 24.3689 22.4514H22.8112V20.8378ZM22.8112 19.6015V18.0363H24.3689C24.664 18.0363 24.9032 18.2755 24.9032 18.5706V19.0672C24.9032 19.3623 24.664 19.6015 24.3689 19.6015L22.8112 19.6015Z" fill="url(#paint4_linear_1869_103552)"/>
</g>
<path d="M14.8799 26.98H19.4399V28.755H14.8799V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M14.8799 28.755H19.4399V30.53H14.8799V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M14.8799 30.53H19.4399V32.305H14.8799V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M14.8799 32.305H19.4399V34.08H14.8799V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 26.98H23.9999V28.755H19.4399V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M19.4399 28.755H23.9999V30.53H19.4399V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 30.53H23.9999V32.305H19.4399V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M19.4399 32.305H23.9999V34.08H19.4399V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 26.98H28.5599V28.755H23.9999V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M23.9999 28.755H28.5599V30.53H23.9999V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 30.53H28.5599V32.305H23.9999V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M23.9999 32.305H28.5599V34.08H23.9999V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 26.98H33.1199V28.755H28.5599V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M28.5599 28.755H33.1199V30.53H28.5599V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 30.53H33.1199V32.305H28.5599V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M28.5599 32.305H33.1199V34.08H28.5599V32.305Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.3632 28.6958V27.0983H15.0332V28.6958H19.3632ZM19.3632 28.8141H15.0332V30.4708H19.3632V28.8141ZM19.5165 30.4708V28.8141H23.9232V30.4708H19.5165ZM19.3632 30.5891H15.0332V32.2458H19.3632V30.5891ZM19.5165 32.2458V30.5891H23.9232V32.2458H19.5165ZM19.3632 32.3641H15.0332V33.9616H19.3632V32.3641ZM19.5165 33.9616V32.3641H23.9232V33.9616H19.5165ZM14.8799 34.08V26.98H33.1199V34.08H14.8799ZM24.0765 33.9616H28.4832V32.3641H24.0765V33.9616ZM24.0765 32.2458H28.4832V30.5891H24.0765V32.2458ZM24.0765 30.4708H28.4832V28.8141H24.0765V30.4708ZM24.0765 28.6958H28.4832V27.0983H24.0765V28.6958ZM23.9232 27.0983H19.5165V28.6958H23.9232V27.0983ZM28.6365 27.0983V28.6958H32.9666V27.0983H28.6365ZM32.9666 28.8141H28.6365V30.4708H32.9666V28.8141ZM32.9666 30.5891H28.6365V32.2458H32.9666V30.5891ZM32.9666 32.3641H28.6365V33.9616H32.9666V32.3641Z" fill="white" fill-opacity="0.6"/>
</g>
<defs>
<filter id="filter0_d_1869_103552" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.0156863 0 0 0 0 0.682353 0 0 0 0 0.596078 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_103552"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_103552" result="shape"/>
</filter>
<filter id="filter1_bii_1869_103552" x="10.32" y="10.32" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1869_103552"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1869_103552" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.545098 0 0 0 0 0.545098 0 0 0 0.3 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_103552"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_103552" result="effect3_innerShadow_1869_103552"/>
</filter>
<filter id="filter2_f_1869_103552" x="28.0439" y="11.0041" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1869_103552"/>
</filter>
<filter id="filter3_i_1869_103552" x="27.9598" y="10.9801" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.2 0 0 0 0 0.74902 0 0 0 0.09 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1869_103552"/>
</filter>
<filter id="filter4_dii_1869_103552" x="13.8792" y="15.7652" width="14.5743" height="10.368" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.394572" dy="0.789145"/>
<feGaussianBlur stdDeviation="0.911998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.00784314 0 0 0 0 0.556863 0 0 0 0 0.501961 0 0 0 0.42 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_103552"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_103552" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.263048" dy="-0.263048"/>
<feGaussianBlur stdDeviation="0.197286"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.0117647 0 0 0 0 0.529412 0 0 0 0 0.462745 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_103552"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.197286"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_103552" result="effect3_innerShadow_1869_103552"/>
</filter>
<linearGradient id="paint0_linear_1869_103552" x1="36" y1="36.84" x2="11.1747" y2="12.8542" gradientUnits="userSpaceOnUse">
<stop stop-color="#00B6A0"/>
<stop offset="1" stop-color="#4EE2C3"/>
</linearGradient>
<linearGradient id="paint1_linear_1869_103552" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#004AE0"/>
<stop offset="0.4" stop-color="#2562FF"/>
<stop offset="0.808765" stop-color="#3492FF"/>
</linearGradient>
<linearGradient id="paint2_linear_1869_103552" x1="26.0845" y1="9.79704" x2="34.8718" y2="26.1876" gradientUnits="userSpaceOnUse">
<stop stop-color="#A4F2DD"/>
<stop offset="1" stop-color="#77E8CE"/>
</linearGradient>
<linearGradient id="paint3_linear_1869_103552" x1="26.2349" y1="23.64" x2="13.3688" y2="5.0136" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#E1EAF5"/>
</linearGradient>
<linearGradient id="paint4_linear_1869_103552" x1="26.2349" y1="23.64" x2="13.3688" y2="5.0136" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#E1EAF5"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

129
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_database_table_spider_error.svg

@ -0,0 +1,129 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#FEF1F0"/>
<g filter="url(#filter0_d_1876_110473)">
<g filter="url(#filter1_bii_1876_110473)">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint0_linear_1876_110473)"/>
</g>
<mask id="mask0_1876_110473" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="12" width="24" height="25">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint1_linear_1876_110473)"/>
</mask>
<g mask="url(#mask0_1876_110473)">
<g opacity="0.13" filter="url(#filter2_f_1876_110473)">
<path d="M29.4001 12.3601L29.4 17.3806C29.3999 18.7061 30.4744 19.7807 31.7999 19.7807H39.7799L31.1399 17.8201L29.4001 12.3601Z" fill="#C54746"/>
</g>
<g filter="url(#filter3_i_1876_110473)">
<path d="M28.7998 12.0601C29.3635 12.1981 29.7599 12.7033 29.7599 13.2837L29.7599 14.7503L29.7598 16.6606C29.7598 17.9861 30.8343 19.0606 32.1598 19.0606H34.2756H34.8321C35.4508 19.0606 35.9626 19.5424 35.9998 20.1601L36.1198 17.7601L33.0757 15.3503L31.5598 11.8201L28.7998 12.0601Z" fill="url(#paint2_linear_1876_110473)"/>
</g>
</g>
<path d="M14.8799 26.98H19.4399V28.755H14.8799V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M14.8799 28.755H19.4399V30.53H14.8799V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M14.8799 30.53H19.4399V32.305H14.8799V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M14.8799 32.305H19.4399V34.08H14.8799V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 26.98H23.9999V28.755H19.4399V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M19.4399 28.755H23.9999V30.53H19.4399V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 30.53H23.9999V32.305H19.4399V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M19.4399 32.305H23.9999V34.08H19.4399V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 26.98H28.5599V28.755H23.9999V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M23.9999 28.755H28.5599V30.53H23.9999V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 30.53H28.5599V32.305H23.9999V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M23.9999 32.305H28.5599V34.08H23.9999V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 26.98H33.1199V28.755H28.5599V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M28.5599 28.755H33.1199V30.53H28.5599V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 30.53H33.1199V32.305H28.5599V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M28.5599 32.305H33.1199V34.08H28.5599V32.305Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.3632 28.6958V27.0983H15.0332V28.6958H19.3632ZM19.3632 28.8141H15.0332V30.4708H19.3632V28.8141ZM19.5165 30.4708V28.8141H23.9232V30.4708H19.5165ZM19.3632 30.5891H15.0332V32.2458H19.3632V30.5891ZM19.5165 32.2458V30.5891H23.9232V32.2458H19.5165ZM19.3632 32.3641H15.0332V33.9616H19.3632V32.3641ZM19.5165 33.9616V32.3641H23.9232V33.9616H19.5165ZM14.8799 34.08V26.98H33.1199V34.08H14.8799ZM24.0765 33.9616H28.4832V32.3641H24.0765V33.9616ZM24.0765 32.2458H28.4832V30.5891H24.0765V32.2458ZM24.0765 30.4708H28.4832V28.8141H24.0765V30.4708ZM24.0765 28.6958H28.4832V27.0983H24.0765V28.6958ZM23.9232 27.0983H19.5165V28.6958H23.9232V27.0983ZM28.6365 27.0983V28.6958H32.9666V27.0983H28.6365ZM32.9666 28.8141H28.6365V30.4708H32.9666V28.8141ZM32.9666 30.5891H28.6365V32.2458H32.9666V30.5891ZM32.9666 32.3641H28.6365V33.9616H32.9666V32.3641Z" fill="white" fill-opacity="0.6"/>
<g filter="url(#filter4_dii_1876_110473)">
<path d="M18.8885 23.52C19.7738 23.52 20.4915 22.8024 20.4915 21.9171V18.3076C20.4915 17.4223 19.7738 16.8 18.8885 16.8H15.5223C15.4043 16.8 15.3086 16.8957 15.3086 17.0138V23.3063C15.3086 23.4243 15.4043 23.52 15.5223 23.52H18.8885ZM18.3049 22.1884H16.6403V18.0363H18.3049C18.777 18.0363 19.1598 18.4668 19.1598 18.9866V21.3334C19.1598 21.8056 18.777 22.1884 18.3049 22.1884Z" fill="url(#paint3_linear_1876_110473)"/>
<path d="M25.8268 20.2197C26.0806 19.9361 26.2349 19.6093 26.2349 19.1988V18.3076C26.2349 17.4223 25.5173 16.8 24.632 16.8H21.6932C21.5752 16.8 21.4795 16.8957 21.4795 17.0138V23.3063C21.4795 23.4243 21.5752 23.52 21.6932 23.52H24.632C25.5173 23.52 26.2349 22.8024 26.2349 21.9171V21.2406C26.2349 20.8301 26.0806 20.4556 25.8268 20.2197ZM22.8112 20.8378H24.3689C24.664 20.8378 24.9032 21.077 24.9032 21.3721V21.9171C24.9032 22.2122 24.664 22.4514 24.3689 22.4514H22.8112V20.8378ZM22.8112 19.6015V18.0363H24.3689C24.664 18.0363 24.9032 18.2755 24.9032 18.5706V19.0672C24.9032 19.3623 24.664 19.6015 24.3689 19.6015L22.8112 19.6015Z" fill="url(#paint4_linear_1876_110473)"/>
</g>
</g>
<defs>
<filter id="filter0_d_1876_110473" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110473"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110473" result="shape"/>
</filter>
<filter id="filter1_bii_1876_110473" x="10.32" y="10.32" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1876_110473"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1876_110473" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.719999" dy="-0.719999"/>
<feGaussianBlur stdDeviation="0.3"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110473"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110473" result="effect3_innerShadow_1876_110473"/>
</filter>
<filter id="filter2_f_1876_110473" x="28.0439" y="11.0041" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1876_110473"/>
</filter>
<filter id="filter3_i_1876_110473" x="27.9598" y="10.9801" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1876_110473"/>
</filter>
<filter id="filter4_dii_1876_110473" x="13.8792" y="15.7652" width="14.5743" height="10.368" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.394572" dy="0.789145"/>
<feGaussianBlur stdDeviation="0.911998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.42 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110473"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110473" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.263048" dy="-0.263048"/>
<feGaussianBlur stdDeviation="0.197286"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110473"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.197286"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110473" result="effect3_innerShadow_1876_110473"/>
</filter>
<linearGradient id="paint0_linear_1876_110473" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#EF5655"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.808765" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint1_linear_1876_110473" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#C54746"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.8" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint2_linear_1876_110473" x1="27.2998" y1="9.84007" x2="35.0398" y2="24.54" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFA9A5"/>
<stop offset="1" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint3_linear_1876_110473" x1="26.2349" y1="23.64" x2="13.3688" y2="5.0136" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#E1EAF5"/>
</linearGradient>
<linearGradient id="paint4_linear_1876_110473" x1="26.2349" y1="23.64" x2="13.3688" y2="5.0136" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#E1EAF5"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

129
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_dimension_direct.svg

@ -0,0 +1,129 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#E9EDFF"/>
<g filter="url(#filter0_d_1869_105436)">
<g filter="url(#filter1_bii_1869_105436)">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint0_linear_1869_105436)"/>
</g>
<mask id="mask0_1869_105436" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="12" width="24" height="25">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint1_linear_1869_105436)"/>
</mask>
<g mask="url(#mask0_1869_105436)">
<g opacity="0.25" filter="url(#filter2_f_1869_105436)">
<path d="M29.4001 12.3601L29.4 17.3806C29.3999 18.7061 30.4744 19.7807 31.7999 19.7807H39.7799L31.1399 17.8201L29.4001 12.3601Z" fill="#4952B6"/>
</g>
<g filter="url(#filter3_i_1869_105436)">
<path d="M28.7998 12.0601C29.3635 12.1981 29.7599 12.7033 29.7599 13.2837L29.7599 14.7503L29.7598 16.6606C29.7598 17.9861 30.8343 19.0606 32.1598 19.0606H34.2756H34.8321C35.4508 19.0606 35.9626 19.5424 35.9998 20.1601L36.1198 17.7601L33.0757 15.3503L31.5598 11.8201L28.7998 12.0601Z" fill="url(#paint2_linear_1869_105436)"/>
</g>
</g>
<g filter="url(#filter4_dii_1869_105436)">
<path d="M24.3939 22.0579C25.33 21.8325 26.0251 20.9962 26.0251 19.9989C26.0251 18.8287 25.0681 17.8801 23.8876 17.8801C22.7071 17.8801 21.7501 18.8287 21.7501 19.9989C21.7501 21.0358 22.5015 21.8987 23.4939 22.0818V24.0074L21.752 25.2448C21.4298 25.0306 21.0422 24.9056 20.6251 24.9056C19.5067 24.9056 18.6001 25.8043 18.6001 26.9128C18.6001 28.0214 19.5067 28.9201 20.6251 28.9201C21.7435 28.9201 22.6501 28.0214 22.6501 26.9128C22.6501 26.5436 22.5495 26.1977 22.3741 25.9005L23.9502 24.7808L25.6202 25.9106C25.4484 26.2055 25.3501 26.5478 25.3501 26.9128C25.3501 28.0214 26.2567 28.9201 27.3751 28.9201C28.4935 28.9201 29.4001 28.0214 29.4001 26.9128C29.4001 25.8043 28.4935 24.9056 27.3751 24.9056C26.9546 24.9056 26.564 25.0326 26.2403 25.2501L24.3939 24.0009V22.0579Z" fill="url(#paint3_linear_1869_105436)"/>
</g>
<g filter="url(#filter5_ii_1869_105436)">
<path d="M17.6401 30.8401C17.6401 30.575 17.855 30.3601 18.1201 30.3601H29.8801C30.1452 30.3601 30.3601 30.575 30.3601 30.8401V32.0401C30.3601 32.3052 30.1452 32.5201 29.8801 32.5201H18.1201C17.855 32.5201 17.6401 32.3052 17.6401 32.0401V30.8401Z" fill="url(#paint4_linear_1869_105436)"/>
</g>
</g>
<defs>
<filter id="filter0_d_1869_105436" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.360784 0 0 0 0 0.403922 0 0 0 0 0.886275 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_105436"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_105436" result="shape"/>
</filter>
<filter id="filter1_bii_1869_105436" x="10.32" y="10.32" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1869_105436"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1869_105436" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.286275 0 0 0 0 0.321569 0 0 0 0 0.713726 0 0 0 0.48 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_105436"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_105436" result="effect3_innerShadow_1869_105436"/>
</filter>
<filter id="filter2_f_1869_105436" x="28.0439" y="11.0041" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1869_105436"/>
</filter>
<filter id="filter3_i_1869_105436" x="27.9598" y="10.9801" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.490196 0 0 0 0 0.341176 0 0 0 0 0.898039 0 0 0 0.31 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1869_105436"/>
</filter>
<filter id="filter4_dii_1869_105436" x="16.9201" y="16.2001" width="14.6398" height="14.88" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.380392 0 0 0 0 0.219608 0 0 0 0 0.796078 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_105436"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_105436" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.359999" dy="-0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.380392 0 0 0 0 0.219608 0 0 0 0 0.796078 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_105436"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_105436" result="effect3_innerShadow_1869_105436"/>
</filter>
<filter id="filter5_ii_1869_105436" x="17.2801" y="30.0001" width="13.4402" height="2.87991" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.359999" dy="-0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.380392 0 0 0 0 0.219608 0 0 0 0 0.796078 0 0 0 0.16 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1869_105436"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect1_innerShadow_1869_105436" result="effect2_innerShadow_1869_105436"/>
</filter>
<linearGradient id="paint0_linear_1869_105436" x1="36" y1="36.84" x2="7.92937" y2="18.0962" gradientUnits="userSpaceOnUse">
<stop offset="0.15" stop-color="#5C67E2"/>
<stop offset="1" stop-color="#92A3FF"/>
</linearGradient>
<linearGradient id="paint1_linear_1869_105436" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#004AE0"/>
<stop offset="0.4" stop-color="#2562FF"/>
<stop offset="0.808765" stop-color="#3492FF"/>
</linearGradient>
<linearGradient id="paint2_linear_1869_105436" x1="26.0845" y1="9.79704" x2="34.8718" y2="26.1876" gradientUnits="userSpaceOnUse">
<stop stop-color="#B0BDFF"/>
<stop offset="1" stop-color="#92A3FF"/>
</linearGradient>
<linearGradient id="paint3_linear_1869_105436" x1="29.4001" y1="28.9201" x2="16.8655" y2="20.4457" gradientUnits="userSpaceOnUse">
<stop offset="0.275" stop-color="white"/>
<stop offset="0.87" stop-color="#E1EAF5"/>
</linearGradient>
<linearGradient id="paint4_linear_1869_105436" x1="30.3601" y1="32.5201" x2="29.1354" y2="27.5356" gradientUnits="userSpaceOnUse">
<stop offset="0.275" stop-color="white"/>
<stop offset="0.87" stop-color="#E1EAF5"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

136
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_dimension_direct_error.svg

@ -0,0 +1,136 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#FEF1F0"/>
<g filter="url(#filter0_d_1876_110478)">
<g filter="url(#filter1_bii_1876_110478)">
<path d="M30.2587 12.6159C29.7124 12.0045 28.9313 11.655 28.1113 11.655H14.4C13.0745 11.655 12 12.7295 12 14.055L12 34.095C12 35.4205 13.0746 36.495 14.4 36.495H33.6C34.9255 36.495 36 35.4205 36 34.095V20.1397C36 19.4317 35.7392 18.7485 35.2674 18.2206L30.2587 12.6159Z" fill="url(#paint0_linear_1876_110478)"/>
</g>
<mask id="mask0_1876_110478" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="11" width="24" height="26">
<path d="M30.2587 12.6159C29.7124 12.0045 28.9313 11.655 28.1113 11.655H14.4C13.0745 11.655 12 12.7295 12 14.055L12 34.095C12 35.4205 13.0746 36.495 14.4 36.495H33.6C34.9255 36.495 36 35.4205 36 34.095V20.1397C36 19.4317 35.7392 18.7485 35.2674 18.2206L30.2587 12.6159Z" fill="url(#paint1_linear_1876_110478)"/>
</mask>
<g mask="url(#mask0_1876_110478)">
<g opacity="0.13" filter="url(#filter2_f_1876_110478)">
<path d="M29.4001 12.0151L29.4 17.0356C29.3999 18.3611 30.4744 19.4357 31.7999 19.4357H39.7799L31.1399 17.4751L29.4001 12.0151Z" fill="#C54746"/>
</g>
<g filter="url(#filter3_i_1876_110478)">
<path d="M28.7998 11.7151C29.3635 11.8531 29.7599 12.3584 29.7599 12.9387L29.7599 14.4053L29.7598 16.3156C29.7598 17.6411 30.8343 18.7156 32.1598 18.7156H34.2756H34.8321C35.4508 18.7156 35.9626 19.1975 35.9998 19.8151L36.1198 17.4151L33.0757 15.0054L31.5598 11.4751L28.7998 11.7151Z" fill="url(#paint2_linear_1876_110478)"/>
</g>
</g>
<g filter="url(#filter4_dii_1876_110478)">
<path d="M24.3939 21.8328C25.33 21.6074 26.0251 20.7711 26.0251 19.7738C26.0251 18.6036 25.0681 17.655 23.8876 17.655C22.7071 17.655 21.7501 18.6036 21.7501 19.7738C21.7501 20.8107 22.5015 21.6736 23.4939 21.8567V23.7823L21.752 25.0197C21.4298 24.8055 21.0422 24.6805 20.6251 24.6805C19.5067 24.6805 18.6001 25.5792 18.6001 26.6877C18.6001 27.7963 19.5067 28.695 20.6251 28.695C21.7435 28.695 22.6501 27.7963 22.6501 26.6877C22.6501 26.3185 22.5495 25.9726 22.3741 25.6754L23.9502 24.5557L25.6202 25.6855C25.4484 25.9804 25.3501 26.3227 25.3501 26.6877C25.3501 27.7963 26.2567 28.695 27.3751 28.695C28.4935 28.695 29.4001 27.7963 29.4001 26.6877C29.4001 25.5792 28.4935 24.6805 27.3751 24.6805C26.9546 24.6805 26.564 24.8075 26.2403 25.025L24.3939 23.7758V21.8328Z" fill="url(#paint3_linear_1876_110478)"/>
</g>
<g filter="url(#filter5_dii_1876_110478)">
<path d="M17.6401 30.615C17.6401 30.3499 17.855 30.135 18.1201 30.135H29.8801C30.1452 30.135 30.3601 30.3499 30.3601 30.615V31.815C30.3601 32.0801 30.1452 32.295 29.8801 32.295H18.1201C17.855 32.295 17.6401 32.0801 17.6401 31.815V30.615Z" fill="url(#paint4_linear_1876_110478)"/>
</g>
</g>
<defs>
<filter id="filter0_d_1876_110478" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110478"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110478" result="shape"/>
</filter>
<filter id="filter1_bii_1876_110478" x="10.32" y="9.97503" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1876_110478"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1876_110478" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.719999" dy="-0.719999"/>
<feGaussianBlur stdDeviation="0.3"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110478"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110478" result="effect3_innerShadow_1876_110478"/>
</filter>
<filter id="filter2_f_1876_110478" x="28.0439" y="10.6591" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1876_110478"/>
</filter>
<filter id="filter3_i_1876_110478" x="27.9598" y="10.6351" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.2 0 0 0 0 0.74902 0 0 0 0.09 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1876_110478"/>
</filter>
<filter id="filter4_dii_1876_110478" x="16.9201" y="15.975" width="14.6398" height="14.88" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110478"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110478" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.359999" dy="-0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110478"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110478" result="effect3_innerShadow_1876_110478"/>
</filter>
<filter id="filter5_dii_1876_110478" x="15.9601" y="28.455" width="16.5602" height="5.99991" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110478"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110478" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.359999" dy="-0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.16 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110478"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110478" result="effect3_innerShadow_1876_110478"/>
</filter>
<linearGradient id="paint0_linear_1876_110478" x1="48.6" y1="58.8148" x2="-8.003" y2="14.2275" gradientUnits="userSpaceOnUse">
<stop stop-color="#EF5655"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.808765" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint1_linear_1876_110478" x1="48.6" y1="58.8148" x2="-8.003" y2="14.2275" gradientUnits="userSpaceOnUse">
<stop stop-color="#C54746"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.8" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint2_linear_1876_110478" x1="27.2998" y1="9.4951" x2="35.0398" y2="24.1951" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFA9A5"/>
<stop offset="1" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint3_linear_1876_110478" x1="29.4001" y1="28.695" x2="16.8655" y2="20.2206" gradientUnits="userSpaceOnUse">
<stop offset="0.275" stop-color="white"/>
<stop offset="0.87" stop-color="#E1EAF5"/>
</linearGradient>
<linearGradient id="paint4_linear_1876_110478" x1="30.3601" y1="32.295" x2="29.1354" y2="27.3105" gradientUnits="userSpaceOnUse">
<stop offset="0.275" stop-color="white"/>
<stop offset="0.87" stop-color="#E1EAF5"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

106
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_dimension_spider.svg

@ -0,0 +1,106 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#E9EDFF"/>
<g filter="url(#filter0_d_1869_103557)">
<g filter="url(#filter1_bii_1869_103557)">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint0_linear_1869_103557)"/>
</g>
<mask id="mask0_1869_103557" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="12" width="24" height="25">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint1_linear_1869_103557)"/>
</mask>
<g mask="url(#mask0_1869_103557)">
<g opacity="0.25" filter="url(#filter2_f_1869_103557)">
<path d="M29.4001 12.3601L29.4 17.3806C29.3999 18.7061 30.4744 19.7807 31.7999 19.7807H39.7799L31.1399 17.8201L29.4001 12.3601Z" fill="#4952B6"/>
</g>
<g filter="url(#filter3_i_1869_103557)">
<path d="M28.7998 12.0601C29.3635 12.1981 29.7599 12.7033 29.7599 13.2837L29.7599 14.7503L29.7598 16.6606C29.7598 17.9861 30.8343 19.0606 32.1598 19.0606H34.2756H34.8321C35.4508 19.0606 35.9626 19.5424 35.9998 20.1601L36.1198 17.7601L33.0757 15.3503L31.5598 11.8201L28.7998 12.0601Z" fill="url(#paint2_linear_1869_103557)"/>
</g>
</g>
<g filter="url(#filter4_dii_1869_103557)">
<path d="M24.464 22.7845C25.5665 22.5199 26.3851 21.5381 26.3851 20.3674C26.3851 18.9937 25.258 17.8801 23.8676 17.8801C22.4773 17.8801 21.3501 18.9937 21.3501 20.3674C21.3501 21.5846 22.2351 22.5976 23.404 22.8126V25.073L21.3524 26.5257C20.9729 26.2741 20.5164 26.1274 20.0251 26.1274C18.7079 26.1274 17.6401 27.1824 17.6401 28.4837C17.6401 29.7851 18.7079 30.8401 20.0251 30.8401C21.3423 30.8401 22.4101 29.7851 22.4101 28.4837C22.4101 28.0503 22.2917 27.6442 22.085 27.2953L23.9414 25.9809L25.9082 27.3072C25.7059 27.6534 25.5901 28.0552 25.5901 28.4837C25.5901 29.7851 26.6579 30.8401 27.9751 30.8401C29.2923 30.8401 30.3601 29.7851 30.3601 28.4837C30.3601 27.1824 29.2923 26.1274 27.9751 26.1274C27.4799 26.1274 27.0199 26.2765 26.6386 26.5318L24.464 25.0654V22.7845Z" fill="url(#paint3_linear_1869_103557)"/>
</g>
</g>
<defs>
<filter id="filter0_d_1869_103557" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.360784 0 0 0 0 0.403922 0 0 0 0 0.886275 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_103557"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_103557" result="shape"/>
</filter>
<filter id="filter1_bii_1869_103557" x="10.32" y="10.32" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1869_103557"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1869_103557" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.286275 0 0 0 0 0.321569 0 0 0 0 0.713726 0 0 0 0.48 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_103557"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_103557" result="effect3_innerShadow_1869_103557"/>
</filter>
<filter id="filter2_f_1869_103557" x="28.0439" y="11.0041" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1869_103557"/>
</filter>
<filter id="filter3_i_1869_103557" x="27.9598" y="10.9801" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.490196 0 0 0 0 0.341176 0 0 0 0 0.898039 0 0 0 0.31 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1869_103557"/>
</filter>
<filter id="filter4_dii_1869_103557" x="15.9601" y="16.2001" width="16.5602" height="16.8" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.380392 0 0 0 0 0.219608 0 0 0 0 0.796078 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_103557"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_103557" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.359999" dy="-0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.380392 0 0 0 0 0.219608 0 0 0 0 0.796078 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_103557"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_103557" result="effect3_innerShadow_1869_103557"/>
</filter>
<linearGradient id="paint0_linear_1869_103557" x1="36" y1="36.84" x2="7.92937" y2="18.0962" gradientUnits="userSpaceOnUse">
<stop offset="0.15" stop-color="#5C67E2"/>
<stop offset="1" stop-color="#92A3FF"/>
</linearGradient>
<linearGradient id="paint1_linear_1869_103557" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#004AE0"/>
<stop offset="0.4" stop-color="#2562FF"/>
<stop offset="0.808765" stop-color="#3492FF"/>
</linearGradient>
<linearGradient id="paint2_linear_1869_103557" x1="26.0845" y1="9.79704" x2="34.8718" y2="26.1876" gradientUnits="userSpaceOnUse">
<stop stop-color="#B0BDFF"/>
<stop offset="1" stop-color="#92A3FF"/>
</linearGradient>
<linearGradient id="paint3_linear_1869_103557" x1="30.3601" y1="30.8401" x2="15.6277" y2="20.847" gradientUnits="userSpaceOnUse">
<stop offset="0.275" stop-color="white"/>
<stop offset="0.87" stop-color="#E1EAF5"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 9.3 KiB

107
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_dimension_spider_error.svg

@ -0,0 +1,107 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#FEF1F0"/>
<g filter="url(#filter0_d_1876_110486)">
<g filter="url(#filter1_bii_1876_110486)">
<path d="M30.2587 12.6159C29.7124 12.0045 28.9313 11.655 28.1113 11.655H14.4C13.0745 11.655 12 12.7295 12 14.055L12 34.095C12 35.4205 13.0746 36.495 14.4 36.495H33.6C34.9255 36.495 36 35.4205 36 34.095V20.1397C36 19.4317 35.7392 18.7485 35.2674 18.2206L30.2587 12.6159Z" fill="url(#paint0_linear_1876_110486)"/>
</g>
<mask id="mask0_1876_110486" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="11" width="24" height="26">
<path d="M30.2587 12.6159C29.7124 12.0045 28.9313 11.655 28.1113 11.655H14.4C13.0745 11.655 12 12.7295 12 14.055L12 34.095C12 35.4205 13.0746 36.495 14.4 36.495H33.6C34.9255 36.495 36 35.4205 36 34.095V20.1397C36 19.4317 35.7392 18.7485 35.2674 18.2206L30.2587 12.6159Z" fill="url(#paint1_linear_1876_110486)"/>
</mask>
<g mask="url(#mask0_1876_110486)">
<g opacity="0.13" filter="url(#filter2_f_1876_110486)">
<path d="M29.4001 12.0151L29.4 17.0356C29.3999 18.3611 30.4744 19.4357 31.7999 19.4357H39.7799L31.1399 17.4751L29.4001 12.0151Z" fill="#C54746"/>
</g>
<g filter="url(#filter3_i_1876_110486)">
<path d="M28.7998 11.7151C29.3635 11.8531 29.7599 12.3584 29.7599 12.9387L29.7599 14.4053L29.7598 16.3156C29.7598 17.6411 30.8343 18.7156 32.1598 18.7156H34.2756H34.8321C35.4508 18.7156 35.9626 19.1975 35.9998 19.8151L36.1198 17.4151L33.0757 15.0054L31.5598 11.4751L28.7998 11.7151Z" fill="url(#paint2_linear_1876_110486)"/>
</g>
</g>
<g filter="url(#filter4_dii_1876_110486)">
<path d="M24.464 22.4392C25.5665 22.1746 26.3851 21.1929 26.3851 20.0222C26.3851 18.6485 25.258 17.5349 23.8676 17.5349C22.4773 17.5349 21.3501 18.6485 21.3501 20.0222C21.3501 21.2394 22.2351 22.2524 23.404 22.4674V24.7278L21.3524 26.1804C20.9729 25.9289 20.5164 25.7822 20.0251 25.7822C18.7079 25.7822 17.6401 26.8371 17.6401 28.1385C17.6401 29.4399 18.7079 30.4949 20.0251 30.4949C21.3423 30.4949 22.4101 29.4399 22.4101 28.1385C22.4101 27.7051 22.2917 27.299 22.085 26.9501L23.9414 25.6357L25.9082 26.962C25.7059 27.3082 25.5901 27.71 25.5901 28.1385C25.5901 29.4399 26.6579 30.4949 27.9751 30.4949C29.2923 30.4949 30.3601 29.4399 30.3601 28.1385C30.3601 26.8371 29.2923 25.7822 27.9751 25.7822C27.4799 25.7822 27.0199 25.9313 26.6386 26.1866L24.464 24.7201V22.4392Z" fill="url(#paint3_linear_1876_110486)"/>
</g>
</g>
<defs>
<filter id="filter0_d_1876_110486" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110486"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110486" result="shape"/>
</filter>
<filter id="filter1_bii_1876_110486" x="10.32" y="9.97503" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1876_110486"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1876_110486" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.719999" dy="-0.719999"/>
<feGaussianBlur stdDeviation="0.3"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110486"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110486" result="effect3_innerShadow_1876_110486"/>
</filter>
<filter id="filter2_f_1876_110486" x="28.0439" y="10.6591" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1876_110486"/>
</filter>
<filter id="filter3_i_1876_110486" x="27.9598" y="10.6351" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1876_110486"/>
</filter>
<filter id="filter4_dii_1876_110486" x="15.9601" y="15.8549" width="16.5602" height="16.8" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110486"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110486" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.359999" dy="-0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110486"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110486" result="effect3_innerShadow_1876_110486"/>
</filter>
<linearGradient id="paint0_linear_1876_110486" x1="48.6" y1="58.8148" x2="-8.003" y2="14.2275" gradientUnits="userSpaceOnUse">
<stop stop-color="#EF5655"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.808765" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint1_linear_1876_110486" x1="48.6" y1="58.8148" x2="-8.003" y2="14.2275" gradientUnits="userSpaceOnUse">
<stop stop-color="#C54746"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.8" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint2_linear_1876_110486" x1="27.2998" y1="9.4951" x2="35.0398" y2="24.1951" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFA9A5"/>
<stop offset="1" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint3_linear_1876_110486" x1="30.3601" y1="30.4949" x2="15.6277" y2="20.5018" gradientUnits="userSpaceOnUse">
<stop offset="0.275" stop-color="white"/>
<stop offset="0.87" stop-color="#E1EAF5"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 9.4 KiB

10
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_doc.svg

@ -0,0 +1,10 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#E9EDFF"/>
<path d="M14.8594 13.7422H18.8203V33.9531H14.8594V13.7422Z" fill="#E2E7FF"/>
<path d="M19.3281 13.7422H32.8359V33.9531H19.3281V13.7422Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.5312 14.25H15.4687L15.4687 33.75H32.5312V14.25ZM15.4687 12.625C14.5713 12.625 13.8438 13.3525 13.8438 14.25V33.75C13.8438 34.6475 14.5713 35.375 15.4687 35.375H32.5312C33.4287 35.375 34.1562 34.6475 34.1562 33.75V14.25C34.1562 13.3525 33.4287 12.625 32.5312 12.625H15.4687Z" fill="#4952B6"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.8203 12.9297C19.269 12.9297 19.6328 13.2935 19.6328 13.7422V33.9023C19.6328 34.3511 19.269 34.7148 18.8203 34.7148C18.3716 34.7148 18.0078 34.3511 18.0078 33.9023V13.7422C18.0078 13.2935 18.3716 12.9297 18.8203 12.9297Z" fill="#4952B6"/>
<path d="M21.3594 17.8047C21.3594 17.1316 21.905 16.5859 22.5781 16.5859H29.5859C30.259 16.5859 30.8047 17.1316 30.8047 17.8047V22.375C30.8047 23.0481 30.259 23.5937 29.5859 23.5937H22.5781C21.905 23.5937 21.3594 23.0481 21.3594 22.375V17.8047Z" fill="#CAD4FF"/>
<path d="M21.3594 26.4375C21.3594 25.8766 21.8141 25.4219 22.375 25.4219H29.7891C30.35 25.4219 30.8047 25.8766 30.8047 26.4375C30.8047 26.9984 30.35 27.4531 29.7891 27.4531H22.375C21.8141 27.4531 21.3594 26.9984 21.3594 26.4375Z" fill="#717BEE"/>
<path d="M21.3594 30.2969C21.3594 29.736 21.8141 29.2812 22.375 29.2812H29.7891C30.35 29.2812 30.8047 29.736 30.8047 30.2969C30.8047 30.8578 30.35 31.3125 29.7891 31.3125H22.375C21.8141 31.3125 21.3594 30.8578 21.3594 30.2969Z" fill="#717BEE"/>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

10
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_doc_error.svg

@ -0,0 +1,10 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#FEF1F0"/>
<rect x="14.8594" y="13.7422" width="3.96094" height="20.2109" fill="#FFE0DD"/>
<rect x="19.3281" y="13.7422" width="13.5078" height="20.2109" fill="white"/>
<rect x="14.6562" y="13.4375" width="18.6875" height="21.125" rx="0.8125" stroke="#EF5655" stroke-width="1.625"/>
<path d="M18.8203 13.7422V33.9023" stroke="#EF5655" stroke-width="1.625" stroke-linecap="round"/>
<rect x="21.3594" y="16.5859" width="9.44531" height="7.00781" rx="1.21875" fill="#FFA7A0"/>
<rect x="21.3594" y="25.4219" width="9.44531" height="2.03125" rx="1.01562" fill="#EF5655"/>
<rect x="21.3594" y="29.2812" width="9.44531" height="2.03125" rx="1.01562" fill="#EF5655"/>
</svg>

After

Width:  |  Height:  |  Size: 931 B

122
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_etl_table_direct.svg

@ -0,0 +1,122 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#D9F1FC"/>
<g filter="url(#filter0_d_1869_105434)">
<g filter="url(#filter1_bii_1869_105434)">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint0_linear_1869_105434)"/>
</g>
<mask id="mask0_1869_105434" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="12" width="24" height="25">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint1_linear_1869_105434)"/>
</mask>
<g mask="url(#mask0_1869_105434)">
<g opacity="0.08" filter="url(#filter2_f_1869_105434)">
<path d="M29.4001 12.3601L29.4 17.3806C29.3999 18.7061 30.4744 19.7807 31.7999 19.7807H39.7799L31.1399 17.8201L29.4001 12.3601Z" fill="#003AD9"/>
</g>
<g filter="url(#filter3_i_1869_105434)">
<path d="M28.7998 12.0601C29.3635 12.1981 29.7599 12.7033 29.7599 13.2837L29.7599 14.7503L29.7598 16.6606C29.7598 17.9861 30.8343 19.0606 32.1598 19.0606H34.2756H34.8321C35.4508 19.0606 35.9626 19.5424 35.9998 20.1601L36.1198 17.7601L33.0757 15.3503L31.5598 11.8201L28.7998 12.0601Z" fill="url(#paint2_linear_1869_105434)"/>
</g>
</g>
<path d="M14.8799 26.98H19.4399V28.755H14.8799V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M14.8799 28.755H19.4399V30.53H14.8799V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M14.8799 30.53H19.4399V32.305H14.8799V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M14.8799 32.305H19.4399V34.08H14.8799V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 26.98H23.9999V28.755H19.4399V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M19.4399 28.755H23.9999V30.53H19.4399V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 30.53H23.9999V32.305H19.4399V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M19.4399 32.305H23.9999V34.08H19.4399V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 26.98H28.5599V28.755H23.9999V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M23.9999 28.755H28.5599V30.53H23.9999V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 30.53H28.5599V32.305H23.9999V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M23.9999 32.305H28.5599V34.08H23.9999V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 26.98H33.1199V28.755H28.5599V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M28.5599 28.755H33.1199V30.53H28.5599V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 30.53H33.1199V32.305H28.5599V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M28.5599 32.305H33.1199V34.08H28.5599V32.305Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.3632 28.6958V27.0983H15.0332V28.6958H19.3632ZM19.3632 28.8141H15.0332V30.4708H19.3632V28.8141ZM19.5165 30.4708V28.8141H23.9232V30.4708H19.5165ZM19.3632 30.5891H15.0332V32.2458H19.3632V30.5891ZM19.5165 32.2458V30.5891H23.9232V32.2458H19.5165ZM19.3632 32.3641H15.0332V33.9616H19.3632V32.3641ZM19.5165 33.9616V32.3641H23.9232V33.9616H19.5165ZM14.8799 34.08V26.98H33.1199V34.08H14.8799ZM24.0765 33.9616H28.4832V32.3641H24.0765V33.9616ZM24.0765 32.2458H28.4832V30.5891H24.0765V32.2458ZM24.0765 30.4708H28.4832V28.8141H24.0765V30.4708ZM24.0765 28.6958H28.4832V27.0983H24.0765V28.6958ZM23.9232 27.0983H19.5165V28.6958H23.9232V27.0983ZM28.6365 27.0983V28.6958H32.9666V27.0983H28.6365ZM32.9666 28.8141H28.6365V30.4708H32.9666V28.8141ZM32.9666 30.5891H28.6365V32.2458H32.9666V30.5891ZM32.9666 32.3641H28.6365V33.9616H32.9666V32.3641Z" fill="white" fill-opacity="0.6"/>
<g filter="url(#filter4_dii_1869_105434)">
<path d="M14.8799 17.2796C14.8799 17.0148 15.0948 16.8 15.3599 16.8L18.3229 16.8C18.4555 16.8 18.5629 16.9075 18.5629 17.04V17.76C18.5629 17.8926 18.4555 18 18.3229 18H16.0199L16.0199 19.56H18.3229C18.4555 19.56 18.5629 19.6675 18.5629 19.8V20.5256C18.5629 20.6581 18.4555 20.7656 18.3229 20.7656H16.0199V22.32H18.3229C18.4555 22.32 18.5629 22.4275 18.5629 22.56V23.28C18.5629 23.4126 18.4555 23.52 18.3229 23.52H15.3599C15.0948 23.52 14.8799 23.3053 14.8799 23.0404L14.8799 17.2796Z" fill="white"/>
<path d="M19.3799 18C19.2473 18 19.1399 17.8926 19.1399 17.76V17.04C19.1399 16.9075 19.2473 16.8 19.3799 16.8L23.4599 16.8C23.5924 16.8 23.6999 16.9075 23.6999 17.04V17.76C23.6999 17.8926 23.5924 18 23.4599 18H22.0199V23.28C22.0199 23.4126 21.9124 23.52 21.7799 23.52H21.0599C20.9273 23.52 20.8199 23.4126 20.8199 23.28L20.8199 18H19.3799Z" fill="white"/>
<path d="M24.3406 17.04C24.3406 16.9075 24.448 16.8 24.5806 16.8H25.4399C25.5724 16.8 25.6799 16.9075 25.6799 17.04L25.6799 22.26H27.3599C27.4924 22.26 27.5999 22.3675 27.5999 22.5V23.28C27.5999 23.4126 27.4924 23.52 27.3599 23.52H24.8206C24.5555 23.52 24.3406 23.3053 24.3406 23.0404L24.3406 17.04Z" fill="white"/>
</g>
<rect x="14.8799" y="25.6799" width="18.24" height="1.44" fill="white"/>
</g>
<defs>
<filter id="filter0_d_1869_105434" x="0.569824" y="4.57007" width="46.8599" height="46.8601" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.509804 0 0 0 0 0.847059 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_105434"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_105434" result="shape"/>
</filter>
<filter id="filter1_bii_1869_105434" x="10.32" y="10.32" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1869_105434"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1869_105434" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.388235 0 0 0 0 0.682353 0 0 0 0.14 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_105434"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_105434" result="effect3_innerShadow_1869_105434"/>
</filter>
<filter id="filter2_f_1869_105434" x="28.0439" y="11.0041" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1869_105434"/>
</filter>
<filter id="filter3_i_1869_105434" x="27.9598" y="10.9801" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.2 0 0 0 0 0.74902 0 0 0 0.09 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1869_105434"/>
</filter>
<filter id="filter4_dii_1869_105434" x="13.1999" y="15.1201" width="16.5602" height="10.56" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.00392157 0 0 0 0 0.501961 0 0 0 0 0.74902 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_105434"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_105434" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.12" dy="-0.24"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.00392157 0 0 0 0 0.501961 0 0 0 0 0.74902 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_105434"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.12"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_105434" result="effect3_innerShadow_1869_105434"/>
</filter>
<linearGradient id="paint0_linear_1869_105434" x1="36" y1="36.84" x2="7.92937" y2="18.0962" gradientUnits="userSpaceOnUse">
<stop offset="0.15" stop-color="#01A3F7"/>
<stop offset="1" stop-color="#0AC0FA"/>
</linearGradient>
<linearGradient id="paint1_linear_1869_105434" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#004AE0"/>
<stop offset="0.4" stop-color="#2562FF"/>
<stop offset="0.808765" stop-color="#3492FF"/>
</linearGradient>
<linearGradient id="paint2_linear_1869_105434" x1="26.0845" y1="9.79704" x2="34.8718" y2="26.1876" gradientUnits="userSpaceOnUse">
<stop stop-color="#90E4FF"/>
<stop offset="1" stop-color="#5AD1FF"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

123
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_etl_table_direct_error.svg

@ -0,0 +1,123 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#FEF1F0"/>
<g filter="url(#filter0_d_1876_110484)">
<g filter="url(#filter1_bii_1876_110484)">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint0_linear_1876_110484)"/>
</g>
<mask id="mask0_1876_110484" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="12" width="24" height="25">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint1_linear_1876_110484)"/>
</mask>
<g mask="url(#mask0_1876_110484)">
<g opacity="0.13" filter="url(#filter2_f_1876_110484)">
<path d="M29.4001 12.3601L29.4 17.3806C29.3999 18.7061 30.4744 19.7807 31.7999 19.7807H39.7799L31.1399 17.8201L29.4001 12.3601Z" fill="#C54746"/>
</g>
<g filter="url(#filter3_i_1876_110484)">
<path d="M28.7998 12.0601C29.3635 12.1981 29.7599 12.7033 29.7599 13.2837L29.7599 14.7503L29.7598 16.6606C29.7598 17.9861 30.8343 19.0606 32.1598 19.0606H34.2756H34.8321C35.4508 19.0606 35.9626 19.5424 35.9998 20.1601L36.1198 17.7601L33.0757 15.3503L31.5598 11.8201L28.7998 12.0601Z" fill="url(#paint2_linear_1876_110484)"/>
</g>
</g>
<path d="M14.8799 26.98H19.4399V28.755H14.8799V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M14.8799 28.755H19.4399V30.53H14.8799V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M14.8799 30.53H19.4399V32.305H14.8799V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M14.8799 32.305H19.4399V34.08H14.8799V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 26.98H23.9999V28.755H19.4399V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M19.4399 28.755H23.9999V30.53H19.4399V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 30.53H23.9999V32.305H19.4399V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M19.4399 32.305H23.9999V34.08H19.4399V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 26.98H28.5599V28.755H23.9999V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M23.9999 28.755H28.5599V30.53H23.9999V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 30.53H28.5599V32.305H23.9999V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M23.9999 32.305H28.5599V34.08H23.9999V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 26.98H33.1199V28.755H28.5599V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M28.5599 28.755H33.1199V30.53H28.5599V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 30.53H33.1199V32.305H28.5599V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M28.5599 32.305H33.1199V34.08H28.5599V32.305Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.3632 28.6958V27.0983H15.0332V28.6958H19.3632ZM19.3632 28.8141H15.0332V30.4708H19.3632V28.8141ZM19.5165 30.4708V28.8141H23.9232V30.4708H19.5165ZM19.3632 30.5891H15.0332V32.2458H19.3632V30.5891ZM19.5165 32.2458V30.5891H23.9232V32.2458H19.5165ZM19.3632 32.3641H15.0332V33.9616H19.3632V32.3641ZM19.5165 33.9616V32.3641H23.9232V33.9616H19.5165ZM14.8799 34.08V26.98H33.1199V34.08H14.8799ZM24.0765 33.9616H28.4832V32.3641H24.0765V33.9616ZM24.0765 32.2458H28.4832V30.5891H24.0765V32.2458ZM24.0765 30.4708H28.4832V28.8141H24.0765V30.4708ZM24.0765 28.6958H28.4832V27.0983H24.0765V28.6958ZM23.9232 27.0983H19.5165V28.6958H23.9232V27.0983ZM28.6365 27.0983V28.6958H32.9666V27.0983H28.6365ZM32.9666 28.8141H28.6365V30.4708H32.9666V28.8141ZM32.9666 30.5891H28.6365V32.2458H32.9666V30.5891ZM32.9666 32.3641H28.6365V33.9616H32.9666V32.3641Z" fill="white" fill-opacity="0.6"/>
<rect x="14.8799" y="25.6799" width="18.24" height="1.44" fill="white"/>
<g filter="url(#filter4_dii_1876_110484)">
<path d="M14.8799 17.2796C14.8799 17.0148 15.0948 16.8 15.3599 16.8L18.3229 16.8C18.4555 16.8 18.5629 16.9075 18.5629 17.04V17.76C18.5629 17.8926 18.4555 18 18.3229 18H16.0199L16.0199 19.56H18.3229C18.4555 19.56 18.5629 19.6675 18.5629 19.8V20.5256C18.5629 20.6581 18.4555 20.7656 18.3229 20.7656H16.0199V22.32H18.3229C18.4555 22.32 18.5629 22.4275 18.5629 22.56V23.28C18.5629 23.4126 18.4555 23.52 18.3229 23.52H15.3599C15.0948 23.52 14.8799 23.3053 14.8799 23.0404L14.8799 17.2796Z" fill="white"/>
<path d="M19.3799 18C19.2473 18 19.1399 17.8926 19.1399 17.76V17.04C19.1399 16.9075 19.2473 16.8 19.3799 16.8L23.4599 16.8C23.5924 16.8 23.6999 16.9075 23.6999 17.04V17.76C23.6999 17.8926 23.5924 18 23.4599 18H22.0199V23.28C22.0199 23.4126 21.9124 23.52 21.7799 23.52H21.0599C20.9273 23.52 20.8199 23.4126 20.8199 23.28L20.8199 18H19.3799Z" fill="white"/>
<path d="M24.3406 17.04C24.3406 16.9075 24.448 16.8 24.5806 16.8H25.4399C25.5724 16.8 25.6799 16.9075 25.6799 17.04L25.6799 22.26H27.3599C27.4924 22.26 27.5999 22.3675 27.5999 22.5V23.28C27.5999 23.4126 27.4924 23.52 27.3599 23.52H24.8206C24.5555 23.52 24.3406 23.3053 24.3406 23.0404L24.3406 17.04Z" fill="white"/>
</g>
</g>
<defs>
<filter id="filter0_d_1876_110484" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110484"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110484" result="shape"/>
</filter>
<filter id="filter1_bii_1876_110484" x="10.32" y="10.32" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1876_110484"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1876_110484" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.719999" dy="-0.719999"/>
<feGaussianBlur stdDeviation="0.3"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110484"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110484" result="effect3_innerShadow_1876_110484"/>
</filter>
<filter id="filter2_f_1876_110484" x="28.0439" y="11.0041" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1876_110484"/>
</filter>
<filter id="filter3_i_1876_110484" x="27.9598" y="10.9801" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1876_110484"/>
</filter>
<filter id="filter4_dii_1876_110484" x="13.1999" y="15.1201" width="16.5602" height="10.56" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110484"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110484" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.12" dy="-0.24"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110484"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.12"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110484" result="effect3_innerShadow_1876_110484"/>
</filter>
<linearGradient id="paint0_linear_1876_110484" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#EF5655"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.808765" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint1_linear_1876_110484" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#C54746"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.8" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint2_linear_1876_110484" x1="27.2998" y1="9.84007" x2="35.0398" y2="24.54" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFA9A5"/>
<stop offset="1" stop-color="#FD7F79"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

121
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_etl_table_spider.svg

@ -0,0 +1,121 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#D9F1FC"/>
<g filter="url(#filter0_d_1869_103555)">
<g filter="url(#filter1_bii_1869_103555)">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint0_linear_1869_103555)"/>
</g>
<mask id="mask0_1869_103555" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="12" width="24" height="25">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint1_linear_1869_103555)"/>
</mask>
<g mask="url(#mask0_1869_103555)">
<g opacity="0.08" filter="url(#filter2_f_1869_103555)">
<path d="M29.4001 12.3601L29.4 17.3806C29.3999 18.7061 30.4744 19.7807 31.7999 19.7807H39.7799L31.1399 17.8201L29.4001 12.3601Z" fill="#003AD9"/>
</g>
<g filter="url(#filter3_i_1869_103555)">
<path d="M28.7998 12.0601C29.3635 12.1981 29.7599 12.7033 29.7599 13.2837L29.7599 14.7503L29.7598 16.6606C29.7598 17.9861 30.8343 19.0606 32.1598 19.0606H34.2756H34.8321C35.4508 19.0606 35.9626 19.5424 35.9998 20.1601L36.1198 17.7601L33.0757 15.3503L31.5598 11.8201L28.7998 12.0601Z" fill="url(#paint2_linear_1869_103555)"/>
</g>
</g>
<path d="M14.8799 26.98H19.4399V28.755H14.8799V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M14.8799 28.755H19.4399V30.53H14.8799V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M14.8799 30.53H19.4399V32.305H14.8799V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M14.8799 32.305H19.4399V34.08H14.8799V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 26.98H23.9999V28.755H19.4399V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M19.4399 28.755H23.9999V30.53H19.4399V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 30.53H23.9999V32.305H19.4399V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M19.4399 32.305H23.9999V34.08H19.4399V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 26.98H28.5599V28.755H23.9999V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M23.9999 28.755H28.5599V30.53H23.9999V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 30.53H28.5599V32.305H23.9999V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M23.9999 32.305H28.5599V34.08H23.9999V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 26.98H33.1199V28.755H28.5599V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M28.5599 28.755H33.1199V30.53H28.5599V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 30.53H33.1199V32.305H28.5599V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M28.5599 32.305H33.1199V34.08H28.5599V32.305Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.3632 28.6958V27.0983H15.0332V28.6958H19.3632ZM19.3632 28.8141H15.0332V30.4708H19.3632V28.8141ZM19.5165 30.4708V28.8141H23.9232V30.4708H19.5165ZM19.3632 30.5891H15.0332V32.2458H19.3632V30.5891ZM19.5165 32.2458V30.5891H23.9232V32.2458H19.5165ZM19.3632 32.3641H15.0332V33.9616H19.3632V32.3641ZM19.5165 33.9616V32.3641H23.9232V33.9616H19.5165ZM14.8799 34.08V26.98H33.1199V34.08H14.8799ZM24.0765 33.9616H28.4832V32.3641H24.0765V33.9616ZM24.0765 32.2458H28.4832V30.5891H24.0765V32.2458ZM24.0765 30.4708H28.4832V28.8141H24.0765V30.4708ZM24.0765 28.6958H28.4832V27.0983H24.0765V28.6958ZM23.9232 27.0983H19.5165V28.6958H23.9232V27.0983ZM28.6365 27.0983V28.6958H32.9666V27.0983H28.6365ZM32.9666 28.8141H28.6365V30.4708H32.9666V28.8141ZM32.9666 30.5891H28.6365V32.2458H32.9666V30.5891ZM32.9666 32.3641H28.6365V33.9616H32.9666V32.3641Z" fill="white" fill-opacity="0.6"/>
<g filter="url(#filter4_dii_1869_103555)">
<path d="M14.8799 17.2796C14.8799 17.0148 15.0948 16.8 15.3599 16.8L18.3229 16.8C18.4555 16.8 18.5629 16.9075 18.5629 17.04V17.76C18.5629 17.8926 18.4555 18 18.3229 18H16.0199L16.0199 19.56H18.3229C18.4555 19.56 18.5629 19.6675 18.5629 19.8V20.5256C18.5629 20.6581 18.4555 20.7656 18.3229 20.7656H16.0199V22.32H18.3229C18.4555 22.32 18.5629 22.4275 18.5629 22.56V23.28C18.5629 23.4126 18.4555 23.52 18.3229 23.52H15.3599C15.0948 23.52 14.8799 23.3053 14.8799 23.0404L14.8799 17.2796Z" fill="white"/>
<path d="M19.3799 18C19.2473 18 19.1399 17.8926 19.1399 17.76V17.04C19.1399 16.9075 19.2473 16.8 19.3799 16.8L23.4599 16.8C23.5924 16.8 23.6999 16.9075 23.6999 17.04V17.76C23.6999 17.8926 23.5924 18 23.4599 18H22.0199V23.28C22.0199 23.4126 21.9124 23.52 21.7799 23.52H21.0599C20.9273 23.52 20.8199 23.4126 20.8199 23.28L20.8199 18H19.3799Z" fill="white"/>
<path d="M24.3406 17.04C24.3406 16.9075 24.448 16.8 24.5806 16.8H25.4399C25.5724 16.8 25.6799 16.9075 25.6799 17.04L25.6799 22.26H27.3599C27.4924 22.26 27.5999 22.3675 27.5999 22.5V23.28C27.5999 23.4126 27.4924 23.52 27.3599 23.52H24.8206C24.5555 23.52 24.3406 23.3053 24.3406 23.0404L24.3406 17.04Z" fill="white"/>
</g>
</g>
<defs>
<filter id="filter0_d_1869_103555" x="0.569824" y="4.57007" width="46.8599" height="46.8601" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.509804 0 0 0 0 0.847059 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_103555"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_103555" result="shape"/>
</filter>
<filter id="filter1_bii_1869_103555" x="10.32" y="10.32" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1869_103555"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1869_103555" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.388235 0 0 0 0 0.682353 0 0 0 0.14 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_103555"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_103555" result="effect3_innerShadow_1869_103555"/>
</filter>
<filter id="filter2_f_1869_103555" x="28.0439" y="11.0041" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1869_103555"/>
</filter>
<filter id="filter3_i_1869_103555" x="27.9598" y="10.9801" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.2 0 0 0 0 0.74902 0 0 0 0.09 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1869_103555"/>
</filter>
<filter id="filter4_dii_1869_103555" x="13.1999" y="15.1201" width="16.5602" height="10.56" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.00392157 0 0 0 0 0.501961 0 0 0 0 0.74902 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_103555"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_103555" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.12" dy="-0.24"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.00392157 0 0 0 0 0.501961 0 0 0 0 0.74902 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_103555"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.12"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_103555" result="effect3_innerShadow_1869_103555"/>
</filter>
<linearGradient id="paint0_linear_1869_103555" x1="36" y1="36.84" x2="7.92937" y2="18.0962" gradientUnits="userSpaceOnUse">
<stop offset="0.15" stop-color="#01A3F7"/>
<stop offset="1" stop-color="#0AC0FA"/>
</linearGradient>
<linearGradient id="paint1_linear_1869_103555" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#004AE0"/>
<stop offset="0.4" stop-color="#2562FF"/>
<stop offset="0.808765" stop-color="#3492FF"/>
</linearGradient>
<linearGradient id="paint2_linear_1869_103555" x1="26.0845" y1="9.79704" x2="34.8718" y2="26.1876" gradientUnits="userSpaceOnUse">
<stop stop-color="#90E4FF"/>
<stop offset="1" stop-color="#5AD1FF"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

122
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_etl_table_spider_error.svg

@ -0,0 +1,122 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#FEF1F0"/>
<g filter="url(#filter0_d_1876_110476)">
<g filter="url(#filter1_bii_1876_110476)">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint0_linear_1876_110476)"/>
</g>
<mask id="mask0_1876_110476" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="12" width="24" height="25">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint1_linear_1876_110476)"/>
</mask>
<g mask="url(#mask0_1876_110476)">
<g opacity="0.13" filter="url(#filter2_f_1876_110476)">
<path d="M29.4001 12.3601L29.4 17.3806C29.3999 18.7061 30.4744 19.7807 31.7999 19.7807H39.7799L31.1399 17.8201L29.4001 12.3601Z" fill="#C54746"/>
</g>
<g filter="url(#filter3_i_1876_110476)">
<path d="M28.7998 12.0601C29.3635 12.1981 29.7599 12.7033 29.7599 13.2837L29.7599 14.7503L29.7598 16.6606C29.7598 17.9861 30.8343 19.0606 32.1598 19.0606H34.2756H34.8321C35.4508 19.0606 35.9626 19.5424 35.9998 20.1601L36.1198 17.7601L33.0757 15.3503L31.5598 11.8201L28.7998 12.0601Z" fill="url(#paint2_linear_1876_110476)"/>
</g>
</g>
<path d="M14.8799 26.98H19.4399V28.755H14.8799V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M14.8799 28.755H19.4399V30.53H14.8799V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M14.8799 30.53H19.4399V32.305H14.8799V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M14.8799 32.305H19.4399V34.08H14.8799V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 26.98H23.9999V28.755H19.4399V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M19.4399 28.755H23.9999V30.53H19.4399V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 30.53H23.9999V32.305H19.4399V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M19.4399 32.305H23.9999V34.08H19.4399V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 26.98H28.5599V28.755H23.9999V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M23.9999 28.755H28.5599V30.53H23.9999V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 30.53H28.5599V32.305H23.9999V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M23.9999 32.305H28.5599V34.08H23.9999V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 26.98H33.1199V28.755H28.5599V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M28.5599 28.755H33.1199V30.53H28.5599V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 30.53H33.1199V32.305H28.5599V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M28.5599 32.305H33.1199V34.08H28.5599V32.305Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.3632 28.6958V27.0983H15.0332V28.6958H19.3632ZM19.3632 28.8141H15.0332V30.4708H19.3632V28.8141ZM19.5165 30.4708V28.8141H23.9232V30.4708H19.5165ZM19.3632 30.5891H15.0332V32.2458H19.3632V30.5891ZM19.5165 32.2458V30.5891H23.9232V32.2458H19.5165ZM19.3632 32.3641H15.0332V33.9616H19.3632V32.3641ZM19.5165 33.9616V32.3641H23.9232V33.9616H19.5165ZM14.8799 34.08V26.98H33.1199V34.08H14.8799ZM24.0765 33.9616H28.4832V32.3641H24.0765V33.9616ZM24.0765 32.2458H28.4832V30.5891H24.0765V32.2458ZM24.0765 30.4708H28.4832V28.8141H24.0765V30.4708ZM24.0765 28.6958H28.4832V27.0983H24.0765V28.6958ZM23.9232 27.0983H19.5165V28.6958H23.9232V27.0983ZM28.6365 27.0983V28.6958H32.9666V27.0983H28.6365ZM32.9666 28.8141H28.6365V30.4708H32.9666V28.8141ZM32.9666 30.5891H28.6365V32.2458H32.9666V30.5891ZM32.9666 32.3641H28.6365V33.9616H32.9666V32.3641Z" fill="white" fill-opacity="0.6"/>
<g filter="url(#filter4_dii_1876_110476)">
<path d="M14.8799 17.2796C14.8799 17.0148 15.0948 16.8 15.3599 16.8L18.3229 16.8C18.4555 16.8 18.5629 16.9075 18.5629 17.04V17.76C18.5629 17.8926 18.4555 18 18.3229 18H16.0199L16.0199 19.56H18.3229C18.4555 19.56 18.5629 19.6675 18.5629 19.8V20.5256C18.5629 20.6581 18.4555 20.7656 18.3229 20.7656H16.0199V22.32H18.3229C18.4555 22.32 18.5629 22.4275 18.5629 22.56V23.28C18.5629 23.4126 18.4555 23.52 18.3229 23.52H15.3599C15.0948 23.52 14.8799 23.3053 14.8799 23.0404L14.8799 17.2796Z" fill="white"/>
<path d="M19.3799 18C19.2473 18 19.1399 17.8926 19.1399 17.76V17.04C19.1399 16.9075 19.2473 16.8 19.3799 16.8L23.4599 16.8C23.5924 16.8 23.6999 16.9075 23.6999 17.04V17.76C23.6999 17.8926 23.5924 18 23.4599 18H22.0199V23.28C22.0199 23.4126 21.9124 23.52 21.7799 23.52H21.0599C20.9273 23.52 20.8199 23.4126 20.8199 23.28L20.8199 18H19.3799Z" fill="white"/>
<path d="M24.3406 17.04C24.3406 16.9075 24.448 16.8 24.5806 16.8H25.4399C25.5724 16.8 25.6799 16.9075 25.6799 17.04L25.6799 22.26H27.3599C27.4924 22.26 27.5999 22.3675 27.5999 22.5V23.28C27.5999 23.4126 27.4924 23.52 27.3599 23.52H24.8206C24.5555 23.52 24.3406 23.3053 24.3406 23.0404L24.3406 17.04Z" fill="white"/>
</g>
</g>
<defs>
<filter id="filter0_d_1876_110476" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110476"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110476" result="shape"/>
</filter>
<filter id="filter1_bii_1876_110476" x="10.32" y="10.32" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1876_110476"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1876_110476" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.719999" dy="-0.719999"/>
<feGaussianBlur stdDeviation="0.3"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110476"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110476" result="effect3_innerShadow_1876_110476"/>
</filter>
<filter id="filter2_f_1876_110476" x="28.0439" y="11.0041" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1876_110476"/>
</filter>
<filter id="filter3_i_1876_110476" x="27.9598" y="10.9801" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1876_110476"/>
</filter>
<filter id="filter4_dii_1876_110476" x="13.1999" y="15.1201" width="16.5602" height="10.56" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110476"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110476" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.12" dy="-0.24"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110476"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.12"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110476" result="effect3_innerShadow_1876_110476"/>
</filter>
<linearGradient id="paint0_linear_1876_110476" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#EF5655"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.808765" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint1_linear_1876_110476" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#C54746"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.8" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint2_linear_1876_110476" x1="27.2998" y1="9.84007" x2="35.0398" y2="24.54" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFA9A5"/>
<stop offset="1" stop-color="#FD7F79"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

125
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_excel_table_direct.svg

@ -0,0 +1,125 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#E8F5E7"/>
<g filter="url(#filter0_d_1869_105433)">
<g filter="url(#filter1_bii_1869_105433)">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint0_linear_1869_105433)"/>
</g>
<mask id="mask0_1869_105433" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="12" width="24" height="25">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint1_linear_1869_105433)"/>
</mask>
<g mask="url(#mask0_1869_105433)">
<g opacity="0.04" filter="url(#filter2_f_1869_105433)">
<path d="M29.4001 12.3599L29.4 17.3804C29.3999 18.7059 30.4744 19.7804 31.7999 19.7804H39.7799L31.1399 17.8199L29.4001 12.3599Z" fill="#356F36"/>
</g>
<g filter="url(#filter3_i_1869_105433)">
<path d="M28.7998 12.0598C29.3635 12.1979 29.7599 12.7031 29.7599 13.2834L29.7599 14.7501L29.7598 16.6603C29.7598 17.9858 30.8343 19.0604 32.1598 19.0604H34.2756H34.8321C35.4508 19.0604 35.9626 19.5422 35.9998 20.1598L36.1198 17.7598L33.0757 15.3501L31.5598 11.8198L28.7998 12.0598Z" fill="url(#paint2_linear_1869_105433)"/>
</g>
</g>
<g filter="url(#filter4_dii_1869_105433)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.6314 15.5344C21.6877 15.5344 21.7333 15.5781 21.7333 15.632V23.4225C21.7333 23.4764 21.6877 23.52 21.6314 23.52H20.5672C20.511 23.52 20.4653 23.4764 20.4653 23.4225V15.632C20.4653 15.5781 20.511 15.5344 20.5672 15.5344H21.6314ZM23.0393 16.8C22.6725 16.8 22.3751 17.09 22.3751 17.4478V20.1623C22.3751 20.52 22.6725 20.81 23.0393 20.81H24.8531V22.2955H22.4764C22.4205 22.2955 22.3751 22.3392 22.3751 22.393V23.4225C22.3751 23.4764 22.4205 23.52 22.4764 23.52H25.4505C25.8174 23.52 26.1147 23.23 26.1147 22.8723V20.1906C26.1147 19.8328 25.8174 19.5367 25.4505 19.5367H23.6368V18.0246H26.0135C26.0694 18.0246 26.1147 17.9809 26.1147 17.9271V16.8976C26.1147 16.8437 26.0694 16.8 26.0135 16.8H23.0393ZM16.6968 16.8C16.7324 16.8 16.7647 16.8209 16.7794 16.8533L17.5798 18.62L18.3803 16.8533C18.395 16.8209 18.4273 16.8 18.4628 16.8H19.6593C19.7252 16.8 19.769 16.8681 19.7418 16.9281L18.2776 20.16L19.7418 23.392C19.769 23.452 19.7252 23.52 19.6593 23.52H18.4628C18.4273 23.52 18.395 23.4992 18.3803 23.4668L17.5798 21.7L16.7794 23.4668C16.7647 23.4992 16.7324 23.52 16.6968 23.52H15.5004C15.4345 23.52 15.3907 23.452 15.4178 23.392L16.8821 20.16L15.4178 16.9281C15.3907 16.8681 15.4345 16.8 15.5004 16.8H16.6968Z" fill="url(#paint3_linear_1869_105433)"/>
</g>
<path d="M14.8799 26.98H19.4399V28.755H14.8799V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M14.8799 28.755H19.4399V30.53H14.8799V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M14.8799 30.53H19.4399V32.305H14.8799V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M14.8799 32.305H19.4399V34.08H14.8799V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 26.98H23.9999V28.755H19.4399V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M19.4399 28.755H23.9999V30.53H19.4399V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 30.53H23.9999V32.305H19.4399V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M19.4399 32.305H23.9999V34.08H19.4399V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 26.98H28.5599V28.755H23.9999V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M23.9999 28.755H28.5599V30.53H23.9999V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 30.53H28.5599V32.305H23.9999V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M23.9999 32.305H28.5599V34.08H23.9999V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 26.98H33.1199V28.755H28.5599V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M28.5599 28.755H33.1199V30.53H28.5599V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 30.53H33.1199V32.305H28.5599V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M28.5599 32.305H33.1199V34.08H28.5599V32.305Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.3632 28.6958V27.0983H15.0332V28.6958H19.3632ZM19.3632 28.8141H15.0332V30.4708H19.3632V28.8141ZM19.5165 30.4708V28.8141H23.9232V30.4708H19.5165ZM19.3632 30.5891H15.0332V32.2458H19.3632V30.5891ZM19.5165 32.2458V30.5891H23.9232V32.2458H19.5165ZM19.3632 32.3641H15.0332V33.9616H19.3632V32.3641ZM19.5165 33.9616V32.3641H23.9232V33.9616H19.5165ZM14.8799 34.08V26.98H33.1199V34.08H14.8799ZM24.0765 33.9616H28.4832V32.3641H24.0765V33.9616ZM24.0765 32.2458H28.4832V30.5891H24.0765V32.2458ZM24.0765 30.4708H28.4832V28.8141H24.0765V30.4708ZM24.0765 28.6958H28.4832V27.0983H24.0765V28.6958ZM23.9232 27.0983H19.5165V28.6958H23.9232V27.0983ZM28.6365 27.0983V28.6958H32.9666V27.0983H28.6365ZM32.9666 28.8141H28.6365V30.4708H32.9666V28.8141ZM32.9666 30.5891H28.6365V32.2458H32.9666V30.5891ZM32.9666 32.3641H28.6365V33.9616H32.9666V32.3641Z" fill="white" fill-opacity="0.6"/>
<rect x="14.8799" y="25.6799" width="18.24" height="1.44" fill="white"/>
</g>
<defs>
<filter id="filter0_d_1869_105433" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.239216 0 0 0 0 0.54902 0 0 0 0 0.25098 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_105433"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_105433" result="shape"/>
</filter>
<filter id="filter1_bii_1869_105433" x="10.32" y="10.32" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1869_105433"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1869_105433" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.239216 0 0 0 0 0.54902 0 0 0 0 0.25098 0 0 0 0.38 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_105433"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_105433" result="effect3_innerShadow_1869_105433"/>
</filter>
<filter id="filter2_f_1869_105433" x="28.0439" y="11.0039" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1869_105433"/>
</filter>
<filter id="filter3_i_1869_105433" x="27.9598" y="10.9798" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.262745 0 0 0 0 0.635294 0 0 0 0 0.278431 0 0 0 0.31 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1869_105433"/>
</filter>
<filter id="filter4_dii_1869_105433" x="14.3999" y="14.3952" width="13.7603" height="11.0408" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.517835" dy="0.388376"/>
<feGaussianBlur stdDeviation="0.763806"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.239216 0 0 0 0 0.54902 0 0 0 0 0.25098 0 0 0 0.3 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_105433"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_105433" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.258917" dy="-0.258917"/>
<feGaussianBlur stdDeviation="0.233026"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.239216 0 0 0 0 0.54902 0 0 0 0 0.25098 0 0 0 0.19 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_105433"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.258917" dy="0.258917"/>
<feGaussianBlur stdDeviation="0.129459"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_105433" result="effect3_innerShadow_1869_105433"/>
</filter>
<linearGradient id="paint0_linear_1869_105433" x1="41.7" y1="40.8765" x2="11.0445" y2="13.0527" gradientUnits="userSpaceOnUse">
<stop stop-color="#3D8C40"/>
<stop offset="0.42899" stop-color="#45AB49"/>
<stop offset="1" stop-color="#71C872"/>
</linearGradient>
<linearGradient id="paint1_linear_1869_105433" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#004AE0"/>
<stop offset="0.4" stop-color="#2562FF"/>
<stop offset="0.808765" stop-color="#3492FF"/>
</linearGradient>
<linearGradient id="paint2_linear_1869_105433" x1="26.0845" y1="9.7968" x2="34.8718" y2="26.1874" gradientUnits="userSpaceOnUse">
<stop stop-color="#B5E6B4"/>
<stop offset="1" stop-color="#95D594"/>
</linearGradient>
<linearGradient id="paint3_linear_1869_105433" x1="26.1148" y1="23.52" x2="16.373" y2="14.4946" gradientUnits="userSpaceOnUse">
<stop offset="0.275" stop-color="white"/>
<stop offset="0.87" stop-color="#E1EAF5"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

125
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_excel_table_direct_error.svg

@ -0,0 +1,125 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#FEF1F0"/>
<g filter="url(#filter0_d_1876_110483)">
<g filter="url(#filter1_bii_1876_110483)">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint0_linear_1876_110483)"/>
</g>
<mask id="mask0_1876_110483" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="12" width="24" height="25">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint1_linear_1876_110483)"/>
</mask>
<g mask="url(#mask0_1876_110483)">
<g opacity="0.13" filter="url(#filter2_f_1876_110483)">
<path d="M29.4001 12.3601L29.4 17.3806C29.3999 18.7061 30.4744 19.7807 31.7999 19.7807H39.7799L31.1399 17.8201L29.4001 12.3601Z" fill="#C54746"/>
</g>
<g filter="url(#filter3_i_1876_110483)">
<path d="M28.7998 12.0601C29.3635 12.1981 29.7599 12.7033 29.7599 13.2837L29.7599 14.7503L29.7598 16.6606C29.7598 17.9861 30.8343 19.0606 32.1598 19.0606H34.2756H34.8321C35.4508 19.0606 35.9626 19.5424 35.9998 20.1601L36.1198 17.7601L33.0757 15.3503L31.5598 11.8201L28.7998 12.0601Z" fill="url(#paint2_linear_1876_110483)"/>
</g>
</g>
<path d="M14.8799 26.98H19.4399V28.755H14.8799V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M14.8799 28.755H19.4399V30.53H14.8799V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M14.8799 30.53H19.4399V32.305H14.8799V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M14.8799 32.305H19.4399V34.08H14.8799V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 26.98H23.9999V28.755H19.4399V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M19.4399 28.755H23.9999V30.53H19.4399V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 30.53H23.9999V32.305H19.4399V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M19.4399 32.305H23.9999V34.08H19.4399V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 26.98H28.5599V28.755H23.9999V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M23.9999 28.755H28.5599V30.53H23.9999V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 30.53H28.5599V32.305H23.9999V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M23.9999 32.305H28.5599V34.08H23.9999V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 26.98H33.1199V28.755H28.5599V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M28.5599 28.755H33.1199V30.53H28.5599V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 30.53H33.1199V32.305H28.5599V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M28.5599 32.305H33.1199V34.08H28.5599V32.305Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.3632 28.6958V27.0983H15.0332V28.6958H19.3632ZM19.3632 28.8141H15.0332V30.4708H19.3632V28.8141ZM19.5165 30.4708V28.8141H23.9232V30.4708H19.5165ZM19.3632 30.5891H15.0332V32.2458H19.3632V30.5891ZM19.5165 32.2458V30.5891H23.9232V32.2458H19.5165ZM19.3632 32.3641H15.0332V33.9616H19.3632V32.3641ZM19.5165 33.9616V32.3641H23.9232V33.9616H19.5165ZM14.8799 34.08V26.98H33.1199V34.08H14.8799ZM24.0765 33.9616H28.4832V32.3641H24.0765V33.9616ZM24.0765 32.2458H28.4832V30.5891H24.0765V32.2458ZM24.0765 30.4708H28.4832V28.8141H24.0765V30.4708ZM24.0765 28.6958H28.4832V27.0983H24.0765V28.6958ZM23.9232 27.0983H19.5165V28.6958H23.9232V27.0983ZM28.6365 27.0983V28.6958H32.9666V27.0983H28.6365ZM32.9666 28.8141H28.6365V30.4708H32.9666V28.8141ZM32.9666 30.5891H28.6365V32.2458H32.9666V30.5891ZM32.9666 32.3641H28.6365V33.9616H32.9666V32.3641Z" fill="white" fill-opacity="0.6"/>
<rect x="14.8799" y="25.6799" width="18.24" height="1.44" fill="white"/>
<g filter="url(#filter4_dii_1876_110483)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.6314 15.5344C21.6877 15.5344 21.7334 15.5781 21.7334 15.632V23.4225C21.7334 23.4764 21.6877 23.52 21.6314 23.52H20.5673C20.511 23.52 20.4654 23.4764 20.4654 23.4225V15.632C20.4654 15.5781 20.511 15.5344 20.5673 15.5344H21.6314ZM23.0394 16.8C22.6726 16.8 22.3752 17.09 22.3752 17.4478V20.1623C22.3752 20.52 22.6726 20.81 23.0394 20.81H24.8531V22.2955H22.4765C22.4206 22.2955 22.3752 22.3392 22.3752 22.393V23.4225C22.3752 23.4764 22.4206 23.52 22.4765 23.52H25.4506C25.8174 23.52 26.1148 23.23 26.1148 22.8723V20.1906C26.1148 19.8328 25.8174 19.5367 25.4506 19.5367H23.6369V18.0246H26.0135C26.0695 18.0246 26.1148 17.9809 26.1148 17.9271V16.8976C26.1148 16.8437 26.0695 16.8 26.0135 16.8H23.0394ZM16.6968 16.8C16.7324 16.8 16.7647 16.8209 16.7794 16.8533L17.5798 18.62L18.3803 16.8533C18.395 16.8209 18.4273 16.8 18.4628 16.8H19.6593C19.7252 16.8 19.769 16.8681 19.7418 16.9281L18.2776 20.16L19.7418 23.392C19.769 23.452 19.7252 23.52 19.6593 23.52H18.4628C18.4273 23.52 18.395 23.4992 18.3803 23.4668L17.5798 21.7L16.7794 23.4668C16.7647 23.4992 16.7324 23.52 16.6968 23.52H15.5004C15.4345 23.52 15.3907 23.452 15.4178 23.392L16.8821 20.16L15.4178 16.9281C15.3907 16.8681 15.4345 16.8 15.5004 16.8H16.6968Z" fill="url(#paint3_linear_1876_110483)"/>
</g>
</g>
<defs>
<filter id="filter0_d_1876_110483" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110483"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110483" result="shape"/>
</filter>
<filter id="filter1_bii_1876_110483" x="10.32" y="10.32" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1876_110483"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1876_110483" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.719999" dy="-0.719999"/>
<feGaussianBlur stdDeviation="0.3"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110483"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110483" result="effect3_innerShadow_1876_110483"/>
</filter>
<filter id="filter2_f_1876_110483" x="28.0439" y="11.0041" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1876_110483"/>
</filter>
<filter id="filter3_i_1876_110483" x="27.9598" y="10.9801" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1876_110483"/>
</filter>
<filter id="filter4_dii_1876_110483" x="14.3999" y="14.3952" width="13.7603" height="11.0408" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.517835" dy="0.388376"/>
<feGaussianBlur stdDeviation="0.763806"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.3 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110483"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110483" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.258917" dy="-0.258917"/>
<feGaussianBlur stdDeviation="0.233026"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.19 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110483"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.258917" dy="0.258917"/>
<feGaussianBlur stdDeviation="0.129459"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110483" result="effect3_innerShadow_1876_110483"/>
</filter>
<linearGradient id="paint0_linear_1876_110483" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#EF5655"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.808765" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint1_linear_1876_110483" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#C54746"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.8" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint2_linear_1876_110483" x1="27.2998" y1="9.84007" x2="35.0398" y2="24.54" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFA9A5"/>
<stop offset="1" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint3_linear_1876_110483" x1="26.1148" y1="23.52" x2="16.373" y2="14.4946" gradientUnits="userSpaceOnUse">
<stop offset="0.275" stop-color="white"/>
<stop offset="0.87" stop-color="#E1EAF5"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

124
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_excel_table_spider.svg

@ -0,0 +1,124 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#E8F5E7"/>
<g filter="url(#filter0_d_1869_103554)">
<g filter="url(#filter1_bii_1869_103554)">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint0_linear_1869_103554)"/>
</g>
<mask id="mask0_1869_103554" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="12" width="24" height="25">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint1_linear_1869_103554)"/>
</mask>
<g mask="url(#mask0_1869_103554)">
<g opacity="0.04" filter="url(#filter2_f_1869_103554)">
<path d="M29.4001 12.3599L29.4 17.3804C29.3999 18.7059 30.4744 19.7804 31.7999 19.7804H39.7799L31.1399 17.8199L29.4001 12.3599Z" fill="#356F36"/>
</g>
<g filter="url(#filter3_i_1869_103554)">
<path d="M28.7998 12.0598C29.3635 12.1979 29.7599 12.7031 29.7599 13.2834L29.7599 14.7501L29.7598 16.6603C29.7598 17.9858 30.8343 19.0604 32.1598 19.0604H34.2756H34.8321C35.4508 19.0604 35.9626 19.5422 35.9998 20.1598L36.1198 17.7598L33.0757 15.3501L31.5598 11.8198L28.7998 12.0598Z" fill="url(#paint2_linear_1869_103554)"/>
</g>
</g>
<g filter="url(#filter4_dii_1869_103554)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.6314 15.5344C21.6877 15.5344 21.7333 15.5781 21.7333 15.632V23.4225C21.7333 23.4764 21.6877 23.52 21.6314 23.52H20.5672C20.511 23.52 20.4653 23.4764 20.4653 23.4225V15.632C20.4653 15.5781 20.511 15.5344 20.5672 15.5344H21.6314ZM23.0393 16.8C22.6725 16.8 22.3751 17.09 22.3751 17.4478V20.1623C22.3751 20.52 22.6725 20.81 23.0393 20.81H24.8531V22.2955H22.4764C22.4205 22.2955 22.3751 22.3392 22.3751 22.393V23.4225C22.3751 23.4764 22.4205 23.52 22.4764 23.52H25.4505C25.8174 23.52 26.1147 23.23 26.1147 22.8723V20.1906C26.1147 19.8328 25.8174 19.5367 25.4505 19.5367H23.6368V18.0246H26.0135C26.0694 18.0246 26.1147 17.9809 26.1147 17.9271V16.8976C26.1147 16.8437 26.0694 16.8 26.0135 16.8H23.0393ZM16.6968 16.8C16.7324 16.8 16.7647 16.8209 16.7794 16.8533L17.5798 18.62L18.3803 16.8533C18.395 16.8209 18.4273 16.8 18.4628 16.8H19.6593C19.7252 16.8 19.769 16.8681 19.7418 16.9281L18.2776 20.16L19.7418 23.392C19.769 23.452 19.7252 23.52 19.6593 23.52H18.4628C18.4273 23.52 18.395 23.4992 18.3803 23.4668L17.5798 21.7L16.7794 23.4668C16.7647 23.4992 16.7324 23.52 16.6968 23.52H15.5004C15.4345 23.52 15.3907 23.452 15.4178 23.392L16.8821 20.16L15.4178 16.9281C15.3907 16.8681 15.4345 16.8 15.5004 16.8H16.6968Z" fill="url(#paint3_linear_1869_103554)"/>
</g>
<path d="M14.8799 26.98H19.4399V28.755H14.8799V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M14.8799 28.755H19.4399V30.53H14.8799V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M14.8799 30.53H19.4399V32.305H14.8799V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M14.8799 32.305H19.4399V34.08H14.8799V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 26.98H23.9999V28.755H19.4399V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M19.4399 28.755H23.9999V30.53H19.4399V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 30.53H23.9999V32.305H19.4399V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M19.4399 32.305H23.9999V34.08H19.4399V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 26.98H28.5599V28.755H23.9999V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M23.9999 28.755H28.5599V30.53H23.9999V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 30.53H28.5599V32.305H23.9999V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M23.9999 32.305H28.5599V34.08H23.9999V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 26.98H33.1199V28.755H28.5599V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M28.5599 28.755H33.1199V30.53H28.5599V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 30.53H33.1199V32.305H28.5599V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M28.5599 32.305H33.1199V34.08H28.5599V32.305Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.3632 28.6958V27.0983H15.0332V28.6958H19.3632ZM19.3632 28.8141H15.0332V30.4708H19.3632V28.8141ZM19.5165 30.4708V28.8141H23.9232V30.4708H19.5165ZM19.3632 30.5891H15.0332V32.2458H19.3632V30.5891ZM19.5165 32.2458V30.5891H23.9232V32.2458H19.5165ZM19.3632 32.3641H15.0332V33.9616H19.3632V32.3641ZM19.5165 33.9616V32.3641H23.9232V33.9616H19.5165ZM14.8799 34.08V26.98H33.1199V34.08H14.8799ZM24.0765 33.9616H28.4832V32.3641H24.0765V33.9616ZM24.0765 32.2458H28.4832V30.5891H24.0765V32.2458ZM24.0765 30.4708H28.4832V28.8141H24.0765V30.4708ZM24.0765 28.6958H28.4832V27.0983H24.0765V28.6958ZM23.9232 27.0983H19.5165V28.6958H23.9232V27.0983ZM28.6365 27.0983V28.6958H32.9666V27.0983H28.6365ZM32.9666 28.8141H28.6365V30.4708H32.9666V28.8141ZM32.9666 30.5891H28.6365V32.2458H32.9666V30.5891ZM32.9666 32.3641H28.6365V33.9616H32.9666V32.3641Z" fill="white" fill-opacity="0.6"/>
</g>
<defs>
<filter id="filter0_d_1869_103554" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.239216 0 0 0 0 0.54902 0 0 0 0 0.25098 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_103554"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_103554" result="shape"/>
</filter>
<filter id="filter1_bii_1869_103554" x="10.32" y="10.32" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1869_103554"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1869_103554" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.239216 0 0 0 0 0.54902 0 0 0 0 0.25098 0 0 0 0.38 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_103554"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_103554" result="effect3_innerShadow_1869_103554"/>
</filter>
<filter id="filter2_f_1869_103554" x="28.0439" y="11.0039" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1869_103554"/>
</filter>
<filter id="filter3_i_1869_103554" x="27.9598" y="10.9798" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.262745 0 0 0 0 0.635294 0 0 0 0 0.278431 0 0 0 0.31 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1869_103554"/>
</filter>
<filter id="filter4_dii_1869_103554" x="14.3999" y="14.3952" width="13.7603" height="11.0408" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.517835" dy="0.388376"/>
<feGaussianBlur stdDeviation="0.763806"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.239216 0 0 0 0 0.54902 0 0 0 0 0.25098 0 0 0 0.3 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_103554"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_103554" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.258917" dy="-0.258917"/>
<feGaussianBlur stdDeviation="0.233026"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.239216 0 0 0 0 0.54902 0 0 0 0 0.25098 0 0 0 0.19 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_103554"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.258917" dy="0.258917"/>
<feGaussianBlur stdDeviation="0.129459"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_103554" result="effect3_innerShadow_1869_103554"/>
</filter>
<linearGradient id="paint0_linear_1869_103554" x1="41.7" y1="40.8765" x2="11.0445" y2="13.0527" gradientUnits="userSpaceOnUse">
<stop stop-color="#3D8C40"/>
<stop offset="0.42899" stop-color="#45AB49"/>
<stop offset="1" stop-color="#71C872"/>
</linearGradient>
<linearGradient id="paint1_linear_1869_103554" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#004AE0"/>
<stop offset="0.4" stop-color="#2562FF"/>
<stop offset="0.808765" stop-color="#3492FF"/>
</linearGradient>
<linearGradient id="paint2_linear_1869_103554" x1="26.0845" y1="9.7968" x2="34.8718" y2="26.1874" gradientUnits="userSpaceOnUse">
<stop stop-color="#B5E6B4"/>
<stop offset="1" stop-color="#95D594"/>
</linearGradient>
<linearGradient id="paint3_linear_1869_103554" x1="26.1148" y1="23.52" x2="16.373" y2="14.4946" gradientUnits="userSpaceOnUse">
<stop offset="0.275" stop-color="white"/>
<stop offset="0.87" stop-color="#E1EAF5"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

124
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_excel_table_spider_error.svg

@ -0,0 +1,124 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#FEF1F0"/>
<g filter="url(#filter0_d_1876_110475)">
<g filter="url(#filter1_bii_1876_110475)">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint0_linear_1876_110475)"/>
</g>
<mask id="mask0_1876_110475" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="12" width="24" height="25">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint1_linear_1876_110475)"/>
</mask>
<g mask="url(#mask0_1876_110475)">
<g opacity="0.13" filter="url(#filter2_f_1876_110475)">
<path d="M29.4001 12.3601L29.4 17.3806C29.3999 18.7061 30.4744 19.7807 31.7999 19.7807H39.7799L31.1399 17.8201L29.4001 12.3601Z" fill="#C54746"/>
</g>
<g filter="url(#filter3_i_1876_110475)">
<path d="M28.7998 12.0601C29.3635 12.1981 29.7599 12.7033 29.7599 13.2837L29.7599 14.7503L29.7598 16.6606C29.7598 17.9861 30.8343 19.0606 32.1598 19.0606H34.2756H34.8321C35.4508 19.0606 35.9626 19.5424 35.9998 20.1601L36.1198 17.7601L33.0757 15.3503L31.5598 11.8201L28.7998 12.0601Z" fill="url(#paint2_linear_1876_110475)"/>
</g>
</g>
<path d="M14.8799 26.98H19.4399V28.755H14.8799V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M14.8799 28.755H19.4399V30.53H14.8799V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M14.8799 30.53H19.4399V32.305H14.8799V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M14.8799 32.305H19.4399V34.08H14.8799V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 26.98H23.9999V28.755H19.4399V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M19.4399 28.755H23.9999V30.53H19.4399V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 30.53H23.9999V32.305H19.4399V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M19.4399 32.305H23.9999V34.08H19.4399V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 26.98H28.5599V28.755H23.9999V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M23.9999 28.755H28.5599V30.53H23.9999V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 30.53H28.5599V32.305H23.9999V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M23.9999 32.305H28.5599V34.08H23.9999V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 26.98H33.1199V28.755H28.5599V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M28.5599 28.755H33.1199V30.53H28.5599V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 30.53H33.1199V32.305H28.5599V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M28.5599 32.305H33.1199V34.08H28.5599V32.305Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.3632 28.6958V27.0983H15.0332V28.6958H19.3632ZM19.3632 28.8141H15.0332V30.4708H19.3632V28.8141ZM19.5165 30.4708V28.8141H23.9232V30.4708H19.5165ZM19.3632 30.5891H15.0332V32.2458H19.3632V30.5891ZM19.5165 32.2458V30.5891H23.9232V32.2458H19.5165ZM19.3632 32.3641H15.0332V33.9616H19.3632V32.3641ZM19.5165 33.9616V32.3641H23.9232V33.9616H19.5165ZM14.8799 34.08V26.98H33.1199V34.08H14.8799ZM24.0765 33.9616H28.4832V32.3641H24.0765V33.9616ZM24.0765 32.2458H28.4832V30.5891H24.0765V32.2458ZM24.0765 30.4708H28.4832V28.8141H24.0765V30.4708ZM24.0765 28.6958H28.4832V27.0983H24.0765V28.6958ZM23.9232 27.0983H19.5165V28.6958H23.9232V27.0983ZM28.6365 27.0983V28.6958H32.9666V27.0983H28.6365ZM32.9666 28.8141H28.6365V30.4708H32.9666V28.8141ZM32.9666 30.5891H28.6365V32.2458H32.9666V30.5891ZM32.9666 32.3641H28.6365V33.9616H32.9666V32.3641Z" fill="white" fill-opacity="0.6"/>
<g filter="url(#filter4_dii_1876_110475)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.6314 15.5344C21.6877 15.5344 21.7334 15.5781 21.7334 15.632V23.4225C21.7334 23.4764 21.6877 23.52 21.6314 23.52H20.5673C20.511 23.52 20.4654 23.4764 20.4654 23.4225V15.632C20.4654 15.5781 20.511 15.5344 20.5673 15.5344H21.6314ZM23.0394 16.8C22.6726 16.8 22.3752 17.09 22.3752 17.4478V20.1623C22.3752 20.52 22.6726 20.81 23.0394 20.81H24.8531V22.2955H22.4765C22.4206 22.2955 22.3752 22.3392 22.3752 22.393V23.4225C22.3752 23.4764 22.4206 23.52 22.4765 23.52H25.4506C25.8174 23.52 26.1148 23.23 26.1148 22.8723V20.1906C26.1148 19.8328 25.8174 19.5367 25.4506 19.5367H23.6369V18.0246H26.0135C26.0695 18.0246 26.1148 17.9809 26.1148 17.9271V16.8976C26.1148 16.8437 26.0695 16.8 26.0135 16.8H23.0394ZM16.6968 16.8C16.7324 16.8 16.7647 16.8209 16.7794 16.8533L17.5798 18.62L18.3803 16.8533C18.395 16.8209 18.4273 16.8 18.4628 16.8H19.6593C19.7252 16.8 19.769 16.8681 19.7418 16.9281L18.2776 20.16L19.7418 23.392C19.769 23.452 19.7252 23.52 19.6593 23.52H18.4628C18.4273 23.52 18.395 23.4992 18.3803 23.4668L17.5798 21.7L16.7794 23.4668C16.7647 23.4992 16.7324 23.52 16.6968 23.52H15.5004C15.4345 23.52 15.3907 23.452 15.4178 23.392L16.8821 20.16L15.4178 16.9281C15.3907 16.8681 15.4345 16.8 15.5004 16.8H16.6968Z" fill="url(#paint3_linear_1876_110475)"/>
</g>
</g>
<defs>
<filter id="filter0_d_1876_110475" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110475"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110475" result="shape"/>
</filter>
<filter id="filter1_bii_1876_110475" x="10.32" y="10.32" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1876_110475"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1876_110475" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.719999" dy="-0.719999"/>
<feGaussianBlur stdDeviation="0.3"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110475"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110475" result="effect3_innerShadow_1876_110475"/>
</filter>
<filter id="filter2_f_1876_110475" x="28.0439" y="11.0041" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1876_110475"/>
</filter>
<filter id="filter3_i_1876_110475" x="27.9598" y="10.9801" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1876_110475"/>
</filter>
<filter id="filter4_dii_1876_110475" x="14.3999" y="14.3952" width="13.7603" height="11.0408" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.517835" dy="0.388376"/>
<feGaussianBlur stdDeviation="0.763806"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.3 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110475"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110475" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.258917" dy="-0.258917"/>
<feGaussianBlur stdDeviation="0.233026"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.19 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110475"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.258917" dy="0.258917"/>
<feGaussianBlur stdDeviation="0.129459"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110475" result="effect3_innerShadow_1876_110475"/>
</filter>
<linearGradient id="paint0_linear_1876_110475" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#EF5655"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.808765" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint1_linear_1876_110475" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#C54746"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.8" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint2_linear_1876_110475" x1="27.2998" y1="9.84007" x2="35.0398" y2="24.54" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFA9A5"/>
<stop offset="1" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint3_linear_1876_110475" x1="26.1148" y1="23.52" x2="16.373" y2="14.4946" gradientUnits="userSpaceOnUse">
<stop offset="0.275" stop-color="white"/>
<stop offset="0.87" stop-color="#E1EAF5"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

206
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_indicator_direct.svg

@ -0,0 +1,206 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#D9F1FC"/>
<g filter="url(#filter0_d_1869_105429)">
<g filter="url(#filter1_bii_1869_105429)">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint0_linear_1869_105429)"/>
</g>
<mask id="mask0_1869_105429" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="12" width="24" height="25">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint1_linear_1869_105429)"/>
</mask>
<g mask="url(#mask0_1869_105429)">
<g opacity="0.08" filter="url(#filter2_f_1869_105429)">
<path d="M29.4001 12.3601L29.4 17.3806C29.3999 18.7061 30.4744 19.7807 31.7999 19.7807H39.7799L31.1399 17.8201L29.4001 12.3601Z" fill="#003AD9"/>
</g>
<g filter="url(#filter3_i_1869_105429)">
<path d="M28.7998 12.0601C29.3635 12.1981 29.7599 12.7033 29.7599 13.2837L29.7599 14.7503L29.7598 16.6606C29.7598 17.9861 30.8343 19.0606 32.1598 19.0606H34.2756H34.8321C35.4508 19.0606 35.9626 19.5424 35.9998 20.1601L36.1198 17.7601L33.0757 15.3503L31.5598 11.8201L28.7998 12.0601Z" fill="url(#paint2_linear_1869_105429)"/>
</g>
</g>
<g filter="url(#filter4_dii_1869_105429)">
<path d="M17.3999 30.8401C17.3999 30.575 17.6148 30.3601 17.8799 30.3601H28.9199C29.185 30.3601 29.3999 30.575 29.3999 30.8401V32.0401C29.3999 32.3052 29.185 32.5201 28.9199 32.5201H17.8799C17.6148 32.5201 17.3999 32.3052 17.3999 32.0401V30.8401Z" fill="url(#paint3_linear_1869_105429)"/>
</g>
<g filter="url(#filter5_dii_1869_105429)">
<path d="M28.8576 17.1965C29.0117 17.1778 29.1427 17.3081 29.1248 17.4623L28.6922 21.2086C28.6691 21.4085 28.4251 21.4929 28.2834 21.3501L27.0784 20.1353L24.0743 22.975C23.8922 23.1471 23.6083 23.1502 23.4225 22.9821L20.8367 20.6425L18.2884 22.7623C18.1862 22.8473 18.0344 22.833 17.9498 22.7305L17.4331 22.1044C17.3485 22.0019 17.3633 21.8502 17.466 21.766L20.5528 19.2356C20.7343 19.0868 20.9968 19.091 21.1733 19.2456L23.7048 21.4621L26.2006 19.2505L25.0023 18.0541C24.8606 17.9126 24.9443 17.67 25.1431 17.646L28.8576 17.1965Z" fill="white"/>
</g>
<g filter="url(#filter6_dii_1869_105429)">
<rect x="18.1201" y="28.6799" width="5.27999" height="2.4" rx="0.479999" transform="rotate(-90 18.1201 28.6799)" fill="white"/>
</g>
<g filter="url(#filter7_dii_1869_105429)">
<rect x="26.2798" y="28.6799" width="6.23999" height="2.4" rx="0.479999" transform="rotate(-90 26.2798 28.6799)" fill="white"/>
</g>
<g filter="url(#filter8_dii_1869_105429)">
<rect x="22.2002" y="28.6799" width="4.43999" height="2.4" rx="0.479999" transform="rotate(-90 22.2002 28.6799)" fill="white"/>
</g>
</g>
<defs>
<filter id="filter0_d_1869_105429" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.509804 0 0 0 0 0.847059 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_105429"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_105429" result="shape"/>
</filter>
<filter id="filter1_bii_1869_105429" x="10.32" y="10.32" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1869_105429"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1869_105429" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.388235 0 0 0 0 0.682353 0 0 0 0.14 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_105429"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_105429" result="effect3_innerShadow_1869_105429"/>
</filter>
<filter id="filter2_f_1869_105429" x="28.0439" y="11.0041" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1869_105429"/>
</filter>
<filter id="filter3_i_1869_105429" x="27.9598" y="10.9801" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.2 0 0 0 0 0.74902 0 0 0 0.09 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1869_105429"/>
</filter>
<filter id="filter4_dii_1869_105429" x="15.7199" y="28.6801" width="15.84" height="5.99991" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.00392157 0 0 0 0 0.501961 0 0 0 0 0.74902 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_105429"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_105429" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.359999" dy="-0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.00392157 0 0 0 0 0.501961 0 0 0 0 0.74902 0 0 0 0.3 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_105429"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_105429" result="effect3_innerShadow_1869_105429"/>
</filter>
<filter id="filter5_dii_1869_105429" x="15.6979" y="15.5146" width="15.5885" height="9.75161" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.00392157 0 0 0 0 0.501961 0 0 0 0 0.74902 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_105429"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_105429" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.359999" dy="-0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.00392157 0 0 0 0 0.501961 0 0 0 0 0.74902 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_105429"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_105429" result="effect3_innerShadow_1869_105429"/>
</filter>
<filter id="filter6_dii_1869_105429" x="16.4401" y="21.7199" width="6.2399" height="9.12002" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.00392157 0 0 0 0 0.501961 0 0 0 0 0.74902 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_105429"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_105429" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.359999" dy="-0.359999"/>
<feGaussianBlur stdDeviation="0.24"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.00392157 0 0 0 0 0.501961 0 0 0 0 0.74902 0 0 0 0.3 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_105429"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_105429" result="effect3_innerShadow_1869_105429"/>
</filter>
<filter id="filter7_dii_1869_105429" x="24.5998" y="20.7599" width="6.2399" height="10.08" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.00392157 0 0 0 0 0.501961 0 0 0 0 0.74902 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_105429"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_105429" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.359999" dy="-0.359999"/>
<feGaussianBlur stdDeviation="0.24"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.00392157 0 0 0 0 0.501961 0 0 0 0 0.74902 0 0 0 0.3 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_105429"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_105429" result="effect3_innerShadow_1869_105429"/>
</filter>
<filter id="filter8_dii_1869_105429" x="20.5202" y="22.56" width="6.2399" height="8.27994" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.00392157 0 0 0 0 0.501961 0 0 0 0 0.74902 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_105429"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_105429" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.359999" dy="-0.359999"/>
<feGaussianBlur stdDeviation="0.24"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.00392157 0 0 0 0 0.501961 0 0 0 0 0.74902 0 0 0 0.3 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_105429"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_105429" result="effect3_innerShadow_1869_105429"/>
</filter>
<linearGradient id="paint0_linear_1869_105429" x1="36" y1="36.84" x2="7.92937" y2="18.0962" gradientUnits="userSpaceOnUse">
<stop offset="0.15" stop-color="#01A3F7"/>
<stop offset="1" stop-color="#0AC0FA"/>
</linearGradient>
<linearGradient id="paint1_linear_1869_105429" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#004AE0"/>
<stop offset="0.4" stop-color="#2562FF"/>
<stop offset="0.808765" stop-color="#3492FF"/>
</linearGradient>
<linearGradient id="paint2_linear_1869_105429" x1="26.0845" y1="9.79704" x2="34.8718" y2="26.1876" gradientUnits="userSpaceOnUse">
<stop stop-color="#90E4FF"/>
<stop offset="1" stop-color="#5AD1FF"/>
</linearGradient>
<linearGradient id="paint3_linear_1869_105429" x1="29.3999" y1="32.5201" x2="28.1107" y2="27.5705" gradientUnits="userSpaceOnUse">
<stop offset="0.275" stop-color="white"/>
<stop offset="0.87" stop-color="#E1EAF5"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 17 KiB

207
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_indicator_direct_error.svg

@ -0,0 +1,207 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#FEF1F0"/>
<g filter="url(#filter0_d_1876_110471)">
<g filter="url(#filter1_bii_1876_110471)">
<path d="M29.5053 12.6159C28.9589 12.0045 28.1779 11.655 27.3579 11.655H13.6466C12.3211 11.655 11.2466 12.7295 11.2466 14.055L11.2466 34.095C11.2466 35.4205 12.3211 36.495 13.6466 36.495H32.8466C34.1721 36.495 35.2466 35.4205 35.2466 34.095V20.1397C35.2466 19.4317 34.9858 18.7485 34.514 18.2206L29.5053 12.6159Z" fill="url(#paint0_linear_1876_110471)"/>
</g>
<mask id="mask0_1876_110471" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="11" y="11" width="25" height="26">
<path d="M29.5053 12.6159C28.9589 12.0045 28.1779 11.655 27.3579 11.655H13.6466C12.3211 11.655 11.2466 12.7295 11.2466 14.055L11.2466 34.095C11.2466 35.4205 12.3211 36.495 13.6466 36.495H32.8466C34.1721 36.495 35.2466 35.4205 35.2466 34.095V20.1397C35.2466 19.4317 34.9858 18.7485 34.514 18.2206L29.5053 12.6159Z" fill="url(#paint1_linear_1876_110471)"/>
</mask>
<g mask="url(#mask0_1876_110471)">
<g opacity="0.13" filter="url(#filter2_f_1876_110471)">
<path d="M28.6466 12.0151L28.6465 17.0356C28.6465 18.3611 29.721 19.4357 31.0465 19.4357H39.0265L30.3865 17.4751L28.6466 12.0151Z" fill="#C54746"/>
</g>
<g filter="url(#filter3_i_1876_110471)">
<path d="M28.0464 11.7151C28.61 11.8531 29.0065 12.3584 29.0065 12.9387L29.0065 14.4053L29.0064 16.3156C29.0064 17.6411 30.0809 18.7156 31.4064 18.7156H33.5222H34.0787C34.6974 18.7156 35.2091 19.1975 35.2464 19.8151L35.3664 17.4151L32.3223 15.0054L30.8064 11.4751L28.0464 11.7151Z" fill="url(#paint2_linear_1876_110471)"/>
</g>
</g>
<g filter="url(#filter4_dii_1876_110471)">
<path d="M16.6465 30.9751C16.6465 30.71 16.8614 30.4951 17.1265 30.4951H28.1665C28.4316 30.4951 28.6465 30.71 28.6465 30.9751V32.1751C28.6465 32.4402 28.4316 32.6551 28.1665 32.6551H17.1265C16.8614 32.6551 16.6465 32.4402 16.6465 32.1751V30.9751Z" fill="url(#paint3_linear_1876_110471)"/>
</g>
<g filter="url(#filter5_dii_1876_110471)">
<path d="M28.1042 17.3315C28.2582 17.3128 28.3892 17.4431 28.3714 17.5973L27.9388 21.3436C27.9157 21.5435 27.6717 21.6279 27.53 21.4851L26.325 20.2703L23.3208 23.11C23.1387 23.2821 22.8549 23.2852 22.6691 23.1171L20.0833 20.7775L17.535 22.8973C17.4328 22.9823 17.281 22.968 17.1964 22.8655L16.6796 22.2394C16.5951 22.1369 16.6098 21.9852 16.7126 21.901L19.7994 19.3706C19.9809 19.2218 20.2433 19.2261 20.4199 19.3807L22.9513 21.5971L25.4472 19.3855L24.2489 18.1891C24.1072 18.0476 24.1909 17.805 24.3897 17.781L28.1042 17.3315Z" fill="white"/>
</g>
<g filter="url(#filter6_dii_1876_110471)">
<rect x="17.3667" y="28.8149" width="5.27999" height="2.4" rx="0.479999" transform="rotate(-90 17.3667 28.8149)" fill="white"/>
</g>
<g filter="url(#filter7_dii_1876_110471)">
<rect x="25.5264" y="28.8149" width="6.23999" height="2.4" rx="0.479999" transform="rotate(-90 25.5264 28.8149)" fill="white"/>
</g>
<g filter="url(#filter8_dii_1876_110471)">
<rect x="21.4468" y="28.8149" width="4.43999" height="2.4" rx="0.479999" transform="rotate(-90 21.4468 28.8149)" fill="white"/>
</g>
</g>
<defs>
<filter id="filter0_d_1876_110471" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110471"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110471" result="shape"/>
</filter>
<filter id="filter1_bii_1876_110471" x="9.56658" y="9.97503" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1876_110471"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1876_110471" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.719999" dy="-0.719999"/>
<feGaussianBlur stdDeviation="0.3"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110471"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110471" result="effect3_innerShadow_1876_110471"/>
</filter>
<filter id="filter2_f_1876_110471" x="27.2905" y="10.6591" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1876_110471"/>
</filter>
<filter id="filter3_i_1876_110471" x="27.2064" y="10.6351" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1876_110471"/>
</filter>
<filter id="filter4_dii_1876_110471" x="14.9665" y="28.8151" width="15.84" height="5.99991" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110471"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110471" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.359999" dy="-0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.3 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110471"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110471" result="effect3_innerShadow_1876_110471"/>
</filter>
<filter id="filter5_dii_1876_110471" x="14.9445" y="15.6496" width="15.5885" height="9.75161" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110471"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110471" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.359999" dy="-0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110471"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110471" result="effect3_innerShadow_1876_110471"/>
</filter>
<filter id="filter6_dii_1876_110471" x="15.6867" y="21.8549" width="6.2399" height="9.12002" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110471"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110471" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.359999" dy="-0.359999"/>
<feGaussianBlur stdDeviation="0.24"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.3 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110471"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110471" result="effect3_innerShadow_1876_110471"/>
</filter>
<filter id="filter7_dii_1876_110471" x="23.8464" y="20.895" width="6.2399" height="10.08" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110471"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110471" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.359999" dy="-0.359999"/>
<feGaussianBlur stdDeviation="0.24"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.3 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110471"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110471" result="effect3_innerShadow_1876_110471"/>
</filter>
<filter id="filter8_dii_1876_110471" x="19.7668" y="22.695" width="6.2399" height="8.27994" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110471"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110471" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.359999" dy="-0.359999"/>
<feGaussianBlur stdDeviation="0.24"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.3 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110471"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110471" result="effect3_innerShadow_1876_110471"/>
</filter>
<linearGradient id="paint0_linear_1876_110471" x1="47.8466" y1="58.8148" x2="-8.75641" y2="14.2275" gradientUnits="userSpaceOnUse">
<stop stop-color="#EF5655"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.808765" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint1_linear_1876_110471" x1="47.8466" y1="58.8148" x2="-8.75641" y2="14.2275" gradientUnits="userSpaceOnUse">
<stop stop-color="#C54746"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.8" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint2_linear_1876_110471" x1="26.5464" y1="9.4951" x2="34.2864" y2="24.1951" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFA9A5"/>
<stop offset="1" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint3_linear_1876_110471" x1="28.6465" y1="32.6551" x2="27.3573" y2="27.7055" gradientUnits="userSpaceOnUse">
<stop offset="0.275" stop-color="white"/>
<stop offset="0.87" stop-color="#E1EAF5"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

177
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_indicator_spider.svg

@ -0,0 +1,177 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#D9F1FC"/>
<g filter="url(#filter0_d_1869_103550)">
<g filter="url(#filter1_bii_1869_103550)">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint0_linear_1869_103550)"/>
</g>
<mask id="mask0_1869_103550" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="12" width="24" height="25">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint1_linear_1869_103550)"/>
</mask>
<g mask="url(#mask0_1869_103550)">
<g opacity="0.08" filter="url(#filter2_f_1869_103550)">
<path d="M29.4001 12.3601L29.4 17.3806C29.3999 18.7061 30.4744 19.7807 31.7999 19.7807H39.7799L31.1399 17.8201L29.4001 12.3601Z" fill="#003AD9"/>
</g>
<g filter="url(#filter3_i_1869_103550)">
<path d="M28.7998 12.0601C29.3635 12.1981 29.7599 12.7033 29.7599 13.2837L29.7599 14.7503L29.7598 16.6606C29.7598 17.9861 30.8343 19.0606 32.1598 19.0606H34.2756H34.8321C35.4508 19.0606 35.9626 19.5424 35.9998 20.1601L36.1198 17.7601L33.0757 15.3503L31.5598 11.8201L28.7998 12.0601Z" fill="url(#paint2_linear_1869_103550)"/>
</g>
</g>
<g filter="url(#filter4_dii_1869_103550)">
<path d="M29.3376 18.5165C29.4916 18.4979 29.6226 18.6282 29.6048 18.7823L29.1722 22.5287C29.1491 22.7285 28.9051 22.813 28.7634 22.6701L27.5584 21.4554L24.5542 24.295C24.3721 24.4672 24.0883 24.4703 23.9025 24.3021L21.3167 21.9626L18.7684 24.0823C18.6662 24.1673 18.5144 24.1531 18.4298 24.0506L17.913 23.4244C17.8285 23.322 17.8432 23.1703 17.946 23.0861L21.0328 20.5556C21.2143 20.4069 21.4767 20.4111 21.6533 20.5657L24.1847 22.7822L26.6806 20.5706L25.4823 19.3741C25.3406 19.2326 25.4243 18.9901 25.6231 18.966L29.3376 18.5165Z" fill="white"/>
</g>
<g filter="url(#filter5_dii_1869_103550)">
<rect x="18.3599" y="30.96" width="6.11999" height="2.4" rx="0.479999" transform="rotate(-90 18.3599 30.96)" fill="white"/>
</g>
<g filter="url(#filter6_dii_1869_103550)">
<rect x="26.7598" y="31.0801" width="7.19999" height="2.4" rx="0.479999" transform="rotate(-90 26.7598 31.0801)" fill="white"/>
</g>
<g filter="url(#filter7_dii_1869_103550)">
<rect x="22.6802" y="30.96" width="5.27999" height="2.4" rx="0.479999" transform="rotate(-90 22.6802 30.96)" fill="white"/>
</g>
</g>
<defs>
<filter id="filter0_d_1869_103550" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.509804 0 0 0 0 0.847059 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_103550"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_103550" result="shape"/>
</filter>
<filter id="filter1_bii_1869_103550" x="10.32" y="10.32" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1869_103550"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1869_103550" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.388235 0 0 0 0 0.682353 0 0 0 0.14 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_103550"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_103550" result="effect3_innerShadow_1869_103550"/>
</filter>
<filter id="filter2_f_1869_103550" x="28.0439" y="11.0041" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1869_103550"/>
</filter>
<filter id="filter3_i_1869_103550" x="27.9598" y="10.9801" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.2 0 0 0 0 0.74902 0 0 0 0.09 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1869_103550"/>
</filter>
<filter id="filter4_dii_1869_103550" x="16.1779" y="16.8347" width="15.5885" height="9.75161" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.00392157 0 0 0 0 0.501961 0 0 0 0 0.74902 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_103550"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_103550" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.359999" dy="-0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.00392157 0 0 0 0 0.501961 0 0 0 0 0.74902 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_103550"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_103550" result="effect3_innerShadow_1869_103550"/>
</filter>
<filter id="filter5_dii_1869_103550" x="16.6799" y="23.1601" width="6.2399" height="9.95987" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.00392157 0 0 0 0 0.501961 0 0 0 0 0.74902 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_103550"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_103550" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.359999" dy="-0.359999"/>
<feGaussianBlur stdDeviation="0.24"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.00392157 0 0 0 0 0.501961 0 0 0 0 0.74902 0 0 0 0.3 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_103550"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_103550" result="effect3_innerShadow_1869_103550"/>
</filter>
<filter id="filter6_dii_1869_103550" x="25.0798" y="22.2001" width="6.2399" height="11.0399" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.00392157 0 0 0 0 0.501961 0 0 0 0 0.74902 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_103550"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_103550" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.359999" dy="-0.359999"/>
<feGaussianBlur stdDeviation="0.24"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.00392157 0 0 0 0 0.501961 0 0 0 0 0.74902 0 0 0 0.3 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_103550"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_103550" result="effect3_innerShadow_1869_103550"/>
</filter>
<filter id="filter7_dii_1869_103550" x="21.0002" y="23.9999" width="6.2399" height="9.12002" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.00392157 0 0 0 0 0.501961 0 0 0 0 0.74902 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_103550"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_103550" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.359999" dy="-0.359999"/>
<feGaussianBlur stdDeviation="0.24"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.00392157 0 0 0 0 0.501961 0 0 0 0 0.74902 0 0 0 0.3 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_103550"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_103550" result="effect3_innerShadow_1869_103550"/>
</filter>
<linearGradient id="paint0_linear_1869_103550" x1="36" y1="36.84" x2="7.92937" y2="18.0962" gradientUnits="userSpaceOnUse">
<stop offset="0.15" stop-color="#01A3F7"/>
<stop offset="1" stop-color="#0AC0FA"/>
</linearGradient>
<linearGradient id="paint1_linear_1869_103550" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#004AE0"/>
<stop offset="0.4" stop-color="#2562FF"/>
<stop offset="0.808765" stop-color="#3492FF"/>
</linearGradient>
<linearGradient id="paint2_linear_1869_103550" x1="26.0845" y1="9.79704" x2="34.8718" y2="26.1876" gradientUnits="userSpaceOnUse">
<stop stop-color="#90E4FF"/>
<stop offset="1" stop-color="#5AD1FF"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

178
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_indicator_spider_error.svg

@ -0,0 +1,178 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#FEF1F0"/>
<g filter="url(#filter0_d_1876_110479)">
<g filter="url(#filter1_bii_1876_110479)">
<path d="M29.5053 12.6159C28.9589 12.0045 28.1779 11.655 27.3579 11.655H13.6466C12.3211 11.655 11.2466 12.7295 11.2466 14.055L11.2466 34.095C11.2466 35.4205 12.3211 36.495 13.6466 36.495H32.8466C34.1721 36.495 35.2466 35.4205 35.2466 34.095V20.1397C35.2466 19.4317 34.9858 18.7485 34.514 18.2206L29.5053 12.6159Z" fill="url(#paint0_linear_1876_110479)"/>
</g>
<mask id="mask0_1876_110479" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="11" y="11" width="25" height="26">
<path d="M29.5053 12.6159C28.9589 12.0045 28.1779 11.655 27.3579 11.655H13.6466C12.3211 11.655 11.2466 12.7295 11.2466 14.055L11.2466 34.095C11.2466 35.4205 12.3211 36.495 13.6466 36.495H32.8466C34.1721 36.495 35.2466 35.4205 35.2466 34.095V20.1397C35.2466 19.4317 34.9858 18.7485 34.514 18.2206L29.5053 12.6159Z" fill="url(#paint1_linear_1876_110479)"/>
</mask>
<g mask="url(#mask0_1876_110479)">
<g opacity="0.13" filter="url(#filter2_f_1876_110479)">
<path d="M28.6466 12.0151L28.6465 17.0356C28.6465 18.3611 29.721 19.4357 31.0465 19.4357H39.0265L30.3865 17.4751L28.6466 12.0151Z" fill="#C54746"/>
</g>
<g filter="url(#filter3_i_1876_110479)">
<path d="M28.0464 11.7151C28.61 11.8531 29.0065 12.3584 29.0065 12.9387L29.0065 14.4053L29.0064 16.3156C29.0064 17.6411 30.0809 18.7156 31.4064 18.7156H33.5222H34.0787C34.6974 18.7156 35.2091 19.1975 35.2464 19.8151L35.3664 17.4151L32.3223 15.0054L30.8064 11.4751L28.0464 11.7151Z" fill="url(#paint2_linear_1876_110479)"/>
</g>
</g>
<g filter="url(#filter4_dii_1876_110479)">
<path d="M28.5842 18.0517C28.7382 18.0331 28.8692 18.1633 28.8514 18.3175L28.4188 22.0638C28.3957 22.2637 28.1517 22.3482 28.01 22.2053L26.8049 20.9905L23.8008 23.8302C23.6187 24.0023 23.3349 24.0054 23.1491 23.8373L20.5633 21.4977L18.015 23.6175C17.9128 23.7025 17.761 23.6883 17.6764 23.5857L17.1596 22.9596C17.0751 22.8571 17.0898 22.7054 17.1926 22.6212L20.2794 20.0908C20.4609 19.942 20.7233 19.9463 20.8999 20.1009L23.4313 22.3173L25.9272 20.1058L24.7289 18.9093C24.5872 18.7678 24.6709 18.5252 24.8696 18.5012L28.5842 18.0517Z" fill="white"/>
</g>
<g filter="url(#filter5_dii_1876_110479)">
<rect x="17.6064" y="30.4951" width="6.11999" height="2.4" rx="0.479999" transform="rotate(-90 17.6064 30.4951)" fill="white"/>
</g>
<g filter="url(#filter6_dii_1876_110479)">
<rect x="26.0063" y="30.615" width="7.19999" height="2.4" rx="0.479999" transform="rotate(-90 26.0063 30.615)" fill="white"/>
</g>
<g filter="url(#filter7_dii_1876_110479)">
<rect x="21.9268" y="30.4951" width="5.27999" height="2.4" rx="0.479999" transform="rotate(-90 21.9268 30.4951)" fill="white"/>
</g>
</g>
<defs>
<filter id="filter0_d_1876_110479" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110479"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110479" result="shape"/>
</filter>
<filter id="filter1_bii_1876_110479" x="9.56658" y="9.97503" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1876_110479"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1876_110479" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.719999" dy="-0.719999"/>
<feGaussianBlur stdDeviation="0.3"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110479"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110479" result="effect3_innerShadow_1876_110479"/>
</filter>
<filter id="filter2_f_1876_110479" x="27.2905" y="10.6591" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1876_110479"/>
</filter>
<filter id="filter3_i_1876_110479" x="27.2064" y="10.6351" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1876_110479"/>
</filter>
<filter id="filter4_dii_1876_110479" x="15.4245" y="16.3698" width="15.5885" height="9.75161" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110479"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110479" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.359999" dy="-0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110479"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110479" result="effect3_innerShadow_1876_110479"/>
</filter>
<filter id="filter5_dii_1876_110479" x="15.9264" y="22.6952" width="6.2399" height="9.95987" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110479"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110479" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.359999" dy="-0.359999"/>
<feGaussianBlur stdDeviation="0.24"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.3 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110479"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110479" result="effect3_innerShadow_1876_110479"/>
</filter>
<filter id="filter6_dii_1876_110479" x="24.3264" y="21.735" width="6.2399" height="11.0399" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110479"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110479" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.359999" dy="-0.359999"/>
<feGaussianBlur stdDeviation="0.24"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.3 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110479"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110479" result="effect3_innerShadow_1876_110479"/>
</filter>
<filter id="filter7_dii_1876_110479" x="20.2468" y="23.5351" width="6.2399" height="9.12002" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.24" dy="0.24"/>
<feGaussianBlur stdDeviation="0.959998"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110479"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110479" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.359999" dy="-0.359999"/>
<feGaussianBlur stdDeviation="0.24"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.3 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110479"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.359999" dy="0.359999"/>
<feGaussianBlur stdDeviation="0.18"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110479" result="effect3_innerShadow_1876_110479"/>
</filter>
<linearGradient id="paint0_linear_1876_110479" x1="47.8466" y1="58.8148" x2="-8.75641" y2="14.2275" gradientUnits="userSpaceOnUse">
<stop stop-color="#EF5655"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.808765" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint1_linear_1876_110479" x1="47.8466" y1="58.8148" x2="-8.75641" y2="14.2275" gradientUnits="userSpaceOnUse">
<stop stop-color="#C54746"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.8" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint2_linear_1876_110479" x1="26.5464" y1="9.4951" x2="34.2864" y2="24.1951" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFA9A5"/>
<stop offset="1" stop-color="#FD7F79"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

10
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_report.svg

@ -0,0 +1,10 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#E8E5FF"/>
<path d="M15.2656 15.1641H33.2422V33.1406H15.2656V15.1641Z" fill="#E8E5FF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.5312 15.4687H15.4687L15.4687 32.5312H32.5312V15.4687ZM15.4687 13.8438C14.5713 13.8438 13.8438 14.5713 13.8438 15.4687V32.5312C13.8438 33.4287 14.5713 34.1562 15.4687 34.1562H32.5312C33.4287 34.1562 34.1562 33.4287 34.1562 32.5312V15.4687C34.1562 14.5713 33.4287 13.8438 32.5312 13.8438H15.4687Z" fill="#7848F2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.6641 14.1484L21.6641 33.4453L20.0391 33.4453L20.0391 14.1484L21.6641 14.1484Z" fill="#7848F2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.5391 19.8359L33.6484 19.8359L33.6484 21.4609L26.5391 21.4609L26.5391 19.8359Z" fill="#7848F2"/>
<path d="M15.2656 15.1641H27.25V27.1484H15.2656V15.1641Z" fill="#F8F9FC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.4023 26.082L33.6992 26.082L33.6992 27.707L14.4023 27.707L14.4023 26.082Z" fill="#7848F2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.9609 14.0469L27.9609 33.3437L26.3359 33.3437L26.3359 14.0469L27.9609 14.0469Z" fill="#7848F2"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

10
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_report_error.svg

@ -0,0 +1,10 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#FEF1F0"/>
<rect x="15.2656" y="15.1641" width="17.9766" height="17.9766" fill="#FFC6C2"/>
<rect x="14.6562" y="14.6562" width="18.6875" height="18.6875" rx="0.8125" stroke="#EF5655" stroke-width="1.625"/>
<path d="M20.8516 14.9609L20.8516 32.6328" stroke="#EF5655" stroke-width="1.625" stroke-linecap="square"/>
<path d="M27.3516 20.6484L32.8359 20.6484" stroke="#EF5655" stroke-width="1.625" stroke-linecap="square"/>
<rect x="15.2656" y="15.1641" width="11.9844" height="11.9844" fill="white"/>
<path d="M15.2148 26.8945L32.8867 26.8945" stroke="#EF5655" stroke-width="1.625" stroke-linecap="square"/>
<path d="M27.1484 14.8594L27.1484 32.5313" stroke="#EF5655" stroke-width="1.625" stroke-linecap="square"/>
</svg>

After

Width:  |  Height:  |  Size: 983 B

134
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_sql_table_direct.svg

@ -0,0 +1,134 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#FFF1DC"/>
<g filter="url(#filter0_d_1869_105432)">
<g filter="url(#filter1_bii_1869_105432)">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint0_linear_1869_105432)"/>
</g>
<mask id="mask0_1869_105432" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="12" width="24" height="25">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint1_linear_1869_105432)"/>
</mask>
<g mask="url(#mask0_1869_105432)">
<g opacity="0.2" filter="url(#filter2_f_1869_105432)">
<path d="M29.4001 12.3601L29.4 17.3806C29.3999 18.7061 30.4744 19.7807 31.7999 19.7807H39.7799L31.1399 17.8201L29.4001 12.3601Z" fill="#C7570D"/>
</g>
<g filter="url(#filter3_i_1869_105432)">
<path d="M28.7998 12.0601C29.3635 12.1981 29.7599 12.7033 29.7599 13.2837L29.7599 14.7503L29.7598 16.6606C29.7598 17.9861 30.8343 19.0606 32.1598 19.0606H34.2756H34.8321C35.4508 19.0606 35.9626 19.5424 35.9998 20.1601L36.1198 17.7601L33.0757 15.3503L31.5598 11.8201L28.7998 12.0601Z" fill="url(#paint2_linear_1869_105432)"/>
</g>
</g>
<g filter="url(#filter4_dii_1869_105432)">
<path d="M26.1415 15.4396C26.1415 15.3843 26.0966 15.3394 26.0412 15.3394H24.9422C24.8869 15.3394 24.842 15.3843 24.842 15.4396V23.4198C24.842 23.4752 24.8869 23.5201 24.9422 23.5201H26.0412C26.0966 23.5201 26.1415 23.4752 26.1415 23.4198V15.4396Z" fill="url(#paint3_linear_1869_105432)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.4565 17.4533C15.4565 17.0855 15.7509 16.7874 16.1141 16.7874H19.0583C19.1137 16.7874 19.1586 16.8323 19.1586 16.8877V17.9365C19.1586 17.9919 19.1137 18.0368 19.0583 18.0368H16.7059V19.4771H18.501C18.8642 19.4771 19.1586 19.7816 19.1586 20.1494V22.8542C19.1586 23.222 18.8642 23.5201 18.501 23.5201H15.5568C15.5014 23.5201 15.4565 23.4752 15.4565 23.4198V22.371C15.4565 22.3156 15.5014 22.2707 15.5568 22.2707H17.9092V20.7767H16.1141C15.7509 20.7767 15.4565 20.4785 15.4565 20.1108V17.4533Z" fill="url(#paint4_linear_1869_105432)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.9407 17.4507C19.9407 17.0844 20.2376 16.7874 20.6039 16.7874H23.4013C23.7676 16.7874 24.0646 17.0844 24.0646 17.4507L24.0599 23.4199C24.0599 23.4752 24.015 23.5201 23.9597 23.5201H22.8608C22.8054 23.5201 22.7604 23.475 22.7606 23.4195L22.7651 21.5828H20.6039C20.2376 21.5828 19.9407 21.2859 19.9407 20.9196L19.9407 17.4507ZM22.4522 20.285C22.625 20.285 22.7651 20.145 22.7651 19.9722V18.3998C22.7651 18.227 22.625 18.0869 22.4522 18.0869H21.5531C21.3803 18.0869 21.2402 18.227 21.2402 18.3998V19.9722C21.2402 20.145 21.3803 20.285 21.5531 20.285H22.4522Z" fill="url(#paint5_linear_1869_105432)"/>
</g>
<path d="M14.8799 26.98H19.4399V28.755H14.8799V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M14.8799 28.755H19.4399V30.53H14.8799V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M14.8799 30.53H19.4399V32.305H14.8799V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M14.8799 32.305H19.4399V34.08H14.8799V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 26.98H23.9999V28.755H19.4399V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M19.4399 28.755H23.9999V30.53H19.4399V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 30.53H23.9999V32.305H19.4399V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M19.4399 32.305H23.9999V34.08H19.4399V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 26.98H28.5599V28.755H23.9999V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M23.9999 28.755H28.5599V30.53H23.9999V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 30.53H28.5599V32.305H23.9999V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M23.9999 32.305H28.5599V34.08H23.9999V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 26.98H33.1199V28.755H28.5599V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M28.5599 28.755H33.1199V30.53H28.5599V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 30.53H33.1199V32.305H28.5599V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M28.5599 32.305H33.1199V34.08H28.5599V32.305Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.3632 28.6958V27.0983H15.0332V28.6958H19.3632ZM19.3632 28.8141H15.0332V30.4708H19.3632V28.8141ZM19.5165 30.4708V28.8141H23.9232V30.4708H19.5165ZM19.3632 30.5891H15.0332V32.2458H19.3632V30.5891ZM19.5165 32.2458V30.5891H23.9232V32.2458H19.5165ZM19.3632 32.3641H15.0332V33.9616H19.3632V32.3641ZM19.5165 33.9616V32.3641H23.9232V33.9616H19.5165ZM14.8799 34.08V26.98H33.1199V34.08H14.8799ZM24.0765 33.9616H28.4832V32.3641H24.0765V33.9616ZM24.0765 32.2458H28.4832V30.5891H24.0765V32.2458ZM24.0765 30.4708H28.4832V28.8141H24.0765V30.4708ZM24.0765 28.6958H28.4832V27.0983H24.0765V28.6958ZM23.9232 27.0983H19.5165V28.6958H23.9232V27.0983ZM28.6365 27.0983V28.6958H32.9666V27.0983H28.6365ZM32.9666 28.8141H28.6365V30.4708H32.9666V28.8141ZM32.9666 30.5891H28.6365V32.2458H32.9666V30.5891ZM32.9666 32.3641H28.6365V33.9616H32.9666V32.3641Z" fill="white" fill-opacity="0.6"/>
<rect x="14.8799" y="25.6799" width="18.24" height="1.44" fill="white"/>
</g>
<defs>
<filter id="filter0_d_1869_105432" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.917647 0 0 0 0 0.407843 0 0 0 0 0.0666667 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_105432"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_105432" result="shape"/>
</filter>
<filter id="filter1_bii_1869_105432" x="10.32" y="10.32" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1869_105432"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1869_105432" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.917647 0 0 0 0 0.407843 0 0 0 0 0.0666667 0 0 0 0.38 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_105432"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_105432" result="effect3_innerShadow_1869_105432"/>
</filter>
<filter id="filter2_f_1869_105432" x="28.0439" y="11.0041" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1869_105432"/>
</filter>
<filter id="filter3_i_1869_105432" x="27.9598" y="10.9801" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.972549 0 0 0 0 0.54902 0 0 0 0 0.113725 0 0 0 0.42 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1869_105432"/>
</filter>
<filter id="filter4_dii_1869_105432" x="13.8619" y="13.7447" width="14.5728" height="12.0684" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.349199" dy="0.349199"/>
<feGaussianBlur stdDeviation="0.971939"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.780392 0 0 0 0 0.341176 0 0 0 0 0.0509804 0 0 0 0.52 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_105432"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_105432" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.256695" dy="-0.256695"/>
<feGaussianBlur stdDeviation="0.192521"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.780392 0 0 0 0 0.341176 0 0 0 0 0.0509804 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_105432"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.256695" dy="0.256695"/>
<feGaussianBlur stdDeviation="0.192521"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_105432" result="effect3_innerShadow_1869_105432"/>
</filter>
<linearGradient id="paint0_linear_1869_105432" x1="40.56" y1="49.3841" x2="-6.54622" y2="7.15748" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF861B"/>
<stop offset="1" stop-color="#FAC532"/>
</linearGradient>
<linearGradient id="paint1_linear_1869_105432" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#004AE0"/>
<stop offset="0.4" stop-color="#2562FF"/>
<stop offset="0.808765" stop-color="#3492FF"/>
</linearGradient>
<linearGradient id="paint2_linear_1869_105432" x1="26.0845" y1="9.79704" x2="34.8718" y2="26.1876" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFCE8E"/>
<stop offset="1" stop-color="#FFB866"/>
</linearGradient>
<linearGradient id="paint3_linear_1869_105432" x1="26.1415" y1="23.5849" x2="11.1028" y2="8.74148" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#E1EAF5"/>
</linearGradient>
<linearGradient id="paint4_linear_1869_105432" x1="26.1415" y1="23.5849" x2="11.1028" y2="8.74148" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#E1EAF5"/>
</linearGradient>
<linearGradient id="paint5_linear_1869_105432" x1="26.1415" y1="23.5849" x2="11.1028" y2="8.74148" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#E1EAF5"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

135
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_sql_table_direct_error.svg

@ -0,0 +1,135 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#FEF1F0"/>
<g filter="url(#filter0_d_1876_110482)">
<g filter="url(#filter1_bii_1876_110482)">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint0_linear_1876_110482)"/>
</g>
<mask id="mask0_1876_110482" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="12" width="24" height="25">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint1_linear_1876_110482)"/>
</mask>
<g mask="url(#mask0_1876_110482)">
<g opacity="0.13" filter="url(#filter2_f_1876_110482)">
<path d="M29.4001 12.3601L29.4 17.3806C29.3999 18.7061 30.4744 19.7807 31.7999 19.7807H39.7799L31.1399 17.8201L29.4001 12.3601Z" fill="#C54746"/>
</g>
<g filter="url(#filter3_i_1876_110482)">
<path d="M28.7998 12.0601C29.3635 12.1981 29.7599 12.7033 29.7599 13.2837L29.7599 14.7503L29.7598 16.6606C29.7598 17.9861 30.8343 19.0606 32.1598 19.0606H34.2756H34.8321C35.4508 19.0606 35.9626 19.5424 35.9998 20.1601L36.1198 17.7601L33.0757 15.3503L31.5598 11.8201L28.7998 12.0601Z" fill="url(#paint2_linear_1876_110482)"/>
</g>
</g>
<path d="M14.8799 26.98H19.4399V28.755H14.8799V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M14.8799 28.755H19.4399V30.53H14.8799V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M14.8799 30.53H19.4399V32.305H14.8799V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M14.8799 32.305H19.4399V34.08H14.8799V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 26.98H23.9999V28.755H19.4399V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M19.4399 28.755H23.9999V30.53H19.4399V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 30.53H23.9999V32.305H19.4399V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M19.4399 32.305H23.9999V34.08H19.4399V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 26.98H28.5599V28.755H23.9999V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M23.9999 28.755H28.5599V30.53H23.9999V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 30.53H28.5599V32.305H23.9999V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M23.9999 32.305H28.5599V34.08H23.9999V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 26.98H33.1199V28.755H28.5599V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M28.5599 28.755H33.1199V30.53H28.5599V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 30.53H33.1199V32.305H28.5599V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M28.5599 32.305H33.1199V34.08H28.5599V32.305Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.3632 28.6958V27.0983H15.0332V28.6958H19.3632ZM19.3632 28.8141H15.0332V30.4708H19.3632V28.8141ZM19.5165 30.4708V28.8141H23.9232V30.4708H19.5165ZM19.3632 30.5891H15.0332V32.2458H19.3632V30.5891ZM19.5165 32.2458V30.5891H23.9232V32.2458H19.5165ZM19.3632 32.3641H15.0332V33.9616H19.3632V32.3641ZM19.5165 33.9616V32.3641H23.9232V33.9616H19.5165ZM14.8799 34.08V26.98H33.1199V34.08H14.8799ZM24.0765 33.9616H28.4832V32.3641H24.0765V33.9616ZM24.0765 32.2458H28.4832V30.5891H24.0765V32.2458ZM24.0765 30.4708H28.4832V28.8141H24.0765V30.4708ZM24.0765 28.6958H28.4832V27.0983H24.0765V28.6958ZM23.9232 27.0983H19.5165V28.6958H23.9232V27.0983ZM28.6365 27.0983V28.6958H32.9666V27.0983H28.6365ZM32.9666 28.8141H28.6365V30.4708H32.9666V28.8141ZM32.9666 30.5891H28.6365V32.2458H32.9666V30.5891ZM32.9666 32.3641H28.6365V33.9616H32.9666V32.3641Z" fill="white" fill-opacity="0.6"/>
<rect x="14.8799" y="25.6799" width="18.24" height="1.44" fill="white"/>
<g filter="url(#filter4_dii_1876_110482)">
<path d="M26.0448 15.3403C26.0448 15.2849 25.9999 15.24 25.9445 15.24H24.8456C24.7902 15.24 24.7453 15.2849 24.7453 15.3403V23.3204C24.7453 23.3758 24.7902 23.4207 24.8456 23.4207H25.9445C25.9999 23.4207 26.0448 23.3758 26.0448 23.3204V15.3403Z" fill="url(#paint3_linear_1876_110482)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.3599 17.3539C15.3599 16.9862 15.6542 16.6881 16.0174 16.6881H18.9616C19.017 16.6881 19.0619 16.7329 19.0619 16.7883V17.8372C19.0619 17.8925 19.017 17.9374 18.9616 17.9374H16.6092V19.3778H18.4044C18.7675 19.3778 19.0619 19.6822 19.0619 20.05V22.7548C19.0619 23.1226 18.7675 23.4207 18.4044 23.4207H15.4601C15.4048 23.4207 15.3599 23.3758 15.3599 23.3204V22.2716C15.3599 22.2162 15.4048 22.1713 15.4601 22.1713H17.8125V20.6773H16.0174C15.6542 20.6773 15.3599 20.3792 15.3599 20.0114V17.3539Z" fill="url(#paint4_linear_1876_110482)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.844 17.3513C19.844 16.985 20.1409 16.6881 20.5072 16.6881H23.3047C23.671 16.6881 23.9679 16.985 23.9679 17.3513L23.9632 23.3205C23.9632 23.3758 23.9183 23.4207 23.863 23.4207H22.7642C22.7087 23.4207 22.6638 23.3757 22.6639 23.3202L22.6684 21.4835H20.5072C20.1409 21.4835 19.844 21.1865 19.844 20.8202L19.844 17.3513ZM22.3555 20.1857C22.5283 20.1857 22.6684 20.0456 22.6684 19.8728V18.3004C22.6684 18.1276 22.5283 17.9876 22.3555 17.9876H21.4564C21.2836 17.9876 21.1435 18.1276 21.1435 18.3004V19.8728C21.1435 20.0456 21.2836 20.1857 21.4564 20.1857H22.3555Z" fill="url(#paint5_linear_1876_110482)"/>
</g>
</g>
<defs>
<filter id="filter0_d_1876_110482" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110482"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110482" result="shape"/>
</filter>
<filter id="filter1_bii_1876_110482" x="10.32" y="10.32" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1876_110482"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1876_110482" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.719999" dy="-0.719999"/>
<feGaussianBlur stdDeviation="0.3"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110482"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110482" result="effect3_innerShadow_1876_110482"/>
</filter>
<filter id="filter2_f_1876_110482" x="28.0439" y="11.0041" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1876_110482"/>
</filter>
<filter id="filter3_i_1876_110482" x="27.9598" y="10.9801" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1876_110482"/>
</filter>
<filter id="filter4_dii_1876_110482" x="13.7652" y="13.6453" width="14.5728" height="12.0684" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.349199" dy="0.349199"/>
<feGaussianBlur stdDeviation="0.971939"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.52 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110482"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110482" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.256695" dy="-0.256695"/>
<feGaussianBlur stdDeviation="0.192521"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110482"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.256695" dy="0.256695"/>
<feGaussianBlur stdDeviation="0.192521"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110482" result="effect3_innerShadow_1876_110482"/>
</filter>
<linearGradient id="paint0_linear_1876_110482" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#EF5655"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.808765" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint1_linear_1876_110482" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#C54746"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.8" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint2_linear_1876_110482" x1="27.2998" y1="9.84007" x2="35.0398" y2="24.54" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFA9A5"/>
<stop offset="1" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint3_linear_1876_110482" x1="26.0448" y1="23.4855" x2="11.0061" y2="8.64212" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#E1EAF5"/>
</linearGradient>
<linearGradient id="paint4_linear_1876_110482" x1="26.0448" y1="23.4855" x2="11.0061" y2="8.64212" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#E1EAF5"/>
</linearGradient>
<linearGradient id="paint5_linear_1876_110482" x1="26.0448" y1="23.4855" x2="11.0061" y2="8.64212" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#E1EAF5"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

133
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_sql_table_spider.svg

@ -0,0 +1,133 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#FFF1DC"/>
<g filter="url(#filter0_d_1869_103553)">
<g filter="url(#filter1_bii_1869_103553)">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint0_linear_1869_103553)"/>
</g>
<mask id="mask0_1869_103553" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="12" width="24" height="25">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint1_linear_1869_103553)"/>
</mask>
<g mask="url(#mask0_1869_103553)">
<g opacity="0.2" filter="url(#filter2_f_1869_103553)">
<path d="M29.4001 12.3601L29.4 17.3806C29.3999 18.7061 30.4744 19.7807 31.7999 19.7807H39.7799L31.1399 17.8201L29.4001 12.3601Z" fill="#C7570D"/>
</g>
<g filter="url(#filter3_i_1869_103553)">
<path d="M28.7998 12.0601C29.3635 12.1981 29.7599 12.7033 29.7599 13.2837L29.7599 14.7503L29.7598 16.6606C29.7598 17.9861 30.8343 19.0606 32.1598 19.0606H34.2756H34.8321C35.4508 19.0606 35.9626 19.5424 35.9998 20.1601L36.1198 17.7601L33.0757 15.3503L31.5598 11.8201L28.7998 12.0601Z" fill="url(#paint2_linear_1869_103553)"/>
</g>
</g>
<g filter="url(#filter4_dii_1869_103553)">
<path d="M26.1415 15.4396C26.1415 15.3843 26.0966 15.3394 26.0412 15.3394H24.9422C24.8869 15.3394 24.842 15.3843 24.842 15.4396V23.4198C24.842 23.4752 24.8869 23.5201 24.9422 23.5201H26.0412C26.0966 23.5201 26.1415 23.4752 26.1415 23.4198V15.4396Z" fill="url(#paint3_linear_1869_103553)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.4565 17.4533C15.4565 17.0855 15.7509 16.7874 16.1141 16.7874H19.0583C19.1137 16.7874 19.1586 16.8323 19.1586 16.8877V17.9365C19.1586 17.9919 19.1137 18.0368 19.0583 18.0368H16.7059V19.4771H18.501C18.8642 19.4771 19.1586 19.7816 19.1586 20.1494V22.8542C19.1586 23.222 18.8642 23.5201 18.501 23.5201H15.5568C15.5014 23.5201 15.4565 23.4752 15.4565 23.4198V22.371C15.4565 22.3156 15.5014 22.2707 15.5568 22.2707H17.9092V20.7767H16.1141C15.7509 20.7767 15.4565 20.4785 15.4565 20.1108V17.4533Z" fill="url(#paint4_linear_1869_103553)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.9407 17.4507C19.9407 17.0844 20.2376 16.7874 20.6039 16.7874H23.4013C23.7676 16.7874 24.0646 17.0844 24.0646 17.4507L24.0599 23.4199C24.0599 23.4752 24.015 23.5201 23.9597 23.5201H22.8608C22.8054 23.5201 22.7604 23.475 22.7606 23.4195L22.7651 21.5828H20.6039C20.2376 21.5828 19.9407 21.2859 19.9407 20.9196L19.9407 17.4507ZM22.4522 20.285C22.625 20.285 22.7651 20.145 22.7651 19.9722V18.3998C22.7651 18.227 22.625 18.0869 22.4522 18.0869H21.5531C21.3803 18.0869 21.2402 18.227 21.2402 18.3998V19.9722C21.2402 20.145 21.3803 20.285 21.5531 20.285H22.4522Z" fill="url(#paint5_linear_1869_103553)"/>
</g>
<path d="M14.8799 26.98H19.4399V28.755H14.8799V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M14.8799 28.755H19.4399V30.53H14.8799V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M14.8799 30.53H19.4399V32.305H14.8799V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M14.8799 32.305H19.4399V34.08H14.8799V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 26.98H23.9999V28.755H19.4399V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M19.4399 28.755H23.9999V30.53H19.4399V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 30.53H23.9999V32.305H19.4399V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M19.4399 32.305H23.9999V34.08H19.4399V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 26.98H28.5599V28.755H23.9999V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M23.9999 28.755H28.5599V30.53H23.9999V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 30.53H28.5599V32.305H23.9999V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M23.9999 32.305H28.5599V34.08H23.9999V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 26.98H33.1199V28.755H28.5599V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M28.5599 28.755H33.1199V30.53H28.5599V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 30.53H33.1199V32.305H28.5599V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M28.5599 32.305H33.1199V34.08H28.5599V32.305Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.3632 28.6958V27.0983H15.0332V28.6958H19.3632ZM19.3632 28.8141H15.0332V30.4708H19.3632V28.8141ZM19.5165 30.4708V28.8141H23.9232V30.4708H19.5165ZM19.3632 30.5891H15.0332V32.2458H19.3632V30.5891ZM19.5165 32.2458V30.5891H23.9232V32.2458H19.5165ZM19.3632 32.3641H15.0332V33.9616H19.3632V32.3641ZM19.5165 33.9616V32.3641H23.9232V33.9616H19.5165ZM14.8799 34.08V26.98H33.1199V34.08H14.8799ZM24.0765 33.9616H28.4832V32.3641H24.0765V33.9616ZM24.0765 32.2458H28.4832V30.5891H24.0765V32.2458ZM24.0765 30.4708H28.4832V28.8141H24.0765V30.4708ZM24.0765 28.6958H28.4832V27.0983H24.0765V28.6958ZM23.9232 27.0983H19.5165V28.6958H23.9232V27.0983ZM28.6365 27.0983V28.6958H32.9666V27.0983H28.6365ZM32.9666 28.8141H28.6365V30.4708H32.9666V28.8141ZM32.9666 30.5891H28.6365V32.2458H32.9666V30.5891ZM32.9666 32.3641H28.6365V33.9616H32.9666V32.3641Z" fill="white" fill-opacity="0.6"/>
</g>
<defs>
<filter id="filter0_d_1869_103553" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.917647 0 0 0 0 0.407843 0 0 0 0 0.0666667 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_103553"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_103553" result="shape"/>
</filter>
<filter id="filter1_bii_1869_103553" x="10.32" y="10.32" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1869_103553"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1869_103553" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.917647 0 0 0 0 0.407843 0 0 0 0 0.0666667 0 0 0 0.38 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_103553"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_103553" result="effect3_innerShadow_1869_103553"/>
</filter>
<filter id="filter2_f_1869_103553" x="28.0439" y="11.0041" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1869_103553"/>
</filter>
<filter id="filter3_i_1869_103553" x="27.9598" y="10.9801" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.972549 0 0 0 0 0.54902 0 0 0 0 0.113725 0 0 0 0.42 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1869_103553"/>
</filter>
<filter id="filter4_dii_1869_103553" x="13.8619" y="13.7447" width="14.5728" height="12.0684" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.349199" dy="0.349199"/>
<feGaussianBlur stdDeviation="0.971939"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.780392 0 0 0 0 0.341176 0 0 0 0 0.0509804 0 0 0 0.52 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1869_103553"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1869_103553" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.256695" dy="-0.256695"/>
<feGaussianBlur stdDeviation="0.192521"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.780392 0 0 0 0 0.341176 0 0 0 0 0.0509804 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1869_103553"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.256695" dy="0.256695"/>
<feGaussianBlur stdDeviation="0.192521"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1869_103553" result="effect3_innerShadow_1869_103553"/>
</filter>
<linearGradient id="paint0_linear_1869_103553" x1="40.56" y1="49.3841" x2="-6.54622" y2="7.15748" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF861B"/>
<stop offset="1" stop-color="#FAC532"/>
</linearGradient>
<linearGradient id="paint1_linear_1869_103553" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#004AE0"/>
<stop offset="0.4" stop-color="#2562FF"/>
<stop offset="0.808765" stop-color="#3492FF"/>
</linearGradient>
<linearGradient id="paint2_linear_1869_103553" x1="26.0845" y1="9.79704" x2="34.8718" y2="26.1876" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFCE8E"/>
<stop offset="1" stop-color="#FFB866"/>
</linearGradient>
<linearGradient id="paint3_linear_1869_103553" x1="26.1415" y1="23.5849" x2="11.1028" y2="8.74148" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#E1EAF5"/>
</linearGradient>
<linearGradient id="paint4_linear_1869_103553" x1="26.1415" y1="23.5849" x2="11.1028" y2="8.74148" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#E1EAF5"/>
</linearGradient>
<linearGradient id="paint5_linear_1869_103553" x1="26.1415" y1="23.5849" x2="11.1028" y2="8.74148" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#E1EAF5"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

134
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_sql_table_spider_error.svg

@ -0,0 +1,134 @@
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#FEF1F0"/>
<g filter="url(#filter0_d_1876_110474)">
<g filter="url(#filter1_bii_1876_110474)">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint0_linear_1876_110474)"/>
</g>
<mask id="mask0_1876_110474" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="12" width="24" height="25">
<path d="M30.2587 12.9609C29.7124 12.3495 28.9313 12 28.1113 12H14.4C13.0745 12 12 13.0745 12 14.4L12 34.44C12 35.7654 13.0746 36.84 14.4 36.84H33.6C34.9255 36.84 36 35.7654 36 34.44V20.4846C36 19.7766 35.7392 19.0934 35.2674 18.5655L30.2587 12.9609Z" fill="url(#paint1_linear_1876_110474)"/>
</mask>
<g mask="url(#mask0_1876_110474)">
<g opacity="0.13" filter="url(#filter2_f_1876_110474)">
<path d="M29.4001 12.3601L29.4 17.3806C29.3999 18.7061 30.4744 19.7807 31.7999 19.7807H39.7799L31.1399 17.8201L29.4001 12.3601Z" fill="#C54746"/>
</g>
<g filter="url(#filter3_i_1876_110474)">
<path d="M28.7998 12.0601C29.3635 12.1981 29.7599 12.7033 29.7599 13.2837L29.7599 14.7503L29.7598 16.6606C29.7598 17.9861 30.8343 19.0606 32.1598 19.0606H34.2756H34.8321C35.4508 19.0606 35.9626 19.5424 35.9998 20.1601L36.1198 17.7601L33.0757 15.3503L31.5598 11.8201L28.7998 12.0601Z" fill="url(#paint2_linear_1876_110474)"/>
</g>
</g>
<path d="M14.8799 26.98H19.4399V28.755H14.8799V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M14.8799 28.755H19.4399V30.53H14.8799V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M14.8799 30.53H19.4399V32.305H14.8799V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M14.8799 32.305H19.4399V34.08H14.8799V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 26.98H23.9999V28.755H19.4399V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M19.4399 28.755H23.9999V30.53H19.4399V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M19.4399 30.53H23.9999V32.305H19.4399V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M19.4399 32.305H23.9999V34.08H19.4399V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 26.98H28.5599V28.755H23.9999V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M23.9999 28.755H28.5599V30.53H23.9999V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M23.9999 30.53H28.5599V32.305H23.9999V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M23.9999 32.305H28.5599V34.08H23.9999V32.305Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 26.98H33.1199V28.755H28.5599V26.98Z" fill="white" fill-opacity="0.5"/>
<path d="M28.5599 28.755H33.1199V30.53H28.5599V28.755Z" fill="white" fill-opacity="0.2"/>
<path d="M28.5599 30.53H33.1199V32.305H28.5599V30.53Z" fill="white" fill-opacity="0.3"/>
<path d="M28.5599 32.305H33.1199V34.08H28.5599V32.305Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.3632 28.6958V27.0983H15.0332V28.6958H19.3632ZM19.3632 28.8141H15.0332V30.4708H19.3632V28.8141ZM19.5165 30.4708V28.8141H23.9232V30.4708H19.5165ZM19.3632 30.5891H15.0332V32.2458H19.3632V30.5891ZM19.5165 32.2458V30.5891H23.9232V32.2458H19.5165ZM19.3632 32.3641H15.0332V33.9616H19.3632V32.3641ZM19.5165 33.9616V32.3641H23.9232V33.9616H19.5165ZM14.8799 34.08V26.98H33.1199V34.08H14.8799ZM24.0765 33.9616H28.4832V32.3641H24.0765V33.9616ZM24.0765 32.2458H28.4832V30.5891H24.0765V32.2458ZM24.0765 30.4708H28.4832V28.8141H24.0765V30.4708ZM24.0765 28.6958H28.4832V27.0983H24.0765V28.6958ZM23.9232 27.0983H19.5165V28.6958H23.9232V27.0983ZM28.6365 27.0983V28.6958H32.9666V27.0983H28.6365ZM32.9666 28.8141H28.6365V30.4708H32.9666V28.8141ZM32.9666 30.5891H28.6365V32.2458H32.9666V30.5891ZM32.9666 32.3641H28.6365V33.9616H32.9666V32.3641Z" fill="white" fill-opacity="0.6"/>
<g filter="url(#filter4_dii_1876_110474)">
<path d="M26.0448 15.3403C26.0448 15.2849 25.9999 15.24 25.9445 15.24H24.8456C24.7902 15.24 24.7453 15.2849 24.7453 15.3403V23.3204C24.7453 23.3758 24.7902 23.4207 24.8456 23.4207H25.9445C25.9999 23.4207 26.0448 23.3758 26.0448 23.3204V15.3403Z" fill="url(#paint3_linear_1876_110474)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.3599 17.3539C15.3599 16.9862 15.6542 16.6881 16.0174 16.6881H18.9616C19.017 16.6881 19.0619 16.7329 19.0619 16.7883V17.8372C19.0619 17.8925 19.017 17.9374 18.9616 17.9374H16.6092V19.3778H18.4044C18.7675 19.3778 19.0619 19.6822 19.0619 20.05V22.7548C19.0619 23.1226 18.7675 23.4207 18.4044 23.4207H15.4601C15.4048 23.4207 15.3599 23.3758 15.3599 23.3204V22.2716C15.3599 22.2162 15.4048 22.1713 15.4601 22.1713H17.8125V20.6773H16.0174C15.6542 20.6773 15.3599 20.3792 15.3599 20.0114V17.3539Z" fill="url(#paint4_linear_1876_110474)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.844 17.3513C19.844 16.985 20.1409 16.6881 20.5072 16.6881H23.3047C23.671 16.6881 23.9679 16.985 23.9679 17.3513L23.9632 23.3205C23.9632 23.3758 23.9183 23.4207 23.863 23.4207H22.7642C22.7087 23.4207 22.6638 23.3757 22.6639 23.3202L22.6684 21.4835H20.5072C20.1409 21.4835 19.844 21.1865 19.844 20.8202L19.844 17.3513ZM22.3555 20.1857C22.5283 20.1857 22.6684 20.0456 22.6684 19.8728V18.3004C22.6684 18.1276 22.5283 17.9876 22.3555 17.9876H21.4564C21.2836 17.9876 21.1435 18.1276 21.1435 18.3004V19.8728C21.1435 20.0456 21.2836 20.1857 21.4564 20.1857H22.3555Z" fill="url(#paint5_linear_1876_110474)"/>
</g>
</g>
<defs>
<filter id="filter0_d_1876_110474" x="0.571289" y="4.57153" width="46.8569" height="46.8572" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110474"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110474" result="shape"/>
</filter>
<filter id="filter1_bii_1876_110474" x="10.32" y="10.32" width="27.36" height="28.1998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="0.839999"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1876_110474"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1876_110474" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.719999" dy="-0.719999"/>
<feGaussianBlur stdDeviation="0.3"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.35 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110474"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.599999" dy="0.599999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110474" result="effect3_innerShadow_1876_110474"/>
</filter>
<filter id="filter2_f_1876_110474" x="28.0439" y="11.0041" width="13.0919" height="10.1326" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.677999" result="effect1_foregroundBlur_1876_110474"/>
</filter>
<filter id="filter3_i_1876_110474" x="27.9598" y="10.9801" width="8.15982" height="9.18009" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.839999" dy="-0.839999"/>
<feGaussianBlur stdDeviation="0.419999"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1876_110474"/>
</filter>
<filter id="filter4_dii_1876_110474" x="13.7652" y="13.6453" width="14.5728" height="12.0684" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.349199" dy="0.349199"/>
<feGaussianBlur stdDeviation="0.971939"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.52 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1876_110474"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1876_110474" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-0.256695" dy="-0.256695"/>
<feGaussianBlur stdDeviation="0.192521"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.772549 0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1876_110474"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.256695" dy="0.256695"/>
<feGaussianBlur stdDeviation="0.192521"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1876_110474" result="effect3_innerShadow_1876_110474"/>
</filter>
<linearGradient id="paint0_linear_1876_110474" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#EF5655"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.808765" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint1_linear_1876_110474" x1="48.6" y1="59.1598" x2="-8.003" y2="14.5725" gradientUnits="userSpaceOnUse">
<stop stop-color="#C54746"/>
<stop offset="0.4" stop-color="#EF5655"/>
<stop offset="0.8" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint2_linear_1876_110474" x1="27.2998" y1="9.84007" x2="35.0398" y2="24.54" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFA9A5"/>
<stop offset="1" stop-color="#FD7F79"/>
</linearGradient>
<linearGradient id="paint3_linear_1876_110474" x1="26.0448" y1="23.4855" x2="11.0061" y2="8.64212" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#E1EAF5"/>
</linearGradient>
<linearGradient id="paint4_linear_1876_110474" x1="26.0448" y1="23.4855" x2="11.0061" y2="8.64212" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#E1EAF5"/>
</linearGradient>
<linearGradient id="paint5_linear_1876_110474" x1="26.0448" y1="23.4855" x2="11.0061" y2="8.64212" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#E1EAF5"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

7
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_widget.svg

@ -0,0 +1,7 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#DFF5F3"/>
<path d="M14.9609 19.9375H33.0391V32.5312H14.9609V19.9375Z" fill="white"/>
<path d="M14.9609 15.4688H33.0391V18.3125H14.9609V15.4688Z" fill="#C9F8EA"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.4687 15.4687H32.5312V18.3125H15.4687V15.4687ZM15.4687 19.9375L15.4687 32.5312H32.5312V19.9375H15.4687ZM13.8438 15.4687C13.8438 14.5713 14.5713 13.8438 15.4687 13.8438H32.5312C33.4287 13.8438 34.1562 14.5713 34.1562 15.4687V32.5312C34.1562 33.4287 33.4287 34.1562 32.5312 34.1562H15.4687C14.5713 34.1562 13.8438 33.4287 13.8438 32.5312V15.4687Z" fill="#016D66"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.0703 21.3594C21.5094 21.3594 21.0547 21.8141 21.0547 22.375V30.0937C21.0547 30.6547 21.5094 31.1094 22.0703 31.1094C22.6312 31.1094 23.0859 30.6547 23.0859 30.0937V22.375C23.0859 21.8141 22.6312 21.3594 22.0703 21.3594ZM18.2109 26.0312C17.65 26.0312 17.1953 26.486 17.1953 27.0469V30.0937C17.1953 30.6547 17.65 31.1094 18.2109 31.1094C18.7719 31.1094 19.2266 30.6547 19.2266 30.0937V27.0469C19.2266 26.486 18.7719 26.0312 18.2109 26.0312ZM24.9141 24.6094C24.9141 24.0485 25.3688 23.5937 25.9297 23.5937C26.4906 23.5937 26.9453 24.0485 26.9453 24.6094V30.0937C26.9453 30.6547 26.4906 31.1094 25.9297 31.1094C25.3688 31.1094 24.9141 30.6547 24.9141 30.0937V24.6094ZM29.7891 25.9297C29.2281 25.9297 28.7734 26.3844 28.7734 26.9453V30.0937C28.7734 30.6547 29.2281 31.1094 29.7891 31.1094C30.35 31.1094 30.8047 30.6547 30.8047 30.0937V26.9453C30.8047 26.3844 30.35 25.9297 29.7891 25.9297Z" fill="#028E80"/>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

7
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/lineage_widget_error.svg

@ -0,0 +1,7 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 8C0 3.58172 3.58172 0 8 0H40C44.4183 0 48 3.58172 48 8V40C48 44.4183 44.4183 48 40 48H8C3.58172 48 0 44.4183 0 40V8Z" fill="#FEF1F0"/>
<path d="M14.9609 19.9375H33.0391V32.5312H14.9609V19.9375Z" fill="white"/>
<path d="M14.9609 15.4688H33.0391V18.3125H14.9609V15.4688Z" fill="#FFC6C2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.4688 15.4688H32.5312V18.3125H15.4688V15.4688ZM15.4687 19.9375L15.4687 32.5312H32.5312V19.9375H15.4687ZM13.8438 15.4687C13.8438 14.5713 14.5713 13.8438 15.4688 13.8438H32.5312C33.4287 13.8438 34.1562 14.5713 34.1562 15.4688V32.5312C34.1562 33.4287 33.4287 34.1562 32.5312 34.1562H15.4687C14.5713 34.1562 13.8438 33.4287 13.8438 32.5312V15.4687Z" fill="#EF5655"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.0703 21.3594C21.5094 21.3594 21.0547 21.8141 21.0547 22.375V30.0938C21.0547 30.6547 21.5094 31.1094 22.0703 31.1094C22.6312 31.1094 23.0859 30.6547 23.0859 30.0938V22.375C23.0859 21.8141 22.6312 21.3594 22.0703 21.3594ZM18.2109 26.0312C17.65 26.0312 17.1953 26.486 17.1953 27.0469V30.0938C17.1953 30.6547 17.65 31.1094 18.2109 31.1094C18.7719 31.1094 19.2266 30.6547 19.2266 30.0938V27.0469C19.2266 26.486 18.7719 26.0312 18.2109 26.0312ZM24.9141 24.6094C24.9141 24.0485 25.3688 23.5938 25.9297 23.5938C26.4906 23.5938 26.9453 24.0485 26.9453 24.6094V30.0938C26.9453 30.6547 26.4906 31.1094 25.9297 31.1094C25.3688 31.1094 24.9141 30.6547 24.9141 30.0938V24.6094ZM29.7891 25.9297C29.2281 25.9297 28.7734 26.3844 28.7734 26.9453V30.0938C28.7734 30.6547 29.2281 31.1094 29.7891 31.1094C30.35 31.1094 30.8047 30.6547 30.8047 30.0938V26.9453C30.8047 26.3844 30.35 25.9297 29.7891 25.9297Z" fill="#EF5655"/>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

9
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/model_folder.svg

@ -0,0 +1,9 @@
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M28.0006 51.9999C28.0006 38.7451 38.7458 28 52.0006 28H204C217.255 28 228 38.7452 228 52V115.333H28.0003L28.0006 51.9999ZM28.0003 140.667H228V204C228 217.255 217.255 228 204 228H52C38.7451 228 27.9999 217.255 28 204L28.0003 140.667ZM68.667 173.667V195H115.667V173.667H68.667ZM68.667 61V82.3333H115.667V61H68.667Z" fill="url(#paint0_linear_591_200398)"/>
<defs>
<linearGradient id="paint0_linear_591_200398" x1="128" y1="28" x2="128" y2="228" gradientUnits="userSpaceOnUse">
<stop stop-color="#6D9BF2"/>
<stop offset="1" stop-color="#2C60DB"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 737 B

58
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/no_auth.svg

@ -0,0 +1,58 @@
<svg width="131" height="130" viewBox="0 0 131 130" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_105_241091)">
<rect width="130" height="130" transform="translate(0.5)" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.5 31.499V32.3744V97.6256C26.5 104.736 32.289 110.5 39.4301 110.5H87.3878H89.0709C89.0762 110.5 89.0814 110.5 89.0867 110.5H91.2346C95.6529 110.5 99.2346 106.918 99.2346 102.5V91H97.0679V32.5157H112.083V27.5C112.083 23.0817 108.502 19.5 104.083 19.5L38.5 19.5C31.8726 19.5 26.5 24.8716 26.5 31.499Z" fill="url(#paint0_linear_105_241091)"/>
<path d="M96.917 26.0001C96.917 22.4102 99.8271 19.5001 103.417 19.5001C103.634 19.5001 103.855 19.5001 104.081 19.5001C108.5 19.5001 112.082 23.0818 112.082 27.5001L112.082 35.6334C112.082 36.2961 111.544 36.8334 110.882 36.8334H96.917L96.917 26.0001Z" fill="url(#paint1_linear_105_241091)"/>
<path d="M81.7503 96.3335C81.7503 95.7812 81.3026 95.3335 80.7503 95.3335H16.667C16.1147 95.3335 15.667 95.7812 15.667 96.3335V101.833C15.667 106.62 19.5472 110.5 24.3337 110.5H90.417C85.6305 110.5 81.7503 106.62 81.7503 101.833V96.3335Z" fill="url(#paint2_linear_105_241091)"/>
<path d="M37.3335 49.2917C37.3335 48.9925 37.576 48.75 37.8752 48.75H84.4585C84.7577 48.75 85.0002 48.9925 85.0002 49.2917C85.0002 49.5908 84.7577 49.8333 84.4585 49.8333H37.8752C37.576 49.8333 37.3335 49.5908 37.3335 49.2917Z" fill="#A3ADBD"/>
<path d="M54.667 61.2082C54.667 60.909 54.9095 60.6665 55.2087 60.6665H84.4587C84.7578 60.6665 85.0003 60.909 85.0003 61.2082C85.0003 61.5073 84.7578 61.7498 84.4587 61.7498H55.2087C54.9095 61.7498 54.667 61.5073 54.667 61.2082Z" fill="#A3ADBD"/>
<path d="M37.3335 37.3752C37.3335 37.076 37.576 36.8335 37.8752 36.8335H84.4585C84.7577 36.8335 85.0002 37.076 85.0002 37.3752C85.0002 37.6743 84.7577 37.9168 84.4585 37.9168H37.8752C37.576 37.9168 37.3335 37.6743 37.3335 37.3752Z" fill="#A3ADBD"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M47.4728 56.7288C47.715 56.5532 47.7691 56.2146 47.5936 55.9723C47.4181 55.7301 47.0794 55.676 46.8372 55.8515L28.9422 68.8162L28.9278 68.827C26.2176 65.561 21.3997 64.9162 17.9131 67.4422C14.2793 70.0749 13.4677 75.155 16.1004 78.7888C18.7331 82.4227 23.8131 83.2343 27.447 80.6016C30.9335 78.0756 31.822 73.2968 29.563 69.7039L29.5778 69.6935L35.6846 65.2692L38.3433 68.9388C38.5188 69.1811 38.8574 69.2352 39.0997 69.0597C39.342 68.8842 39.3961 68.5455 39.2205 68.3033L36.5619 64.6336L40.0261 62.1238L44.1042 67.7527C44.2797 67.995 44.6183 68.0491 44.8606 67.8736C45.1029 67.6981 45.157 67.3594 44.9815 67.1172L40.9034 61.4883L47.4728 56.7288ZM26.8114 79.7243C23.6621 82.0059 19.2594 81.3026 16.9777 78.1532C14.696 75.0039 15.3994 70.6012 18.5487 68.3195C21.6981 66.0378 26.1008 66.7412 28.3825 69.8906C30.6641 73.0399 29.9607 77.4426 26.8114 79.7243Z" fill="#778395"/>
<g filter="url(#filter0_d_105_241091)">
<path d="M119.167 77.9998C119.167 87.2966 111.63 94.8332 102.333 94.8332C93.0365 94.8332 85.5 87.2966 85.5 77.9998C85.5 68.703 93.0365 61.1665 102.333 61.1665C111.63 61.1665 119.167 68.703 119.167 77.9998Z" fill="url(#paint3_linear_105_241091)" stroke="url(#paint4_linear_105_241091)"/>
<path d="M105.583 76.9163V72.7455C105.583 70.8608 104.128 69.333 102.333 69.333C100.539 69.333 99.0835 70.8608 99.0835 72.7455V76.9163" stroke="white"/>
<path d="M94.75 76.2495C94.75 75.4211 95.4216 74.7495 96.25 74.7495L108.417 74.7495C109.245 74.7495 109.917 75.4211 109.917 76.2495V84.6245C109.917 85.4529 109.245 86.1245 108.417 86.1245H96.25C95.4216 86.1245 94.75 85.4529 94.75 84.6245V76.2495Z" fill="white"/>
<path d="M101.808 81.7271C100.865 81.4923 100.167 80.64 100.167 79.6247C100.167 78.4281 101.137 77.458 102.333 77.458C103.53 77.458 104.5 78.4281 104.5 79.6247C104.5 80.64 103.801 81.4923 102.859 81.7271L103.417 83.958H101.25L101.808 81.7271Z" fill="url(#paint5_linear_105_241091)"/>
</g>
</g>
<defs>
<filter id="filter0_d_105_241091" x="73" y="52.6665" width="58.6665" height="58.6665" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="6"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.0352941 0 0 0 0 0.117647 0 0 0 0 0.25098 0 0 0 0.08 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_105_241091"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_105_241091" result="shape"/>
</filter>
<linearGradient id="paint0_linear_105_241091" x1="31.849" y1="21.6667" x2="94.8334" y2="103.503" gradientUnits="userSpaceOnUse">
<stop stop-color="#E9EBF0"/>
<stop offset="1" stop-color="#D9DDE3"/>
</linearGradient>
<linearGradient id="paint1_linear_105_241091" x1="104.499" y1="19.5" x2="104.5" y2="36.8333" gradientUnits="userSpaceOnUse">
<stop stop-color="#A6AEBB"/>
<stop offset="1" stop-color="#C0C7D0"/>
</linearGradient>
<linearGradient id="paint2_linear_105_241091" x1="53.042" y1="95.3335" x2="53.042" y2="114.292" gradientUnits="userSpaceOnUse">
<stop stop-color="#CBD2DB"/>
<stop offset="0.382063" stop-color="#C0C7D0"/>
<stop offset="1" stop-color="#A6AEBB"/>
</linearGradient>
<linearGradient id="paint3_linear_105_241091" x1="93.0889" y1="64.1332" x2="112.156" y2="91.8665" gradientUnits="userSpaceOnUse">
<stop stop-color="#A6AEBB"/>
<stop offset="1" stop-color="#BEC7D7"/>
</linearGradient>
<linearGradient id="paint4_linear_105_241091" x1="113.889" y1="91.8665" x2="90.7778" y2="64.711" gradientUnits="userSpaceOnUse">
<stop stop-color="#778395" stop-opacity="0.3"/>
<stop offset="1" stop-color="#A8B0BD"/>
</linearGradient>
<linearGradient id="paint5_linear_105_241091" x1="102.333" y1="77.458" x2="102.333" y2="82.8747" gradientUnits="userSpaceOnUse">
<stop stop-color="#A6AEBB"/>
<stop offset="1" stop-color="#ADB4C1"/>
</linearGradient>
<clipPath id="clip0_105_241091">
<rect width="130" height="130" fill="white" transform="translate(0.5)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 6.0 KiB

15
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/no_permission.svg

@ -0,0 +1,15 @@
<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.75 9.16667V5.5C13.75 3.98122 12.5188 2.75 11 2.75V2.75C9.48122 2.75 8.25 3.98122 8.25 5.5V9.16667" stroke="url(#paint0_linear_2611_22832)" stroke-width="1.6"/>
<path d="M3.6665 9.33325C3.6665 8.22868 4.56193 7.33325 5.6665 7.33325H16.3332C17.4377 7.33325 18.3332 8.22868 18.3332 9.33325V17.2499C18.3332 18.3545 17.4377 19.2499 16.3332 19.2499H5.66651C4.56194 19.2499 3.6665 18.3545 3.6665 17.2499V9.33325Z" fill="url(#paint1_linear_2611_22832)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.0004 9.57739C9.7791 9.57739 8.78906 10.5674 8.78906 11.7887C8.78906 12.77 9.42827 13.602 10.313 13.8911V16.9712C10.313 17.3509 10.6208 17.6587 11.0005 17.6587C11.3802 17.6587 11.688 17.3509 11.688 16.9712V13.891C12.5726 13.6018 13.2117 12.7699 13.2117 11.7887C13.2117 10.5674 12.2216 9.57739 11.0004 9.57739Z" fill="white"/>
<defs>
<linearGradient id="paint0_linear_2611_22832" x1="11" y1="1.46667" x2="11" y2="8.51667" gradientUnits="userSpaceOnUse">
<stop stop-color="#5D6B81"/>
<stop offset="1" stop-color="#A2B2C9"/>
</linearGradient>
<linearGradient id="paint1_linear_2611_22832" x1="10.9998" y1="1.83325" x2="10.9997" y2="19.5049" gradientUnits="userSpaceOnUse">
<stop stop-color="#4B586C"/>
<stop offset="1" stop-color="#A2B2C9"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

193
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/not_select.svg

@ -0,0 +1,193 @@
<svg width="131" height="130" viewBox="0 0 131 130" fill="none" xmlns="http://www.w3.org/2000/svg">
<g opacity="0.6">
<g filter="url(#filter0_ii_1772_889988)">
<path d="M107.5 22H23.5C16.8726 22 11.5 27.3726 11.5 34V96C11.5 102.627 16.8726 108 23.5 108H107.5C114.127 108 119.5 102.627 119.5 96V34C119.5 27.3726 114.127 22 107.5 22Z" fill="url(#paint0_linear_1772_889988)"/>
</g>
<g filter="url(#filter1_dii_1772_889988)">
<rect x="47.5" y="55" width="62" height="20" rx="4" fill="url(#paint1_linear_1772_889988)"/>
</g>
<g filter="url(#filter2_dii_1772_889988)">
<rect x="21.5" y="55" width="20" height="20" rx="4" fill="url(#paint2_linear_1772_889988)"/>
</g>
<g opacity="0.4" filter="url(#filter3_ii_1772_889988)">
<rect x="27.5" y="84" width="14" height="14" rx="4" fill="url(#paint3_linear_1772_889988)"/>
</g>
<g opacity="0.4" filter="url(#filter4_ii_1772_889988)">
<rect x="47.5" y="84" width="56" height="14" rx="4" fill="url(#paint4_linear_1772_889988)"/>
</g>
<g opacity="0.4" filter="url(#filter5_ii_1772_889988)">
<rect x="27.5" y="32" width="14" height="14" rx="4" fill="url(#paint5_linear_1772_889988)"/>
</g>
<g opacity="0.4" filter="url(#filter6_ii_1772_889988)">
<rect x="47.5" y="32" width="56" height="14" rx="4" fill="url(#paint6_linear_1772_889988)"/>
</g>
<path d="M38.0986 62.8469C38.6086 62.194 38.4929 61.2514 37.84 60.7413C37.1872 60.2313 36.2446 60.3471 35.7345 60.9999L31.1171 66.9099L28.359 64.7551C27.7062 64.2451 26.7636 64.3608 26.2535 65.0137C25.7435 65.6665 25.8592 66.6091 26.5121 67.1192L30.0581 69.8896C30.9285 70.5697 32.1854 70.4154 32.8654 69.5449L38.0986 62.8469Z" fill="#3C4B67"/>
<g filter="url(#filter7_b_1772_889988)">
<path d="M86.6134 68.6985C85.9905 67.0806 87.5806 65.4905 89.1985 66.1134L105.089 72.232C106.719 72.8595 106.818 75.128 105.249 75.8951L99.9195 78.5013C99.5198 78.6967 99.1967 79.0198 99.0013 79.4195L96.3951 84.7493C95.628 86.3181 93.3595 86.2191 92.732 84.5893L86.6134 68.6985Z" fill="url(#paint7_linear_1772_889988)" fill-opacity="0.9"/>
</g>
</g>
<defs>
<filter id="filter0_ii_1772_889988" x="8.40408" y="18.9041" width="114.192" height="92.1918" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-3.09592" dy="-3.09592"/>
<feGaussianBlur stdDeviation="2.06395"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.384314 0 0 0 0 0.435294 0 0 0 0 0.537255 0 0 0 0.14 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1772_889988"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="3.09592" dy="3.09592"/>
<feGaussianBlur stdDeviation="2.06395"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect1_innerShadow_1772_889988" result="effect2_innerShadow_1772_889988"/>
</filter>
<filter id="filter1_dii_1772_889988" x="43.5" y="51" width="70" height="28" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="2"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.0823529 0 0 0 0 0.247059 0 0 0 0.04 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1772_889988"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1772_889988" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-3" dy="-3"/>
<feGaussianBlur stdDeviation="1.5"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.227451 0 0 0 0 0.85098 0 0 0 0.07 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1772_889988"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="3" dy="3"/>
<feGaussianBlur stdDeviation="1.5"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1772_889988" result="effect3_innerShadow_1772_889988"/>
</filter>
<filter id="filter2_dii_1772_889988" x="17.5" y="51" width="28" height="28" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="2"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.0823529 0 0 0 0 0.247059 0 0 0 0.04 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1772_889988"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1772_889988" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-3" dy="-3"/>
<feGaussianBlur stdDeviation="1.5"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.227451 0 0 0 0 0.85098 0 0 0 0.07 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_1772_889988"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="3" dy="3"/>
<feGaussianBlur stdDeviation="1.5"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_1772_889988" result="effect3_innerShadow_1772_889988"/>
</filter>
<filter id="filter3_ii_1772_889988" x="24.4041" y="80.9041" width="20.1918" height="20.1918" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-3.09592" dy="-3.09592"/>
<feGaussianBlur stdDeviation="2.06395"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.384314 0 0 0 0 0.435294 0 0 0 0 0.537255 0 0 0 0.14 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1772_889988"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="3.09592" dy="3.09592"/>
<feGaussianBlur stdDeviation="2.06395"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect1_innerShadow_1772_889988" result="effect2_innerShadow_1772_889988"/>
</filter>
<filter id="filter4_ii_1772_889988" x="44.4041" y="80.9041" width="62.1918" height="20.1918" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-3.09592" dy="-3.09592"/>
<feGaussianBlur stdDeviation="2.06395"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.384314 0 0 0 0 0.435294 0 0 0 0 0.537255 0 0 0 0.14 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1772_889988"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="3.09592" dy="3.09592"/>
<feGaussianBlur stdDeviation="2.06395"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect1_innerShadow_1772_889988" result="effect2_innerShadow_1772_889988"/>
</filter>
<filter id="filter5_ii_1772_889988" x="24.4041" y="28.9041" width="20.1918" height="20.1918" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-3.09592" dy="-3.09592"/>
<feGaussianBlur stdDeviation="2.06395"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.384314 0 0 0 0 0.435294 0 0 0 0 0.537255 0 0 0 0.14 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1772_889988"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="3.09592" dy="3.09592"/>
<feGaussianBlur stdDeviation="2.06395"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect1_innerShadow_1772_889988" result="effect2_innerShadow_1772_889988"/>
</filter>
<filter id="filter6_ii_1772_889988" x="44.4041" y="28.9041" width="62.1918" height="20.1918" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-3.09592" dy="-3.09592"/>
<feGaussianBlur stdDeviation="2.06395"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.384314 0 0 0 0 0.435294 0 0 0 0 0.537255 0 0 0 0.14 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1772_889988"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="3.09592" dy="3.09592"/>
<feGaussianBlur stdDeviation="2.06395"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect1_innerShadow_1772_889988" result="effect2_innerShadow_1772_889988"/>
</filter>
<filter id="filter7_b_1772_889988" x="82.1255" y="61.6255" width="28.5947" height="28.5949" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="2.1748"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1772_889988"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1772_889988" result="shape"/>
</filter>
<linearGradient id="paint0_linear_1772_889988" x1="21.8141" y1="21.7609" x2="137.59" y2="107.513" gradientUnits="userSpaceOnUse">
<stop stop-color="#B5BFCF"/>
<stop offset="1" stop-color="#828EA6"/>
</linearGradient>
<linearGradient id="paint1_linear_1772_889988" x1="109.5" y1="75" x2="106.948" y2="31.6546" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="0.87" stop-color="#E5EAF1"/>
</linearGradient>
<linearGradient id="paint2_linear_1772_889988" x1="41.5" y1="75" x2="33.8171" y2="32.9066" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="0.87" stop-color="#E5EAF1"/>
</linearGradient>
<linearGradient id="paint3_linear_1772_889988" x1="41.5" y1="98" x2="36.122" y2="68.5346" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="0.87" stop-color="#E5EAF1"/>
</linearGradient>
<linearGradient id="paint4_linear_1772_889988" x1="103.5" y1="98" x2="102.114" y2="67.6163" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="0.87" stop-color="#E5EAF1"/>
</linearGradient>
<linearGradient id="paint5_linear_1772_889988" x1="41.5" y1="46" x2="36.122" y2="16.5346" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="0.87" stop-color="#E5EAF1"/>
</linearGradient>
<linearGradient id="paint6_linear_1772_889988" x1="103.5" y1="46" x2="102.114" y2="15.6163" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="0.87" stop-color="#E5EAF1"/>
</linearGradient>
<linearGradient id="paint7_linear_1772_889988" x1="89.7478" y1="71.1715" x2="103.54" y2="84.2839" gradientUnits="userSpaceOnUse">
<stop stop-color="#00153F"/>
<stop offset="1" stop-color="#3C4B67"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

39
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/preview_analysis_table_direct.svg

@ -0,0 +1,39 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M43.2501 6.25H12C9.23857 6.25 6.99999 8.48858 7 11.25L7.00008 53C7.00009 55.7614 9.23866 58 12.0001 58H52.0001C54.7615 58 57.0001 55.7614 57.0001 53V21.636L43.2501 6.25Z" fill="url(#paint0_linear_250_216137)"/>
<g filter="url(#filter0_f_250_216137)">
<path d="M43.2503 6.25L43.2503 7.8935C43.2501 15.5238 49.4357 21.7095 57.066 21.7095L46.875 17.625L43.2503 6.25Z" fill="#2C60DB"/>
</g>
<path d="M43.2502 6.25L43.25 16.7094C43.2499 19.4709 45.4885 21.7095 48.25 21.7095H57.0659L43.2502 6.25Z" fill="#B9D3FE"/>
<path d="M33.8807 18.8863C35.6164 18.8863 37.0234 17.4724 37.0234 15.7283C37.0234 13.9842 35.6164 12.5703 33.8807 12.5703C32.145 12.5703 30.7379 13.9842 30.7379 15.7283C30.7379 16.5668 31.0632 17.3291 31.5938 17.8945L28.366 23.3899C28.1529 23.336 27.9297 23.3074 27.6999 23.3074C27.2126 23.3074 26.7552 23.436 26.3594 23.6613L22.3343 20.7359C22.4172 20.4853 22.462 20.2174 22.462 19.9389C22.462 18.5436 21.3364 17.4125 19.9478 17.4125C18.5592 17.4125 17.4336 18.5436 17.4336 19.9389C17.4336 20.5214 17.6298 21.0579 17.9594 21.4852L16.4658 24.1569C16.4049 24.152 16.3434 24.1496 16.2812 24.1496C15.0084 24.1496 13.9766 25.1864 13.9766 26.4654C13.9766 27.7444 15.0084 28.7812 16.2812 28.7812C17.5541 28.7812 18.5859 27.7444 18.5859 26.4654C18.5859 25.9405 18.4121 25.4564 18.1192 25.068L19.5886 22.4397C19.7059 22.4566 19.8259 22.4653 19.9478 22.4653C20.3656 22.4653 20.7595 22.3629 21.1062 22.1818L25.1383 25.1122C25.0334 25.4031 24.9762 25.717 24.9762 26.0443C24.9762 27.5559 26.1957 28.7812 27.6999 28.7812C29.2042 28.7812 30.4237 27.5559 30.4237 26.0443C30.4237 25.4559 30.2388 24.9109 29.9244 24.4646L33.2395 18.8205C33.4465 18.8636 33.661 18.8863 33.8807 18.8863Z" fill="white"/>
<g opacity="0.4">
<path d="M13 37.208H22.5V40.9059H13V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M13 40.9059H22.5V44.6038H13V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M13 44.6038H22.5V48.3018H13V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M13 48.3018H22.5V51.9997H13V48.3018Z" fill="white" fill-opacity="0.2"/>
<path d="M22.5 37.208H32V40.9059H22.5V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M22.5 40.9059H32V44.6038H22.5V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M22.5 44.6038H32V48.3018H22.5V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M22.5 48.3018H32V51.9997H22.5V48.3018Z" fill="white" fill-opacity="0.2"/>
<path d="M32 37.208H41.5V40.9059H32V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M32 40.9059H41.5V44.6038H32V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M32 44.6038H41.5V48.3018H32V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M32 48.3018H41.5V51.9997H32V48.3018Z" fill="white" fill-opacity="0.2"/>
<path d="M41.5 37.208H51V40.9059H41.5V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M41.5 40.9059H51V44.6038H41.5V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M41.5 44.6038H51V48.3018H41.5V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M41.5 48.3018H51V51.9997H41.5V48.3018Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.3403 40.7827V37.4545H13.3193V40.7827H22.3403ZM22.3403 41.0292H13.3193V44.4806H22.3403V41.0292ZM22.6597 44.4806V41.0292H31.8403V44.4806H22.6597ZM22.3403 44.7271H13.3193V48.1785H22.3403V44.7271ZM22.6597 48.1785V44.7271H31.8403V48.1785H22.6597ZM22.3403 48.425H13.3193V51.7531H22.3403V48.425ZM22.6597 51.7531V48.425H31.8403V51.7531H22.6597ZM13 51.9997V37.208H51V51.9997H13ZM32.1597 51.7531H41.3403V48.425H32.1597V51.7531ZM32.1597 48.1785H41.3403V44.7271H32.1597V48.1785ZM32.1597 44.4806H41.3403V41.0292H32.1597V44.4806ZM32.1597 40.7827H41.3403V37.4545H32.1597V40.7827ZM31.8403 37.4545H22.6597V40.7827H31.8403V37.4545ZM41.6597 37.4545V40.7827H50.6807V37.4545H41.6597ZM50.6807 41.0292H41.6597V44.4806H50.6807V41.0292ZM50.6807 44.7271H41.6597V48.1785H50.6807V44.7271ZM50.6807 48.425H41.6597V51.7531H50.6807V48.425Z" fill="white"/>
</g>
<rect x="13" y="34.25" width="38" height="3" fill="white"/>
<defs>
<filter id="filter0_f_250_216137" x="39.2505" y="2.25" width="21.8154" height="23.4595" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_250_216137"/>
</filter>
<linearGradient id="paint0_linear_250_216137" x1="32" y1="6.25" x2="32" y2="58" gradientUnits="userSpaceOnUse">
<stop stop-color="#689CFF"/>
<stop offset="1" stop-color="#4584FF"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

38
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/preview_analysis_table_spider.svg

@ -0,0 +1,38 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M43.2501 6.25H12C9.23857 6.25 6.99999 8.48858 7 11.25L7.00008 53C7.00009 55.7614 9.23866 58 12.0001 58H52.0001C54.7615 58 57.0001 55.7614 57.0001 53V21.636L43.2501 6.25Z" fill="url(#paint0_linear_250_216136)"/>
<g opacity="0.4">
<path d="M13 37.208H22.5V40.9059H13V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M13 40.9059H22.5V44.6038H13V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M13 44.6038H22.5V48.3018H13V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M13 48.3018H22.5V51.9997H13V48.3018Z" fill="white" fill-opacity="0.2"/>
<path d="M22.5 37.208H32V40.9059H22.5V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M22.5 40.9059H32V44.6038H22.5V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M22.5 44.6038H32V48.3018H22.5V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M22.5 48.3018H32V51.9997H22.5V48.3018Z" fill="white" fill-opacity="0.2"/>
<path d="M32 37.208H41.5V40.9059H32V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M32 40.9059H41.5V44.6038H32V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M32 44.6038H41.5V48.3018H32V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M32 48.3018H41.5V51.9997H32V48.3018Z" fill="white" fill-opacity="0.2"/>
<path d="M41.5 37.208H51V40.9059H41.5V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M41.5 40.9059H51V44.6038H41.5V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M41.5 44.6038H51V48.3018H41.5V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M41.5 48.3018H51V51.9997H41.5V48.3018Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.3403 40.7827V37.4545H13.3193V40.7827H22.3403ZM22.3403 41.0292H13.3193V44.4806H22.3403V41.0292ZM22.6597 44.4806V41.0292H31.8403V44.4806H22.6597ZM22.3403 44.7271H13.3193V48.1785H22.3403V44.7271ZM22.6597 48.1785V44.7271H31.8403V48.1785H22.6597ZM22.3403 48.425H13.3193V51.7531H22.3403V48.425ZM22.6597 51.7531V48.425H31.8403V51.7531H22.6597ZM13 51.9997V37.208H51V51.9997H13ZM32.1597 51.7531H41.3403V48.425H32.1597V51.7531ZM32.1597 48.1785H41.3403V44.7271H32.1597V48.1785ZM32.1597 44.4806H41.3403V41.0292H32.1597V44.4806ZM32.1597 40.7827H41.3403V37.4545H32.1597V40.7827ZM31.8403 37.4545H22.6597V40.7827H31.8403V37.4545ZM41.6597 37.4545V40.7827H50.6807V37.4545H41.6597ZM50.6807 41.0292H41.6597V44.4806H50.6807V41.0292ZM50.6807 44.7271H41.6597V48.1785H50.6807V44.7271ZM50.6807 48.425H41.6597V51.7531H50.6807V48.425Z" fill="white"/>
</g>
<g filter="url(#filter0_f_250_216136)">
<path d="M43.2503 6.25L43.2503 7.8935C43.2501 15.5238 49.4357 21.7095 57.066 21.7095L46.875 17.625L43.2503 6.25Z" fill="#2C60DB"/>
</g>
<path d="M43.2502 6.25L43.25 16.7094C43.2499 19.4709 45.4885 21.7095 48.25 21.7095H57.0659L43.2502 6.25Z" fill="#B9D3FE"/>
<path d="M33.8807 18.8863C35.6164 18.8863 37.0234 17.4724 37.0234 15.7283C37.0234 13.9842 35.6164 12.5703 33.8807 12.5703C32.145 12.5703 30.7379 13.9842 30.7379 15.7283C30.7379 16.5668 31.0632 17.3291 31.5938 17.8945L28.366 23.3899C28.1529 23.336 27.9297 23.3074 27.6999 23.3074C27.2126 23.3074 26.7552 23.436 26.3594 23.6613L22.3343 20.7359C22.4172 20.4853 22.462 20.2174 22.462 19.9389C22.462 18.5436 21.3364 17.4125 19.9478 17.4125C18.5592 17.4125 17.4336 18.5436 17.4336 19.9389C17.4336 20.5214 17.6298 21.0579 17.9594 21.4852L16.4658 24.1569C16.4049 24.152 16.3434 24.1496 16.2812 24.1496C15.0084 24.1496 13.9766 25.1864 13.9766 26.4654C13.9766 27.7444 15.0084 28.7812 16.2812 28.7812C17.5541 28.7812 18.5859 27.7444 18.5859 26.4654C18.5859 25.9405 18.4121 25.4564 18.1192 25.068L19.5886 22.4397C19.7059 22.4566 19.8259 22.4653 19.9478 22.4653C20.3656 22.4653 20.7595 22.3629 21.1062 22.1818L25.1383 25.1122C25.0334 25.4031 24.9762 25.717 24.9762 26.0443C24.9762 27.5559 26.1957 28.7812 27.6999 28.7812C29.2042 28.7812 30.4237 27.5559 30.4237 26.0443C30.4237 25.4559 30.2388 24.9109 29.9244 24.4646L33.2395 18.8205C33.4465 18.8636 33.661 18.8863 33.8807 18.8863Z" fill="white"/>
<defs>
<filter id="filter0_f_250_216136" x="39.2505" y="2.25" width="21.8154" height="23.4595" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_250_216136"/>
</filter>
<linearGradient id="paint0_linear_250_216136" x1="32" y1="6.25" x2="32" y2="58" gradientUnits="userSpaceOnUse">
<stop stop-color="#6EA3FF"/>
<stop offset="1" stop-color="#3979F2"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

40
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/preview_database_table_direct.svg

@ -0,0 +1,40 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M43.2501 6H12C9.23857 6 6.99999 8.23858 7 11L7.00008 52.75C7.00009 55.5114 9.23866 57.75 12.0001 57.75H52.0001C54.7615 57.75 57.0001 55.5114 57.0001 52.75V21.386L43.2501 6Z" fill="url(#paint0_linear_250_216141)"/>
<g filter="url(#filter0_f_250_216141)">
<path d="M43.2503 6L43.2503 7.6435C43.2501 15.2738 49.4357 21.4595 57.066 21.4595L46.875 17.375L43.2503 6Z" fill="#27BBAD"/>
</g>
<path d="M43.2502 6L43.25 16.4594C43.2499 19.2209 45.4885 21.4595 48.25 21.4595H57.0659L43.2502 6Z" fill="#B0F2EC"/>
<path d="M22.1484 27.9939C23.8312 27.9939 25.1953 26.6297 25.1953 24.947V17.7796C25.1953 16.0968 23.8312 14.9141 22.1484 14.9141H15.75C15.5256 14.9141 15.3438 15.0959 15.3438 15.3203V27.5876C15.3438 27.812 15.5256 27.9939 15.75 27.9939H22.1484ZM21.5391 25.9626H17.375V16.764L21.5391 16.764C22.4365 16.764 23.1641 17.5822 23.1641 18.5703V24.3376C23.1641 25.2351 22.4365 25.9626 21.5391 25.9626Z" fill="white"/>
<path d="M34.8804 21.4141C35.3629 20.875 35.6562 20.2539 35.6562 19.4735V17.7796C35.6562 16.0968 34.2921 14.9141 32.6094 14.9141H27.0234C26.7991 14.9141 26.6172 15.0959 26.6172 15.3203V27.5876C26.6172 27.812 26.7991 27.9939 27.0234 27.9939H32.6094C34.2921 27.9939 35.6562 26.6297 35.6562 24.947V23.3546C35.6562 22.5743 35.3629 21.8624 34.8804 21.4141ZM28.6484 22.339H32.6094C33.1703 22.339 33.625 22.7937 33.625 23.3546V24.947C33.625 25.5079 33.1703 25.9626 32.6094 25.9626H28.6484V22.339ZM28.6484 20.4891V16.764H32.6094C33.1703 16.764 33.625 17.2187 33.625 17.7796V19.4735C33.625 20.0344 33.1703 20.4891 32.6094 20.4891L28.6484 20.4891Z" fill="white"/>
<g opacity="0.4">
<path d="M13 37.208H22.5V40.9059H13V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M13 40.9059H22.5V44.6038H13V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M13 44.6038H22.5V48.3018H13V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M13 48.3018H22.5V51.9997H13V48.3018Z" fill="white" fill-opacity="0.2"/>
<path d="M22.5 37.208H32V40.9059H22.5V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M22.5 40.9059H32V44.6038H22.5V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M22.5 44.6038H32V48.3018H22.5V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M22.5 48.3018H32V51.9997H22.5V48.3018Z" fill="white" fill-opacity="0.2"/>
<path d="M32 37.208H41.5V40.9059H32V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M32 40.9059H41.5V44.6038H32V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M32 44.6038H41.5V48.3018H32V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M32 48.3018H41.5V51.9997H32V48.3018Z" fill="white" fill-opacity="0.2"/>
<path d="M41.5 37.208H51V40.9059H41.5V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M41.5 40.9059H51V44.6038H41.5V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M41.5 44.6038H51V48.3018H41.5V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M41.5 48.3018H51V51.9997H41.5V48.3018Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.3403 40.7827V37.4545H13.3193V40.7827H22.3403ZM22.3403 41.0292H13.3193V44.4806H22.3403V41.0292ZM22.6597 44.4806V41.0292H31.8403V44.4806H22.6597ZM22.3403 44.7271H13.3193V48.1785H22.3403V44.7271ZM22.6597 48.1785V44.7271H31.8403V48.1785H22.6597ZM22.3403 48.425H13.3193V51.7531H22.3403V48.425ZM22.6597 51.7531V48.425H31.8403V51.7531H22.6597ZM13 51.9997V37.208H51V51.9997H13ZM32.1597 51.7531H41.3403V48.425H32.1597V51.7531ZM32.1597 48.1785H41.3403V44.7271H32.1597V48.1785ZM32.1597 44.4806H41.3403V41.0292H32.1597V44.4806ZM32.1597 40.7827H41.3403V37.4545H32.1597V40.7827ZM31.8403 37.4545H22.6597V40.7827H31.8403V37.4545ZM41.6597 37.4545V40.7827H50.6807V37.4545H41.6597ZM50.6807 41.0292H41.6597V44.4806H50.6807V41.0292ZM50.6807 44.7271H41.6597V48.1785H50.6807V44.7271ZM50.6807 48.425H41.6597V51.7531H50.6807V48.425Z" fill="white"/>
</g>
<rect x="13" y="34.25" width="38" height="3" fill="white"/>
<defs>
<filter id="filter0_f_250_216141" x="39.2505" y="2" width="21.8154" height="23.4595" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_250_216141"/>
</filter>
<linearGradient id="paint0_linear_250_216141" x1="32" y1="6" x2="32" y2="57.75" gradientUnits="userSpaceOnUse">
<stop stop-color="#85D9D1"/>
<stop offset="1" stop-color="#03BDAF"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.7 KiB

39
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/preview_database_table_spider.svg

@ -0,0 +1,39 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M43.2501 6H12C9.23857 6 6.99999 8.23858 7 11L7.00008 52.75C7.00009 55.5114 9.23866 57.75 12.0001 57.75H52.0001C54.7615 57.75 57.0001 55.5114 57.0001 52.75V21.386L43.2501 6Z" fill="url(#paint0_linear_250_216140)"/>
<g filter="url(#filter0_f_250_216140)">
<path d="M43.2503 6L43.2503 7.6435C43.2501 15.2738 49.4357 21.4595 57.066 21.4595L46.875 17.375L43.2503 6Z" fill="#27BBAD"/>
</g>
<path d="M43.2502 6L43.25 16.4594C43.2499 19.2209 45.4885 21.4595 48.25 21.4595H57.0659L43.2502 6Z" fill="#B0F2EC"/>
<g opacity="0.4">
<path d="M11.5 37.25H21.75V41H11.5V37.25Z" fill="white" fill-opacity="0.6"/>
<path d="M11.5 41H21.75V44.75H11.5V41Z" fill="white" fill-opacity="0.2"/>
<path d="M11.5 44.75H21.75V48.5H11.5V44.75Z" fill="white" fill-opacity="0.3"/>
<path d="M11.5 48.5H21.75V52.25H11.5V48.5Z" fill="white" fill-opacity="0.2"/>
<path d="M21.75 37.25H32V41H21.75V37.25Z" fill="white" fill-opacity="0.6"/>
<path d="M21.75 41H32V44.75H21.75V41Z" fill="white" fill-opacity="0.2"/>
<path d="M21.75 44.75H32V48.5H21.75V44.75Z" fill="white" fill-opacity="0.3"/>
<path d="M21.75 48.5H32V52.25H21.75V48.5Z" fill="white" fill-opacity="0.2"/>
<path d="M32 37.25H42.25V41H32V37.25Z" fill="white" fill-opacity="0.6"/>
<path d="M32 41H42.25V44.75H32V41Z" fill="white" fill-opacity="0.2"/>
<path d="M32 44.75H42.25V48.5H32V44.75Z" fill="white" fill-opacity="0.3"/>
<path d="M32 48.5H42.25V52.25H32V48.5Z" fill="white" fill-opacity="0.2"/>
<path d="M42.25 37.25H52.5V41H42.25V37.25Z" fill="white" fill-opacity="0.6"/>
<path d="M42.25 41H52.5V44.75H42.25V41Z" fill="white" fill-opacity="0.2"/>
<path d="M42.25 44.75H52.5V48.5H42.25V44.75Z" fill="white" fill-opacity="0.3"/>
<path d="M42.25 48.5H52.5V52.25H42.25V48.5Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.5777 40.875V37.5H11.8445V40.875H21.5777ZM21.5777 41.125H11.8445V44.625H21.5777V41.125ZM21.9223 44.625V41.125H31.8277V44.625H21.9223ZM21.5777 44.875H11.8445V48.375H21.5777V44.875ZM21.9223 48.375V44.875H31.8277V48.375H21.9223ZM21.5777 48.625H11.8445V52H21.5777V48.625ZM21.9223 52V48.625H31.8277V52H21.9223ZM11.5 52.25V37.25H52.5V52.25H11.5ZM32.1723 52H42.0777V48.625H32.1723V52ZM32.1723 48.375H42.0777V44.875H32.1723V48.375ZM32.1723 44.625H42.0777V41.125H32.1723V44.625ZM32.1723 40.875H42.0777V37.5H32.1723V40.875ZM31.8277 37.5H21.9223V40.875H31.8277V37.5ZM42.4223 37.5V40.875H52.1555V37.5H42.4223ZM52.1555 41.125H42.4223V44.625H52.1555V41.125ZM52.1555 44.875H42.4223V48.375H52.1555V44.875ZM52.1555 48.625H42.4223V52H52.1555V48.625Z" fill="white"/>
</g>
<path d="M22.1484 27.9939C23.8312 27.9939 25.1953 26.6297 25.1953 24.947V17.7796C25.1953 16.0968 23.8312 14.9141 22.1484 14.9141H15.75C15.5256 14.9141 15.3438 15.0959 15.3438 15.3203V27.5876C15.3438 27.812 15.5256 27.9939 15.75 27.9939H22.1484ZM21.5391 25.9626H17.375V16.764L21.5391 16.764C22.4365 16.764 23.1641 17.5822 23.1641 18.5703V24.3376C23.1641 25.2351 22.4365 25.9626 21.5391 25.9626Z" fill="white"/>
<path d="M34.8804 21.4141C35.3629 20.875 35.6562 20.2539 35.6562 19.4735V17.7796C35.6562 16.0968 34.2921 14.9141 32.6094 14.9141H27.0234C26.7991 14.9141 26.6172 15.0959 26.6172 15.3203V27.5876C26.6172 27.812 26.7991 27.9939 27.0234 27.9939H32.6094C34.2921 27.9939 35.6562 26.6297 35.6562 24.947V23.3546C35.6562 22.5743 35.3629 21.8624 34.8804 21.4141ZM28.6484 22.339H32.6094C33.1703 22.339 33.625 22.7937 33.625 23.3546V24.947C33.625 25.5079 33.1703 25.9626 32.6094 25.9626H28.6484V22.339ZM28.6484 20.4891V16.764H32.6094C33.1703 16.764 33.625 17.2187 33.625 17.7796V19.4735C33.625 20.0344 33.1703 20.4891 32.6094 20.4891L28.6484 20.4891Z" fill="white"/>
<defs>
<filter id="filter0_f_250_216140" x="39.2505" y="2" width="21.8154" height="23.4595" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_250_216140"/>
</filter>
<linearGradient id="paint0_linear_250_216140" x1="32" y1="6" x2="32" y2="57.75" gradientUnits="userSpaceOnUse">
<stop stop-color="#85D9D1"/>
<stop offset="1" stop-color="#03BDAF"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.5 KiB

41
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/preview_etl_table_direct.svg

@ -0,0 +1,41 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M43.2501 6H12C9.23857 6 6.99999 8.23858 7 11L7.00008 52.75C7.00009 55.5114 9.23866 57.75 12.0001 57.75H52.0001C54.7615 57.75 57.0001 55.5114 57.0001 52.75V21.386L43.2501 6Z" fill="url(#paint0_linear_803_139308)"/>
<g filter="url(#filter0_f_803_139308)">
<path d="M43.2503 6L43.2503 7.6435C43.2501 15.2738 49.4357 21.4595 57.066 21.4595L46.875 17.375L43.2503 6Z" fill="#3392DB"/>
</g>
<path d="M43.2502 6L43.25 16.4594C43.2499 19.2209 45.4885 21.4595 48.25 21.4595H57.0659L43.2502 6Z" fill="#B7E2FD"/>
<path d="M15.3438 15.8242C15.3437 15.3755 15.7075 15.0117 16.1562 15.0117L20.9687 15.0117V16.8616H17.1936L17.1936 20.5977H20.9687V22.4367H17.1936V26.1727H20.9687V28.0226H16.1563C15.7075 28.0226 15.3438 27.6588 15.3438 27.2101L15.3438 15.8242Z" fill="white"/>
<path d="M22.1484 16.8616V15.0117L29.6641 15.0117V16.8616H26.8312V28.0226H24.9813L24.9813 16.8616H22.1484Z" fill="white"/>
<path d="M31.1548 15.0117H32.9141L32.9141 26.1727H35.6562V28.0226H31.9674C31.5186 28.0226 31.1549 27.6588 31.1549 27.2101L31.1548 15.0117Z" fill="white"/>
<g opacity="0.4">
<path d="M13 37.208H22.5V40.9059H13V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M13 40.9059H22.5V44.6038H13V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M13 44.6038H22.5V48.3018H13V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M13 48.3018H22.5V51.9997H13V48.3018Z" fill="white" fill-opacity="0.2"/>
<path d="M22.5 37.208H32V40.9059H22.5V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M22.5 40.9059H32V44.6038H22.5V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M22.5 44.6038H32V48.3018H22.5V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M22.5 48.3018H32V51.9997H22.5V48.3018Z" fill="white" fill-opacity="0.2"/>
<path d="M32 37.208H41.5V40.9059H32V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M32 40.9059H41.5V44.6038H32V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M32 44.6038H41.5V48.3018H32V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M32 48.3018H41.5V51.9997H32V48.3018Z" fill="white" fill-opacity="0.2"/>
<path d="M41.5 37.208H51V40.9059H41.5V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M41.5 40.9059H51V44.6038H41.5V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M41.5 44.6038H51V48.3018H41.5V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M41.5 48.3018H51V51.9997H41.5V48.3018Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.3403 40.7827V37.4545H13.3193V40.7827H22.3403ZM22.3403 41.0292H13.3193V44.4806H22.3403V41.0292ZM22.6597 44.4806V41.0292H31.8403V44.4806H22.6597ZM22.3403 44.7271H13.3193V48.1785H22.3403V44.7271ZM22.6597 48.1785V44.7271H31.8403V48.1785H22.6597ZM22.3403 48.425H13.3193V51.7531H22.3403V48.425ZM22.6597 51.7531V48.425H31.8403V51.7531H22.6597ZM13 51.9997V37.208H51V51.9997H13ZM32.1597 51.7531H41.3403V48.425H32.1597V51.7531ZM32.1597 48.1785H41.3403V44.7271H32.1597V48.1785ZM32.1597 44.4806H41.3403V41.0292H32.1597V44.4806ZM32.1597 40.7827H41.3403V37.4545H32.1597V40.7827ZM31.8403 37.4545H22.6597V40.7827H31.8403V37.4545ZM41.6597 37.4545V40.7827H50.6807V37.4545H41.6597ZM50.6807 41.0292H41.6597V44.4806H50.6807V41.0292ZM50.6807 44.7271H41.6597V48.1785H50.6807V44.7271ZM50.6807 48.425H41.6597V51.7531H50.6807V48.425Z" fill="white"/>
</g>
<rect x="13" y="34.25" width="38" height="3" fill="white"/>
<defs>
<filter id="filter0_f_803_139308" x="39.2505" y="2" width="21.8154" height="23.4595" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_803_139308"/>
</filter>
<linearGradient id="paint0_linear_803_139308" x1="32" y1="6" x2="32" y2="57.75" gradientUnits="userSpaceOnUse">
<stop stop-color="#6DC3F9"/>
<stop offset="1" stop-color="#309BEE"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.2 KiB

40
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/preview_etl_table_spider.svg

@ -0,0 +1,40 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M43.2501 6H12C9.23857 6 6.99999 8.23858 7 11L7.00008 52.75C7.00009 55.5114 9.23866 57.75 12.0001 57.75H52.0001C54.7615 57.75 57.0001 55.5114 57.0001 52.75V21.386L43.2501 6Z" fill="url(#paint0_linear_803_139309)"/>
<path d="M15.3438 15.8242C15.3437 15.3755 15.7075 15.0117 16.1562 15.0117L20.9687 15.0117V16.8616H17.1936L17.1936 20.5977H20.9687V22.4367H17.1936V26.1727H20.9687V28.0226H16.1563C15.7075 28.0226 15.3438 27.6588 15.3438 27.2101L15.3438 15.8242Z" fill="white"/>
<path d="M22.1484 16.8616V15.0117L29.6641 15.0117V16.8616H26.8312V28.0226H24.9813L24.9813 16.8616H22.1484Z" fill="white"/>
<path d="M31.1548 15.0117H32.9141L32.9141 26.1727H35.6562V28.0226H31.9674C31.5186 28.0226 31.1549 27.6588 31.1549 27.2101L31.1548 15.0117Z" fill="white"/>
<g filter="url(#filter0_f_803_139309)">
<path d="M43.2503 6L43.2503 7.6435C43.2501 15.2738 49.4357 21.4595 57.066 21.4595L46.875 17.375L43.2503 6Z" fill="#3392DB"/>
</g>
<path d="M43.2502 6L43.25 16.4594C43.2499 19.2209 45.4885 21.4595 48.25 21.4595H57.0659L43.2502 6Z" fill="#B7E2FD"/>
<g opacity="0.4">
<path d="M13 37.208H22.5V40.9059H13V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M13 40.9059H22.5V44.6038H13V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M13 44.6038H22.5V48.3018H13V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M13 48.3018H22.5V51.9997H13V48.3018Z" fill="white" fill-opacity="0.2"/>
<path d="M22.5 37.208H32V40.9059H22.5V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M22.5 40.9059H32V44.6038H22.5V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M22.5 44.6038H32V48.3018H22.5V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M22.5 48.3018H32V51.9997H22.5V48.3018Z" fill="white" fill-opacity="0.2"/>
<path d="M32 37.208H41.5V40.9059H32V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M32 40.9059H41.5V44.6038H32V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M32 44.6038H41.5V48.3018H32V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M32 48.3018H41.5V51.9997H32V48.3018Z" fill="white" fill-opacity="0.2"/>
<path d="M41.5 37.208H51V40.9059H41.5V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M41.5 40.9059H51V44.6038H41.5V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M41.5 44.6038H51V48.3018H41.5V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M41.5 48.3018H51V51.9997H41.5V48.3018Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.3403 40.7827V37.4545H13.3193V40.7827H22.3403ZM22.3403 41.0292H13.3193V44.4806H22.3403V41.0292ZM22.6597 44.4806V41.0292H31.8403V44.4806H22.6597ZM22.3403 44.7271H13.3193V48.1785H22.3403V44.7271ZM22.6597 48.1785V44.7271H31.8403V48.1785H22.6597ZM22.3403 48.425H13.3193V51.7531H22.3403V48.425ZM22.6597 51.7531V48.425H31.8403V51.7531H22.6597ZM13 51.9997V37.208H51V51.9997H13ZM32.1597 51.7531H41.3403V48.425H32.1597V51.7531ZM32.1597 48.1785H41.3403V44.7271H32.1597V48.1785ZM32.1597 44.4806H41.3403V41.0292H32.1597V44.4806ZM32.1597 40.7827H41.3403V37.4545H32.1597V40.7827ZM31.8403 37.4545H22.6597V40.7827H31.8403V37.4545ZM41.6597 37.4545V40.7827H50.6807V37.4545H41.6597ZM50.6807 41.0292H41.6597V44.4806H50.6807V41.0292ZM50.6807 44.7271H41.6597V48.1785H50.6807V44.7271ZM50.6807 48.425H41.6597V51.7531H50.6807V48.425Z" fill="white"/>
</g>
<defs>
<filter id="filter0_f_803_139309" x="39.2505" y="2" width="21.8154" height="23.4595" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_803_139309"/>
</filter>
<linearGradient id="paint0_linear_803_139309" x1="32" y1="6" x2="32" y2="57.75" gradientUnits="userSpaceOnUse">
<stop stop-color="#6DC3F9"/>
<stop offset="1" stop-color="#309BEE"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

41
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/preview_excel_table_direct.svg

@ -0,0 +1,41 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M43.2501 6H12C9.23857 6 6.99999 8.23858 7 11L7.00008 52.75C7.00009 55.5114 9.23866 57.75 12.0001 57.75H52.0001C54.7615 57.75 57.0001 55.5114 57.0001 52.75V21.386L43.2501 6Z" fill="url(#paint0_linear_250_216143)"/>
<g filter="url(#filter0_f_250_216143)">
<path d="M43.2503 6L43.2503 7.6435C43.2501 15.2738 49.4357 21.4595 57.066 21.4595L46.875 17.375L43.2503 6Z" fill="#248F2E"/>
</g>
<path d="M43.2502 6L43.25 16.4594C43.2499 19.2209 45.4885 21.4595 48.25 21.4595H57.0659L43.2502 6Z" fill="#C3ECC4"/>
<path d="M27.1952 13.0516C27.1952 12.9476 27.107 12.8633 26.9983 12.8633H25.4434C25.3347 12.8633 25.2465 12.9476 25.2465 13.0516V27.9842C25.2465 28.0883 25.3347 28.1726 25.4434 28.1726H26.9983C27.107 28.1726 27.1952 28.0883 27.1952 27.9842V13.0516Z" fill="white"/>
<path d="M21.3885 15.4916C21.4229 15.4309 21.4893 15.3932 21.5614 15.3932H23.3904C23.5373 15.3932 23.6324 15.5416 23.5659 15.6669L20.7757 21.4842L23.5606 27.8969C23.6291 28.0223 23.5341 28.1726 23.3862 28.1726H21.5607C21.489 28.1726 21.4229 28.1352 21.3883 28.0751L19.4637 23.976L17.5391 28.0751C17.5045 28.1352 17.4384 28.1726 17.3667 28.1726H15.5458C15.3969 28.1726 15.3019 28.0203 15.3726 27.8948L18.2355 21.4948L15.3663 15.6687C15.298 15.5433 15.393 15.3932 15.5408 15.3932H17.365C17.4376 15.3932 17.5044 15.4314 17.5386 15.4927L19.4474 19.2873L21.3885 15.4916Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.4346 16.7401C28.4346 16.0493 29.0089 15.4893 29.7173 15.4893H35.4606C35.5687 15.4893 35.6562 15.5736 35.6562 15.6776V17.1656C35.6562 17.2697 35.5687 17.354 35.4606 17.354H30.3711V21.024H34.3736C35.082 21.024 35.6562 21.596 35.6562 22.2868V26.8856C35.6562 27.5764 35.082 28.1364 34.3736 28.1364H28.6302C28.5222 28.1364 28.4346 28.0521 28.4346 27.948V26.46C28.4346 26.356 28.5222 26.2717 28.6302 26.2717H33.7198V22.9829H29.7173C29.0089 22.9829 28.4346 22.4229 28.4346 21.7321V16.7401Z" fill="white"/>
<g opacity="0.4">
<path d="M13 37.208H22.5V40.9059H13V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M13 40.9059H22.5V44.6038H13V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M13 44.6038H22.5V48.3018H13V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M13 48.3018H22.5V51.9997H13V48.3018Z" fill="white" fill-opacity="0.2"/>
<path d="M22.5 37.208H32V40.9059H22.5V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M22.5 40.9059H32V44.6038H22.5V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M22.5 44.6038H32V48.3018H22.5V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M22.5 48.3018H32V51.9997H22.5V48.3018Z" fill="white" fill-opacity="0.2"/>
<path d="M32 37.208H41.5V40.9059H32V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M32 40.9059H41.5V44.6038H32V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M32 44.6038H41.5V48.3018H32V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M32 48.3018H41.5V51.9997H32V48.3018Z" fill="white" fill-opacity="0.2"/>
<path d="M41.5 37.208H51V40.9059H41.5V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M41.5 40.9059H51V44.6038H41.5V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M41.5 44.6038H51V48.3018H41.5V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M41.5 48.3018H51V51.9997H41.5V48.3018Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.3403 40.7827V37.4545H13.3193V40.7827H22.3403ZM22.3403 41.0292H13.3193V44.4806H22.3403V41.0292ZM22.6597 44.4806V41.0292H31.8403V44.4806H22.6597ZM22.3403 44.7271H13.3193V48.1785H22.3403V44.7271ZM22.6597 48.1785V44.7271H31.8403V48.1785H22.6597ZM22.3403 48.425H13.3193V51.7531H22.3403V48.425ZM22.6597 51.7531V48.425H31.8403V51.7531H22.6597ZM13 51.9997V37.208H51V51.9997H13ZM32.1597 51.7531H41.3403V48.425H32.1597V51.7531ZM32.1597 48.1785H41.3403V44.7271H32.1597V48.1785ZM32.1597 44.4806H41.3403V41.0292H32.1597V44.4806ZM32.1597 40.7827H41.3403V37.4545H32.1597V40.7827ZM31.8403 37.4545H22.6597V40.7827H31.8403V37.4545ZM41.6597 37.4545V40.7827H50.6807V37.4545H41.6597ZM50.6807 41.0292H41.6597V44.4806H50.6807V41.0292ZM50.6807 44.7271H41.6597V48.1785H50.6807V44.7271ZM50.6807 48.425H41.6597V51.7531H50.6807V48.425Z" fill="white"/>
</g>
<rect x="13" y="34.25" width="38" height="3" fill="white"/>
<defs>
<filter id="filter0_f_250_216143" x="39.2505" y="2" width="21.8154" height="23.4595" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_250_216143"/>
</filter>
<linearGradient id="paint0_linear_250_216143" x1="32" y1="6" x2="32" y2="57.75" gradientUnits="userSpaceOnUse">
<stop stop-color="#7BD393"/>
<stop offset="1" stop-color="#54B16E"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 5.0 KiB

40
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/preview_excel_table_spider.svg

@ -0,0 +1,40 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M43.2501 6H12C9.23857 6 6.99999 8.23858 7 11L7.00008 52.75C7.00009 55.5114 9.23866 57.75 12.0001 57.75H52.0001C54.7615 57.75 57.0001 55.5114 57.0001 52.75V21.386L43.2501 6Z" fill="url(#paint0_linear_250_216142)"/>
<g filter="url(#filter0_f_250_216142)">
<path d="M43.2503 6L43.2503 7.6435C43.2501 15.2738 49.4357 21.4595 57.066 21.4595L46.875 17.375L43.2503 6Z" fill="#248F2E"/>
</g>
<path d="M43.2502 6L43.25 16.4594C43.2499 19.2209 45.4885 21.4595 48.25 21.4595H57.0659L43.2502 6Z" fill="#C3ECC4"/>
<path d="M27.1952 13.0516C27.1952 12.9476 27.107 12.8633 26.9983 12.8633H25.4434C25.3347 12.8633 25.2465 12.9476 25.2465 13.0516V27.9842C25.2465 28.0883 25.3347 28.1726 25.4434 28.1726H26.9983C27.107 28.1726 27.1952 28.0883 27.1952 27.9842V13.0516Z" fill="white"/>
<path d="M21.3885 15.4916C21.4229 15.4309 21.4893 15.3932 21.5614 15.3932H23.3904C23.5373 15.3932 23.6324 15.5416 23.5659 15.6669L20.7757 21.4842L23.5606 27.8969C23.6291 28.0223 23.5341 28.1726 23.3862 28.1726H21.5607C21.489 28.1726 21.4229 28.1352 21.3883 28.0751L19.4637 23.976L17.5391 28.0751C17.5045 28.1352 17.4384 28.1726 17.3667 28.1726H15.5458C15.3969 28.1726 15.3019 28.0203 15.3726 27.8948L18.2355 21.4948L15.3663 15.6687C15.298 15.5433 15.393 15.3932 15.5408 15.3932H17.365C17.4376 15.3932 17.5044 15.4314 17.5386 15.4927L19.4474 19.2873L21.3885 15.4916Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.4346 16.7401C28.4346 16.0493 29.0089 15.4893 29.7173 15.4893H35.4606C35.5687 15.4893 35.6562 15.5736 35.6562 15.6776V17.1656C35.6562 17.2697 35.5687 17.354 35.4606 17.354H30.3711V21.024H34.3736C35.082 21.024 35.6562 21.596 35.6562 22.2868V26.8856C35.6562 27.5764 35.082 28.1364 34.3736 28.1364H28.6302C28.5222 28.1364 28.4346 28.0521 28.4346 27.948V26.46C28.4346 26.356 28.5222 26.2717 28.6302 26.2717H33.7198V22.9829H29.7173C29.0089 22.9829 28.4346 22.4229 28.4346 21.7321V16.7401Z" fill="white"/>
<g opacity="0.4">
<path d="M13 37.208H22.5V40.9059H13V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M13 40.9059H22.5V44.6038H13V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M13 44.6038H22.5V48.3018H13V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M13 48.3018H22.5V51.9997H13V48.3018Z" fill="white" fill-opacity="0.2"/>
<path d="M22.5 37.208H32V40.9059H22.5V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M22.5 40.9059H32V44.6038H22.5V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M22.5 44.6038H32V48.3018H22.5V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M22.5 48.3018H32V51.9997H22.5V48.3018Z" fill="white" fill-opacity="0.2"/>
<path d="M32 37.208H41.5V40.9059H32V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M32 40.9059H41.5V44.6038H32V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M32 44.6038H41.5V48.3018H32V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M32 48.3018H41.5V51.9997H32V48.3018Z" fill="white" fill-opacity="0.2"/>
<path d="M41.5 37.208H51V40.9059H41.5V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M41.5 40.9059H51V44.6038H41.5V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M41.5 44.6038H51V48.3018H41.5V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M41.5 48.3018H51V51.9997H41.5V48.3018Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.3403 40.7827V37.4545H13.3193V40.7827H22.3403ZM22.3403 41.0292H13.3193V44.4806H22.3403V41.0292ZM22.6597 44.4806V41.0292H31.8403V44.4806H22.6597ZM22.3403 44.7271H13.3193V48.1785H22.3403V44.7271ZM22.6597 48.1785V44.7271H31.8403V48.1785H22.6597ZM22.3403 48.425H13.3193V51.7531H22.3403V48.425ZM22.6597 51.7531V48.425H31.8403V51.7531H22.6597ZM13 51.9997V37.208H51V51.9997H13ZM32.1597 51.7531H41.3403V48.425H32.1597V51.7531ZM32.1597 48.1785H41.3403V44.7271H32.1597V48.1785ZM32.1597 44.4806H41.3403V41.0292H32.1597V44.4806ZM32.1597 40.7827H41.3403V37.4545H32.1597V40.7827ZM31.8403 37.4545H22.6597V40.7827H31.8403V37.4545ZM41.6597 37.4545V40.7827H50.6807V37.4545H41.6597ZM50.6807 41.0292H41.6597V44.4806H50.6807V41.0292ZM50.6807 44.7271H41.6597V48.1785H50.6807V44.7271ZM50.6807 48.425H41.6597V51.7531H50.6807V48.425Z" fill="white"/>
</g>
<defs>
<filter id="filter0_f_250_216142" x="39.2505" y="2" width="21.8154" height="23.4595" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_250_216142"/>
</filter>
<linearGradient id="paint0_linear_250_216142" x1="32" y1="6" x2="32" y2="57.75" gradientUnits="userSpaceOnUse">
<stop stop-color="#7BD393"/>
<stop offset="1" stop-color="#54B16E"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/preview_fail.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

41
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/preview_sql_table_direct.svg

@ -0,0 +1,41 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M43.2501 6H12C9.23857 6 6.99999 8.23858 7 11L7.00008 52.75C7.00009 55.5114 9.23866 57.75 12.0001 57.75H52.0001C54.7615 57.75 57.0001 55.5114 57.0001 52.75V21.386L43.2501 6Z" fill="url(#paint0_linear_250_216139)"/>
<path d="M35.6562 12.375C35.6562 12.2671 35.5688 12.1797 35.4609 12.1797H33.8203C33.7124 12.1797 33.625 12.2671 33.625 12.375V27.9191C33.625 28.0269 33.7124 28.1144 33.8203 28.1144H35.4609C35.5688 28.1144 35.6562 28.0269 35.6562 27.9191V12.375Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.3438 16.2973C15.3438 15.581 15.9172 15.0003 16.6245 15.0003H22.3594C22.4672 15.0003 22.5547 15.0877 22.5547 15.1956V16.7386C22.5547 16.8464 22.4672 16.9339 22.3594 16.9339H17.2773V20.7394H21.2739C21.9813 20.7394 22.5547 21.3324 22.5547 22.0488V26.8174C22.5547 27.5337 21.9813 28.1144 21.2739 28.1144H15.5391C15.4312 28.1144 15.3438 28.0269 15.3438 27.9191V26.3761C15.3438 26.2682 15.4312 26.1808 15.5391 26.1808H20.6211V22.7706H16.6245C15.9172 22.7706 15.3438 22.1899 15.3438 21.4736V16.2973Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.0781 16.2921C24.0781 15.5787 24.6565 15.0003 25.37 15.0003H30.8189C31.5324 15.0003 32.1108 15.5787 32.1108 16.2921L32.1017 27.9192C32.1016 28.027 32.0142 28.1143 31.9064 28.1143H30.2661C30.158 28.1143 30.0705 28.0266 30.0708 27.9186L30.0795 24.341H25.37C24.6565 24.341 24.0781 23.7626 24.0781 23.0491L24.0781 16.2921ZM29.4702 22.313C29.8067 22.313 30.0795 22.0402 30.0795 21.7037V17.6409C30.0795 17.3043 29.8067 17.0315 29.4702 17.0315H26.7188C26.3822 17.0315 26.1094 17.3043 26.1094 17.6409V21.7037C26.1094 22.0402 26.3822 22.313 26.7188 22.313H29.4702Z" fill="white"/>
<g opacity="0.4">
<path d="M13 37.208H22.4375V40.9059H13V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M13 40.9059H22.4375V44.6038H13V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M13 44.6038H22.4375V48.3018H13V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M13 48.3018H22.4375V51.9997H13V48.3018Z" fill="white" fill-opacity="0.2"/>
<path d="M22.4375 37.208H31.875V40.9059H22.4375V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M22.4375 40.9059H31.875V44.6038H22.4375V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M22.4375 44.6038H31.875V48.3018H22.4375V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M22.4375 48.3018H31.875V51.9997H22.4375V48.3018Z" fill="white" fill-opacity="0.2"/>
<path d="M31.875 37.208H41.3125V40.9059H31.875V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M31.875 40.9059H41.3125V44.6038H31.875V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M31.875 44.6038H41.3125V48.3018H31.875V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M31.875 48.3018H41.3125V51.9997H31.875V48.3018Z" fill="white" fill-opacity="0.2"/>
<path d="M41.3125 37.208H50.75V40.9059H41.3125V37.208Z" fill="white" fill-opacity="0.6"/>
<path d="M41.3125 40.9059H50.75V44.6038H41.3125V40.9059Z" fill="white" fill-opacity="0.2"/>
<path d="M41.3125 44.6038H50.75V48.3018H41.3125V44.6038Z" fill="white" fill-opacity="0.3"/>
<path d="M41.3125 48.3018H50.75V51.9997H41.3125V48.3018Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.2789 40.7827V37.4545H13.3172V40.7827H22.2789ZM22.2789 41.0292H13.3172V44.4806H22.2789V41.0292ZM22.5961 44.4806V41.0292H31.7164V44.4806H22.5961ZM22.2789 44.7271H13.3172V48.1785H22.2789V44.7271ZM22.5961 48.1785V44.7271H31.7164V48.1785H22.5961ZM22.2789 48.425H13.3172V51.7531H22.2789V48.425ZM22.5961 51.7531V48.425H31.7164V51.7531H22.5961ZM13 51.9997V37.208H50.75V51.9997H13ZM32.0336 51.7531H41.1539V48.425H32.0336V51.7531ZM32.0336 48.1785H41.1539V44.7271H32.0336V48.1785ZM32.0336 44.4806H41.1539V41.0292H32.0336V44.4806ZM32.0336 40.7827H41.1539V37.4545H32.0336V40.7827ZM31.7164 37.4545H22.5961V40.7827H31.7164V37.4545ZM41.4711 37.4545V40.7827H50.4328V37.4545H41.4711ZM50.4328 41.0292H41.4711V44.4806H50.4328V41.0292ZM50.4328 44.7271H41.4711V48.1785H50.4328V44.7271ZM50.4328 48.425H41.4711V51.7531H50.4328V48.425Z" fill="white"/>
</g>
<rect x="13" y="34.25" width="37.75" height="3" fill="white"/>
<g filter="url(#filter0_f_250_216139)">
<path d="M43.2503 6L43.2503 7.6435C43.2501 15.2738 49.4357 21.4595 57.066 21.4595L46.875 17.375L43.2503 6Z" fill="#F0AC3C"/>
</g>
<path d="M43.2502 6L43.25 16.4594C43.2499 19.2209 45.4885 21.4595 48.25 21.4595H57.0659L43.2502 6Z" fill="#FFEBBA"/>
<defs>
<filter id="filter0_f_250_216139" x="39.2505" y="2" width="21.8154" height="23.4595" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_250_216139"/>
</filter>
<linearGradient id="paint0_linear_250_216139" x1="32" y1="6" x2="32" y2="57.75" gradientUnits="userSpaceOnUse">
<stop stop-color="#F5C265"/>
<stop offset="1" stop-color="#F2AE3D"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 5.2 KiB

40
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/preview_sql_table_spider.svg

@ -0,0 +1,40 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M43.2501 6H12C9.23857 6 6.99999 8.23858 7 11L7.00008 52.75C7.00009 55.5114 9.23866 57.75 12.0001 57.75H52.0001C54.7615 57.75 57.0001 55.5114 57.0001 52.75V21.386L43.2501 6Z" fill="url(#paint0_linear_250_216138)"/>
<g opacity="0.4">
<path d="M11.5 37.25H21.75V41H11.5V37.25Z" fill="white" fill-opacity="0.6"/>
<path d="M11.5 41H21.75V44.75H11.5V41Z" fill="white" fill-opacity="0.2"/>
<path d="M11.5 44.75H21.75V48.5H11.5V44.75Z" fill="white" fill-opacity="0.3"/>
<path d="M11.5 48.5H21.75V52.25H11.5V48.5Z" fill="white" fill-opacity="0.2"/>
<path d="M21.75 37.25H32V41H21.75V37.25Z" fill="white" fill-opacity="0.6"/>
<path d="M21.75 41H32V44.75H21.75V41Z" fill="white" fill-opacity="0.2"/>
<path d="M21.75 44.75H32V48.5H21.75V44.75Z" fill="white" fill-opacity="0.3"/>
<path d="M21.75 48.5H32V52.25H21.75V48.5Z" fill="white" fill-opacity="0.2"/>
<path d="M32 37.25H42.25V41H32V37.25Z" fill="white" fill-opacity="0.6"/>
<path d="M32 41H42.25V44.75H32V41Z" fill="white" fill-opacity="0.2"/>
<path d="M32 44.75H42.25V48.5H32V44.75Z" fill="white" fill-opacity="0.3"/>
<path d="M32 48.5H42.25V52.25H32V48.5Z" fill="white" fill-opacity="0.2"/>
<path d="M42.25 37.25H52.5V41H42.25V37.25Z" fill="white" fill-opacity="0.6"/>
<path d="M42.25 41H52.5V44.75H42.25V41Z" fill="white" fill-opacity="0.2"/>
<path d="M42.25 44.75H52.5V48.5H42.25V44.75Z" fill="white" fill-opacity="0.3"/>
<path d="M42.25 48.5H52.5V52.25H42.25V48.5Z" fill="white" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.5777 40.875V37.5H11.8445V40.875H21.5777ZM21.5777 41.125H11.8445V44.625H21.5777V41.125ZM21.9223 44.625V41.125H31.8277V44.625H21.9223ZM21.5777 44.875H11.8445V48.375H21.5777V44.875ZM21.9223 48.375V44.875H31.8277V48.375H21.9223ZM21.5777 48.625H11.8445V52H21.5777V48.625ZM21.9223 52V48.625H31.8277V52H21.9223ZM11.5 52.25V37.25H52.5V52.25H11.5ZM32.1723 52H42.0777V48.625H32.1723V52ZM32.1723 48.375H42.0777V44.875H32.1723V48.375ZM32.1723 44.625H42.0777V41.125H32.1723V44.625ZM32.1723 40.875H42.0777V37.5H32.1723V40.875ZM31.8277 37.5H21.9223V40.875H31.8277V37.5ZM42.4223 37.5V40.875H52.1555V37.5H42.4223ZM52.1555 41.125H42.4223V44.625H52.1555V41.125ZM52.1555 44.875H42.4223V48.375H52.1555V44.875ZM52.1555 48.625H42.4223V52H52.1555V48.625Z" fill="white"/>
</g>
<path d="M35.6562 12.375C35.6562 12.2671 35.5688 12.1797 35.4609 12.1797H33.8203C33.7124 12.1797 33.625 12.2671 33.625 12.375V27.9191C33.625 28.0269 33.7124 28.1144 33.8203 28.1144H35.4609C35.5688 28.1144 35.6562 28.0269 35.6562 27.9191V12.375Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.3438 16.2973C15.3438 15.581 15.9172 15.0003 16.6245 15.0003H22.3594C22.4672 15.0003 22.5547 15.0877 22.5547 15.1956V16.7386C22.5547 16.8464 22.4672 16.9339 22.3594 16.9339H17.2773V20.7394H21.2739C21.9813 20.7394 22.5547 21.3324 22.5547 22.0488V26.8174C22.5547 27.5337 21.9813 28.1144 21.2739 28.1144H15.5391C15.4312 28.1144 15.3438 28.0269 15.3438 27.9191V26.3761C15.3438 26.2682 15.4312 26.1808 15.5391 26.1808H20.6211V22.7706H16.6245C15.9172 22.7706 15.3438 22.1899 15.3438 21.4736V16.2973Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.0781 16.2921C24.0781 15.5787 24.6565 15.0003 25.37 15.0003H30.8189C31.5324 15.0003 32.1108 15.5787 32.1108 16.2921L32.1017 27.9192C32.1016 28.027 32.0142 28.1143 31.9064 28.1143H30.2661C30.158 28.1143 30.0705 28.0266 30.0708 27.9186L30.0795 24.341H25.37C24.6565 24.341 24.0781 23.7626 24.0781 23.0491L24.0781 16.2921ZM29.4702 22.313C29.8067 22.313 30.0795 22.0402 30.0795 21.7037V17.6409C30.0795 17.3043 29.8067 17.0315 29.4702 17.0315H26.7188C26.3822 17.0315 26.1094 17.3043 26.1094 17.6409V21.7037C26.1094 22.0402 26.3822 22.313 26.7188 22.313H29.4702Z" fill="white"/>
<g filter="url(#filter0_f_250_216138)">
<path d="M43.2503 6L43.2503 7.6435C43.2501 15.2738 49.4357 21.4595 57.066 21.4595L46.875 17.375L43.2503 6Z" fill="#F0AC3C"/>
</g>
<path d="M43.2502 6L43.25 16.4594C43.2499 19.2209 45.4885 21.4595 48.25 21.4595H57.0659L43.2502 6Z" fill="#FFEBBA"/>
<defs>
<filter id="filter0_f_250_216138" x="39.2505" y="2" width="21.8154" height="23.4595" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_250_216138"/>
</filter>
<linearGradient id="paint0_linear_250_216138" x1="32" y1="6" x2="32" y2="57.75" gradientUnits="userSpaceOnUse">
<stop stop-color="#F5C265"/>
<stop offset="1" stop-color="#F2AE3D"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

3
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/relation_marker.svg

@ -0,0 +1,3 @@
<svg width="12" height="6" viewBox="0 0 12 6" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 6L-0.000206292 0.000211239L1.7142 0.428835L5.14273 1.28595L11.9998 3.00019L5.14273 4.71442L1.7142 5.57154L0 6Z" fill="#2C60DB"/>
</svg>

After

Width:  |  Height:  |  Size: 242 B

107
designer-base/src/main/resources/com/fr/design/data/tabledata/datacenter/web/assets/images/resource_root.svg

@ -0,0 +1,107 @@
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_bii_2204_220739)">
<rect x="28" y="28" width="88" height="88" rx="24" fill="url(#paint0_linear_2204_220739)"/>
</g>
<g filter="url(#filter1_bii_2204_220739)">
<rect x="28" y="140" width="88" height="88" rx="24" fill="url(#paint1_linear_2204_220739)"/>
</g>
<g filter="url(#filter2_bii_2204_220739)">
<path d="M140 52C140 38.7452 150.745 28 164 28H204C217.255 28 228 38.7452 228 52V92C228 105.255 217.255 116 204 116H164C150.745 116 140 105.255 140 92V52Z" fill="url(#paint2_linear_2204_220739)"/>
</g>
<g filter="url(#filter3_bii_2204_220739)">
<rect x="140" y="140" width="88" height="88" rx="24" fill="url(#paint3_linear_2204_220739)"/>
</g>
<defs>
<filter id="filter0_bii_2204_220739" x="14" y="14" width="116" height="116" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="7"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_2204_220739"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_2204_220739" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-7" dy="-7"/>
<feGaussianBlur stdDeviation="3.5"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.2 0 0 0 0 0.74902 0 0 0 0.5 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_2204_220739"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="5" dy="5"/>
<feGaussianBlur stdDeviation="3.5"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_2204_220739" result="effect3_innerShadow_2204_220739"/>
</filter>
<filter id="filter1_bii_2204_220739" x="14" y="126" width="116" height="116" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="7"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_2204_220739"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_2204_220739" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-7" dy="-7"/>
<feGaussianBlur stdDeviation="3.5"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.2 0 0 0 0 0.74902 0 0 0 0.5 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_2204_220739"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="5" dy="5"/>
<feGaussianBlur stdDeviation="3.5"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_2204_220739" result="effect3_innerShadow_2204_220739"/>
</filter>
<filter id="filter2_bii_2204_220739" x="126" y="14" width="116" height="116" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="7"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_2204_220739"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_2204_220739" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-7" dy="-7"/>
<feGaussianBlur stdDeviation="3.5"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.1275 0 0 0 0 0.548958 0 0 0 0 0.85 0 0 0 0.5 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_2204_220739"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="7" dy="7"/>
<feGaussianBlur stdDeviation="3.5"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.3 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_2204_220739" result="effect3_innerShadow_2204_220739"/>
</filter>
<filter id="filter3_bii_2204_220739" x="126" y="126" width="116" height="116" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="7"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_2204_220739"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_2204_220739" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-7" dy="-7"/>
<feGaussianBlur stdDeviation="3.5"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.2 0 0 0 0 0.74902 0 0 0 0.5 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_2204_220739"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="5" dy="5"/>
<feGaussianBlur stdDeviation="3.5"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_2204_220739" result="effect3_innerShadow_2204_220739"/>
</filter>
<linearGradient id="paint0_linear_2204_220739" x1="116" y1="116" x2="15.2863" y2="46.3961" gradientUnits="userSpaceOnUse">
<stop stop-color="#004AE0"/>
<stop offset="0.5" stop-color="#2562FF"/>
<stop offset="1" stop-color="#3492FF"/>
</linearGradient>
<linearGradient id="paint1_linear_2204_220739" x1="116" y1="228" x2="15.2863" y2="158.396" gradientUnits="userSpaceOnUse">
<stop stop-color="#004AE0"/>
<stop offset="0.5" stop-color="#2562FF"/>
<stop offset="1" stop-color="#3492FF"/>
</linearGradient>
<linearGradient id="paint2_linear_2204_220739" x1="228" y1="116" x2="127.286" y2="46.3961" gradientUnits="userSpaceOnUse">
<stop stop-color="#30A2F2" stop-opacity="0.9"/>
<stop offset="1" stop-color="#66CCFF" stop-opacity="0.9"/>
</linearGradient>
<linearGradient id="paint3_linear_2204_220739" x1="228" y1="228" x2="127.286" y2="158.396" gradientUnits="userSpaceOnUse">
<stop stop-color="#004AE0"/>
<stop offset="0.5" stop-color="#2562FF"/>
<stop offset="1" stop-color="#3492FF"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 6.9 KiB

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save