Browse Source

REPORT-114888 优化调用性能完善单测

newui
vito 5 months ago
parent
commit
3ccf99e1e9
  1. 14
      designer-base/src/main/java/com/fine/theme/icon/AbstractIconSource.java
  2. 12
      designer-base/src/main/java/com/fine/theme/icon/IconManager.java
  3. 16
      designer-base/src/main/java/com/fine/theme/icon/JsonIconSet.java
  4. 22
      designer-base/src/main/java/com/fine/theme/icon/UrlIconResource.java
  5. 26
      designer-base/src/main/java/com/fine/theme/icon/svg/SvgIcon.java
  6. 2
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/add_report.svg
  7. 0
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/add_report_disable.svg
  8. 4
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/add_word.svg
  9. 7
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/add_word_disable.svg
  10. 8
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/bmpFile.svg
  11. 6
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/bmpFile_disable.svg
  12. 1
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/chtFile.svg
  13. 0
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/chtFile_disable.svg
  14. 3
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/classFile.svg
  15. 2
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/classFile_disable.svg
  16. 3
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/cpt_locked.svg
  17. 0
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/cpt_locked_disable.svg
  18. 9
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/csvFile.svg
  19. 9
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/csvFile_disable.svg
  20. 3
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/excelFile.svg
  21. 2
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/excelFile_disable.svg
  22. 2
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/excel_import.svg
  23. 2
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/excel_import_disable.svg
  24. 6
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/flashFile.svg
  25. 4
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/flashFile_disable.svg
  26. 2
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/frm_locked.svg
  27. 2
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/frm_locked_disable.svg
  28. 7
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/gifFile.svg
  29. 6
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/gifFile_disable.svg
  30. 11
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/htmlFile.svg
  31. 9
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/htmlFile_disable.svg
  32. 7
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/jarFile.svg
  33. 6
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/jarFile_disable.svg
  34. 9
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/javaFile.svg
  35. 8
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/javaFile_disable.svg
  36. 7
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/jpgFile.svg
  37. 6
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/jpgFile_disable.svg
  38. 5
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/jsFile.svg
  39. 4
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/jsFile_disable.svg
  40. 7
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/jspFile.svg
  41. 6
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/jspFile_disable.svg
  42. 7
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/pdfFile.svg
  43. 6
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/pdfFile_disable.svg
  44. 7
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/pngFile.svg
  45. 6
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/pngFile_disable.svg
  46. 19
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/sqlFile.svg
  47. 15
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/sqlFile_disable.svg
  48. 2
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/wordFile.svg
  49. 7
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/wordFile_disable.svg
  50. 2
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/xlsFile.svg
  51. 4
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/xlsFile_disable.svg
  52. 8
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/xmlFile.svg
  53. 6
      designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/xmlFile_disable.svg
  54. 4
      designer-base/src/main/resources/com/fine/theme/light/ui/fine_light.icon.json
  55. 73
      designer-base/src/test/java/com/fr/design/gui/storybook/components/IconStoryBoard.java

14
designer-base/src/main/java/com/fine/theme/icon/AbstractIconSource.java

@ -24,8 +24,6 @@ import java.awt.Dimension;
@Immutable
public abstract class AbstractIconSource<I extends Icon> implements IconSource<I> {
public static final String ICON_DISABLE_SUFFIX = "_disable";
protected String id;
protected final IconResource resource;
@ -98,13 +96,6 @@ public abstract class AbstractIconSource<I extends Icon> implements IconSource<I
if (grayResource != null) {
return loadIcon(grayResource, dimension, IconType.normal);
}
if (resource instanceof UrlIconResource) {
String disablePath = findDisablePath(((UrlIconResource) resource).getPath());
UrlIconResource disableIconResource = new UrlIconResource(disablePath);
if (disableIconResource.isReachable()) {
return loadIcon(grayResource, dimension, IconType.normal);
}
}
return loadIcon(resource, dimension, IconType.disable);
}
@ -112,12 +103,7 @@ public abstract class AbstractIconSource<I extends Icon> implements IconSource<I
if (whiteResource != null) {
return loadIcon(whiteResource, dimension, IconType.normal);
}
// 反白图不进行自动查找,要么直接提供路径要么自动生成
return loadIcon(resource, dimension, IconType.white);
}
private static String findDisablePath(String path) {
int i = path.lastIndexOf('.');
return path.substring(0, i) + ICON_DISABLE_SUFFIX + path.substring(i);
}
}

12
designer-base/src/main/java/com/fine/theme/icon/IconManager.java

@ -27,6 +27,7 @@ import java.util.HashMap;
@Immutable
public class IconManager {
public static final String ICON_DISABLE_SUFFIX = "_disable";
public static final Dimension DEFAULT_DIMENSION = new Dimension(16, 16);
private static final ArrayList<IconSet> ICON_SETS = new ArrayList<>(2);
private static final HashMap<String, WeakReference<Icon>> CACHE = new HashMap<>(64);
@ -149,4 +150,15 @@ public class IconManager {
public static void clearCache() {
CACHE.clear();
}
/**
* 查找灰化图标
*
* @param path 原始路径
* @return 灰化路径
*/
public static String findDisablePath(String path) {
int i = path.lastIndexOf('.');
return path.substring(0, i) + ICON_DISABLE_SUFFIX + path.substring(i);
}
}

16
designer-base/src/main/java/com/fine/theme/icon/JsonIconSet.java

@ -60,7 +60,12 @@ public class JsonIconSet extends AbstractIconSet {
if (value instanceof String) {
String path = (String) value;
if (IconManager.isSvgIcon(path)) {
addIcon(new SvgIconSource(key, base + path));
// 默认字符串提供正常图和灰化图
addIcon(new SvgIconSource(key,
base + path,
IconManager.findDisablePath(base + path),
null
));
} else if (IconManager.isImageIcon(path)) {
addIcon(new ImageIconSource(key, base + path));
}
@ -74,21 +79,20 @@ public class JsonIconSet extends AbstractIconSet {
if (IconManager.isSvgIcon(normalPath)) {
addIcon(new SvgIconSource(key,
base + normalPath,
base + disablePath,
base + whitePath
StringUtils.isNotBlank(disablePath) ? base + disablePath : null,
StringUtils.isNotBlank(whitePath) ? base + whitePath : null
));
} else if (IconManager.isImageIcon(normalPath)) {
addIcon(new ImageIconSource(key,
base + normalPath,
base + disablePath,
base + whitePath
StringUtils.isNotBlank(disablePath) ? base + disablePath : null,
StringUtils.isNotBlank(whitePath) ? base + whitePath : null
));
}
}
}
@Override
public boolean equals(Object o) {
if (this == o) {

22
designer-base/src/main/java/com/fine/theme/icon/UrlIconResource.java

@ -28,30 +28,14 @@ public class UrlIconResource implements IconResource {
return path;
}
/**
* 资源是否可访问
*
* @return 是否可访问
*/
public boolean isReachable() {
try (InputStream inputStream = getInputStream(path)) {
return inputStream != null;
} catch (Exception e) {
return false;
}
}
@Override
@NotNull
public InputStream getInputStream() {
try (InputStream inputStream = getInputStream(path)) {
if (inputStream == null) {
throw new IconException("Icon load failed: " + path);
}
return inputStream;
} catch (Exception e) {
InputStream inputStream = getInputStream(path);
if (inputStream == null) {
throw new IconException("Icon load failed: " + path);
}
return inputStream;
}

26
designer-base/src/main/java/com/fine/theme/icon/svg/SvgIcon.java

@ -1,8 +1,8 @@
package com.fine.theme.icon.svg;
import com.fine.theme.icon.AbstractIconSource;
import com.fine.theme.icon.DisabledIcon;
import com.fine.theme.icon.GraphicsFilter;
import com.fine.theme.icon.IconManager;
import com.fine.theme.icon.IconResource;
import com.fine.theme.icon.IconType;
import com.fine.theme.icon.UrlIconResource;
@ -26,7 +26,6 @@ import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.image.RGBImageFilter;
import java.util.Objects;
import java.util.StringJoiner;
import static com.fine.theme.utils.FineUIScale.scale;
@ -50,6 +49,7 @@ public class SvgIcon implements DisabledIcon, WhiteIcon, Icon {
private final IconResource resource;
private final IconType type;
private final static NullableLazyValue<SVGDocument> defaultDoc = NullableLazyValue.createValue(SvgIcon::loadDefault);
private final NullableLazyValue<SVGDocument> svgDocument = NullableLazyValue.createValue(() -> load(IconType.normal));
private final NullableLazyValue<SVGDocument> whiteSvgDocument = NullableLazyValue.createValue(() -> load(IconType.white));
@ -84,8 +84,8 @@ public class SvgIcon implements DisabledIcon, WhiteIcon, Icon {
private void fallbackRender(Component c, Graphics g, int x, int y) {
if (resource instanceof UrlIconResource) {
String path = ((UrlIconResource) resource).getPath();
String[] names = path.split(AbstractIconSource.ICON_DISABLE_SUFFIX);
if (path.contains(AbstractIconSource.ICON_DISABLE_SUFFIX) && names.length > 1) {
String[] names = path.split(IconManager.ICON_DISABLE_SUFFIX);
if (path.contains(IconManager.ICON_DISABLE_SUFFIX) && names.length == 2) {
SVGLoader loader = new SVGLoader();
SVGDocument document = loader.load(new UrlIconResource(names[0] + names[1]).getInputStream());
if (document != null) {
@ -116,20 +116,29 @@ public class SvgIcon implements DisabledIcon, WhiteIcon, Icon {
}
private void render(Component c, Graphics g, int x, int y, FallbackRender fallbackRender) {
SVGDocument document;
try {
if (type == IconType.white) {
Objects.requireNonNull(whiteSvgDocument.getValue())
.render((JComponent) c, (Graphics2D) g, new ViewBox(x, y, scaleSize.width, scaleSize.height));
document = whiteSvgDocument.getValue();
} else {
Objects.requireNonNull(svgDocument.getValue())
.render((JComponent) c, (Graphics2D) g, new ViewBox(x, y, scaleSize.width, scaleSize.height));
document = svgDocument.getValue();
}
if (document == null) {
document = defaultDoc.getValue();
}
document.render((JComponent) c, (Graphics2D) g, new ViewBox(x, y, scaleSize.width, scaleSize.height));
} catch (Exception e) {
FineLoggerFactory.getLogger().error("SvgIcon from url: " + resource + "can not paint.", e);
fallbackRender.render(c, g, x, y);
}
}
private static SVGDocument loadDefault() {
SVGLoader loader = new SVGLoader();
UrlIconResource iconResource = new UrlIconResource("com/fine/theme/icon/default.svg");
return loader.load(iconResource.getInputStream());
}
private SVGDocument load(IconType type) {
SVGLoader loader = new SVGLoader();
@ -138,7 +147,6 @@ public class SvgIcon implements DisabledIcon, WhiteIcon, Icon {
: loader.load(resource.getInputStream());
}
@Override
public String toString() {
return new StringJoiner(", ", SvgIcon.class.getSimpleName() + "[", "]")

2
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/add_report.svg

@ -1,5 +1,5 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.4502 31C21.8624 31 21.3859 30.5523 21.3859 30V25H16.0643C15.4765 25 15 24.5523 15 24C15 23.4477 15.4765 23 16.0643 23H21.3859V18C21.3859 17.4477 21.8624 17 22.4502 17C23.038 17 23.5145 17.4477 23.5145 18V23H28.836C29.4238 23 29.9003 23.4477 29.9003 24C29.9003 24.5523 29.4238 25 28.836 25H23.5145V30C23.5145 30.5523 23.038 31 22.4502 31Z" fill="#0A1C38" fill-opacity="0.9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.4502 31C21.8624 31 21.3859 30.5523 21.3859 30V25H16.5643C15.9765 25 15.5 24.5523 15.5 24C15.5 23.4477 15.9765 23 16.5643 23H21.3859V18C21.3859 17.4477 21.8624 17 22.4502 17C23.038 17 23.5145 17.4477 23.5145 18V23H28.4357C29.0235 23 29.5 23.4477 29.5 24C29.5 24.5523 29.0235 25 28.4357 25H23.5145V30C23.5145 30.5523 23.038 31 22.4502 31Z" fill="#0A1C38" fill-opacity="0.9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M26 20V10.7515L20.0925 4H4L4 28H18V30H4C2.89543 30 2 29.1046 2 28V4C2 2.89543 2.89543 2 4 2H20.0925C20.6692 2 21.2178 2.24896 21.5976 2.68299L27.5052 9.43446C27.8242 9.79904 28 10.267 28 10.7515V20H26Z" fill="#0A1C38" fill-opacity="0.9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.72 10.5467H13.7707C13.8163 10.5467 13.8533 10.5837 13.8533 10.6293V14.5973C13.8533 14.643 13.8163 14.68 13.7707 14.68H9.72V18.3173C9.72 18.363 9.68299 18.4 9.63733 18.4H6.08267C6.03701 18.4 6 18.363 6 18.3173V8.89333C6 7.29539 7.29539 6 8.89333 6H9.63733C9.68299 6 9.72 6.03701 9.72 6.08267V10.5467Z" fill="#2576EF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.4002 6.08267V15.5067C18.4002 17.1046 17.1048 18.4 15.5069 18.4H14.6802V9.72H10.6295C10.5839 9.72 10.5469 9.68299 10.5469 9.63733V6.08267C10.5469 6.03701 10.5839 6 10.6295 6H18.3175C18.3632 6 18.4002 6.03701 18.4002 6.08267Z" fill="#34B3FA"/>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

0
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/add_report_disable.svg

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

4
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/add_word.svg

@ -1,7 +1,7 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M28 20V10.7515L22.0925 4H6L6 28H20V30H6C4.89543 30 4 29.1046 4 28V4C4 2.89543 4.89543 2 6 2H22.0925C22.6692 2 23.2178 2.24896 23.5976 2.68299L29.5052 9.43446C29.8242 9.79904 30 10.267 30 10.7515V20H28Z" fill="#0A1C38" fill-opacity="0.9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.4502 31C23.8624 31 23.3859 30.5523 23.3859 30V25H18.0643C17.4765 25 17 24.5523 17 24C17 23.4477 17.4765 23 18.0643 23H23.3859V18C23.3859 17.4477 23.8624 17 24.4502 17C25.038 17 25.5145 17.4477 25.5145 18V23H30.836C31.4238 23 31.9003 23.4477 31.9003 24C31.9003 24.5523 31.4238 25 30.836 25H25.5145V30C25.5145 30.5523 25.038 31 24.4502 31Z" fill="#0A1C38" fill-opacity="0.9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.4502 31C23.8624 31 23.3859 30.5523 23.3859 30V25H18.5643C17.9765 25 17.5 24.5523 17.5 24C17.5 23.4477 17.9765 23 18.5643 23H23.3859V18C23.3859 17.4477 23.8624 17 24.4502 17C25.038 17 25.5145 17.4477 25.5145 18V23H30.4357C31.0235 23 31.5 23.4477 31.5 24C31.5 24.5523 31.0235 25 30.4357 25H25.5145V30C25.5145 30.5523 25.038 31 24.4502 31Z" fill="#0A1C38" fill-opacity="0.9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.68555 9C1.71905 9 0.935547 9.7835 0.935547 10.75V21.25C0.935547 22.2165 1.71905 23 2.68555 23H13.1855C14.152 23 14.9355 22.2165 14.9355 21.25V10.75C14.9355 9.7835 14.152 9 13.1855 9H2.68555Z" fill="#57C4FB"/>
<path d="M3.93555 19.1234C3.93555 19.6075 4.32232 20 4.79943 20L-nan -nanL4.79943 20C5.15009 20 5.51682 19.7578 5.64972 19.4286L7.93585 15.4286L10.2209 19.4286C10.3538 19.7578 10.7205 20 11.0712 20L-nan -nanL11.0712 20C11.5483 20 11.935 19.6075 11.935 19.1234L11.9355 12.5714C11.9356 12.2558 11.6798 12 11.3642 12L-nan -nanL11.3642 12C11.0486 12 10.7927 12.2558 10.7925 12.5714L10.7923 13.1429V18.2857L8.79066 14.7819C8.61541 14.4751 8.28918 14.2857 7.93585 14.2857L-nan -nanL7.93585 14.2857C7.58251 14.2857 7.25626 14.475 7.08093 14.7818L5.07833 18.2857V13.1429V12.5708C5.07833 12.2556 4.82276 12 4.5075 12L-nan -nanL4.5075 12C4.19166 12 3.93567 12.2561 3.93583 12.5719L3.9361 13.1429L3.93555 19.1234Z" fill="white"/>
<path d="M5.82961 19.3296L8.00002 15.5994L10.1699 19.3297C10.19 19.3642 10.2084 19.3997 10.2275 19.4365C10.2305 19.4423 10.2335 19.4481 10.2365 19.454C10.2586 19.4965 10.2818 19.5404 10.3085 19.5827C10.4827 19.8588 10.8139 20.05 11.1356 20.05C11.641 20.05 12.0495 19.6345 12.0495 19.1234L12.05 12.5714C12.05 12.2282 11.7718 11.95 11.4287 11.95C11.0854 11.95 10.8071 12.2281 10.807 12.5714V12.5714L10.8067 18.0974L8.89853 14.7571C8.71437 14.4347 8.37157 14.2357 8.0003 14.2357C7.62902 14.2357 7.2862 14.4346 7.10197 14.757L5.19278 18.0975V12.5708C5.19278 12.228 4.91483 11.95 4.57195 11.95C4.2285 11.95 3.95013 12.2285 3.95028 12.5719C3.95028 12.572 3.95028 12.572 3.95028 12.572L3.95 19.1234C3.95 19.6345 4.35847 20.05 4.86388 20.05C5.18559 20.05 5.51675 19.8589 5.69089 19.5828C5.71762 19.5404 5.74087 19.4965 5.76297 19.454C5.76601 19.4481 5.76903 19.4423 5.77203 19.4365C5.79109 19.3997 5.8095 19.3642 5.82961 19.3296Z" fill="white" stroke="white" stroke-width="0.1"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14 9.6H2C1.77909 9.6 1.6 9.77909 1.6 10V22C1.6 22.2209 1.77909 22.4 2 22.4H14C14.2209 22.4 14.4 22.2209 14.4 22V10C14.4 9.77909 14.2209 9.6 14 9.6ZM2 8C0.895431 8 0 8.89543 0 10V22C0 23.1046 0.895431 24 2 24H14C15.1046 24 16 23.1046 16 22V10C16 8.89543 15.1046 8 14 8H2Z" fill="#2089CF"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

7
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/add_word_disable.svg

@ -1,7 +1,12 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1.59961 9.98027C1.59961 9.76275 1.77594 9.58643 1.99346 9.58643H14.0058C14.2233 9.58643 14.3996 9.76275 14.3996 9.98027V21.9926C14.3996 22.2101 14.2233 22.3864 14.0058 22.3864H1.99346C1.77594 22.3864 1.59961 22.2101 1.59961 21.9926V9.98027Z" fill="#0A1C38" fill-opacity="0.2"/>
<mask id="path-2-outside-1_6799_74861" maskUnits="userSpaceOnUse" x="3" y="11" width="10" height="10" fill="black">
<rect fill="white" x="3" y="11" width="10" height="10"/>
<path d="M4 19.1234C4 19.6075 4.38677 20 4.86388 20C5.16746 20 5.48309 19.8185 5.64861 19.5561C5.69962 19.4752 5.73831 19.3871 5.78639 19.3045L8.00002 15.5L10.2132 19.3045C10.2612 19.3871 10.2999 19.4752 10.3508 19.556C10.5163 19.8185 10.832 20 11.1356 20C11.6127 20 11.9995 19.6075 11.9995 19.1234L12 12.5714C12 12.2558 11.7442 12 11.4287 12C11.113 12 10.8571 12.2558 10.857 12.5714L10.8567 18.2857L8.85512 14.7819C8.67986 14.4751 8.35363 14.2857 8.0003 14.2857C7.64696 14.2857 7.32071 14.475 7.14538 14.7818L5.14278 18.2857V12.5708C5.14278 12.2556 4.88721 12 4.57195 12C4.25612 12 4.00013 12.2561 4.00028 12.5719L4 19.1234Z"/>
</mask>
<path d="M4 19.1234C4 19.6075 4.38677 20 4.86388 20C5.16746 20 5.48309 19.8185 5.64861 19.5561C5.69962 19.4752 5.73831 19.3871 5.78639 19.3045L8.00002 15.5L10.2132 19.3045C10.2612 19.3871 10.2999 19.4752 10.3508 19.556C10.5163 19.8185 10.832 20 11.1356 20C11.6127 20 11.9995 19.6075 11.9995 19.1234L12 12.5714C12 12.2558 11.7442 12 11.4287 12C11.113 12 10.8571 12.2558 10.857 12.5714L10.8567 18.2857L8.85512 14.7819C8.67986 14.4751 8.35363 14.2857 8.0003 14.2857C7.64696 14.2857 7.32071 14.475 7.14538 14.7818L5.14278 18.2857V12.5708C5.14278 12.2556 4.88721 12 4.57195 12C4.25612 12 4.00013 12.2561 4.00028 12.5719L4 19.1234Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M4 19.1234L3.9 19.1234V19.1234H4ZM5.64861 19.5561L5.73318 19.6095L5.73318 19.6095L5.64861 19.5561ZM5.78639 19.3045L5.87283 19.3547L5.87283 19.3547L5.78639 19.3045ZM8.00002 15.5L8.08646 15.4497L8.00003 15.3011L7.91359 15.4497L8.00002 15.5ZM10.2132 19.3045L10.2996 19.2543L10.2996 19.2543L10.2132 19.3045ZM10.3508 19.556L10.4354 19.5027L10.4354 19.5027L10.3508 19.556ZM11.9995 19.1234L11.8995 19.1234V19.1234H11.9995ZM12 12.5714L11.9 12.5714L11.9 12.5714L12 12.5714ZM10.857 12.5714L10.757 12.5713L10.757 12.5714L10.857 12.5714ZM10.8567 18.2857L10.7699 18.3353L10.9567 18.6623L10.9567 18.2857L10.8567 18.2857ZM8.85512 14.7819L8.76829 14.8315L8.76829 14.8315L8.85512 14.7819ZM7.14538 14.7818L7.2322 14.8314L7.2322 14.8314L7.14538 14.7818ZM5.14278 18.2857H5.04278V18.6622L5.2296 18.3353L5.14278 18.2857ZM4.00028 12.5719L4.10028 12.572L4.10028 12.5719L4.00028 12.5719ZM3.9 19.1234C3.9 19.6614 4.33017 20.1 4.86388 20.1V19.9C4.44337 19.9 4.1 19.5537 4.1 19.1234H3.9ZM4.86388 20.1C5.20372 20.1 5.5504 19.8992 5.73318 19.6095L5.56403 19.5028C5.41578 19.7378 5.13121 19.9 4.86388 19.9V20.1ZM5.73318 19.6095C5.76112 19.5652 5.78521 19.5197 5.80734 19.477C5.83003 19.4334 5.85032 19.3934 5.87283 19.3547L5.69996 19.2542C5.67439 19.2981 5.65129 19.3436 5.62985 19.3849C5.60786 19.4272 5.5871 19.4662 5.56403 19.5028L5.73318 19.6095ZM5.87283 19.3547L8.08646 15.5503L7.91359 15.4497L5.69996 19.2542L5.87283 19.3547ZM7.91358 15.5503L10.1267 19.3548L10.2996 19.2543L8.08646 15.4497L7.91358 15.5503ZM10.1267 19.3548C10.1492 19.3935 10.1695 19.4334 10.1921 19.477C10.2143 19.5196 10.2383 19.5651 10.2662 19.6094L10.4354 19.5027C10.4124 19.4661 10.3916 19.4272 10.3696 19.3849C10.3482 19.3436 10.3251 19.2982 10.2996 19.2543L10.1267 19.3548ZM10.2662 19.6094C10.449 19.8992 10.7957 20.1 11.1356 20.1V19.9C10.8682 19.9 10.5836 19.7377 10.4354 19.5027L10.2662 19.6094ZM11.1356 20.1C11.6693 20.1 12.0995 19.6614 12.0995 19.1234H11.8995C11.8995 19.5537 11.5561 19.9 11.1356 19.9V20.1ZM12.0995 19.1234L12.1 12.5714L11.9 12.5714L11.8995 19.1234L12.0995 19.1234ZM12.1 12.5714C12.1 12.2006 11.7994 11.9 11.4287 11.9V12.1C11.689 12.1 11.9 12.3111 11.9 12.5714L12.1 12.5714ZM11.4287 11.9C11.0578 11.9 10.7572 12.2005 10.757 12.5713L10.957 12.5714C10.9571 12.311 11.1682 12.1 11.4287 12.1V11.9ZM10.9435 18.2361L8.94195 14.7323L8.76829 14.8315L10.7699 18.3353L10.9435 18.2361ZM8.94195 14.7323C8.74889 14.3943 8.38952 14.1857 8.0003 14.1857V14.3857C8.31774 14.3857 8.61083 14.5558 8.76829 14.8315L8.94195 14.7323ZM8.0003 14.1857C7.61108 14.1857 7.2517 14.3943 7.05856 14.7322L7.2322 14.8314C7.38973 14.5558 7.68285 14.3857 8.0003 14.3857V14.1857ZM7.05856 14.7322L5.05596 18.2361L5.2296 18.3353L7.2322 14.8314L7.05856 14.7322ZM5.24278 12.5708C5.24278 12.2003 4.94244 11.9 4.57195 11.9V12.1C4.83198 12.1 5.04278 12.3108 5.04278 12.5708H5.24278ZM4.57195 11.9C4.20087 11.9 3.9001 12.2009 3.90028 12.572L4.10028 12.5719C4.10015 12.3113 4.31136 12.1 4.57195 12.1V11.9ZM10.757 12.5714L10.7567 18.2857L10.9567 18.2857L10.957 12.5714L10.757 12.5714ZM5.24278 18.2857V12.5708H5.04278V18.2857H5.24278ZM3.90028 12.5719L3.9 19.1234L4.1 19.1234L4.10028 12.572L3.90028 12.5719Z" fill="#0A1C38" fill-opacity="0.29" mask="url(#path-2-outside-1_6799_74861)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.4502 31C23.8624 31 23.3859 30.5523 23.3859 30V25H18.0643C17.4765 25 17 24.5523 17 24C17 23.4477 17.4765 23 18.0643 23H23.3859V18C23.3859 17.4477 23.8624 17 24.4502 17C25.038 17 25.5145 17.4477 25.5145 18V23H30.836C31.4238 23 31.9003 23.4477 31.9003 24C31.9003 24.5523 31.4238 25 30.836 25H25.5145V30C25.5145 30.5523 25.038 31 24.4502 31Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M3.93555 19.1234C3.93555 19.6075 4.32232 20 4.79943 20L-nan -nanL4.79943 20C5.15009 20 5.51682 19.7578 5.64972 19.4286L7.93585 15.4286L10.2209 19.4286C10.3538 19.7578 10.7205 20 11.0712 20L-nan -nanL11.0712 20C11.5483 20 11.935 19.6075 11.935 19.1234L11.9355 12.5714C11.9356 12.2558 11.6798 12 11.3642 12L-nan -nanL11.3642 12C11.0486 12 10.7927 12.2558 10.7925 12.5714L10.7923 13.1429V18.2857L8.79066 14.7819C8.61541 14.4751 8.28918 14.2857 7.93585 14.2857L-nan -nanL7.93585 14.2857C7.58251 14.2857 7.25626 14.475 7.08093 14.7818L5.07833 18.2857V13.1429V12.5708C5.07833 12.2556 4.82276 12 4.5075 12L-nan -nanL4.5075 12C4.19166 12 3.93567 12.2561 3.93583 12.5719L3.9361 13.1429L3.93555 19.1234Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14 9.6H2C1.77909 9.6 1.6 9.77909 1.6 10V22C1.6 22.2209 1.77909 22.4 2 22.4H14C14.2209 22.4 14.4 22.2209 14.4 22V10C14.4 9.77909 14.2209 9.6 14 9.6ZM2 8C0.895431 8 0 8.89543 0 10V22C0 23.1046 0.895431 24 2 24H14C15.1046 24 16 23.1046 16 22V10C16 8.89543 15.1046 8 14 8H2Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M28 10.7515V20H30V10.7515C30 10.267 29.8242 9.79904 29.5052 9.43446L23.5976 2.68299C23.2178 2.24896 22.6692 2 22.0925 2H6C4.89543 2 4 2.89543 4 4V8H6V4H22.0925L28 10.7515ZM6 28V24H4V28C4 29.1046 4.89543 30 6 30H20V28H6Z" fill="#0A1C38" fill-opacity="0.29"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

8
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/bmpFile.svg

@ -1,8 +1,10 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6 28V4H22L28 10.5V28H6Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M28 28V10.7515L22.0925 4H6L6 28H28ZM6 2C4.89543 2 4 2.89543 4 4V28C4 29.1046 4.89543 30 6 30H28C29.1046 30 30 29.1046 30 28V10.7515C30 10.267 29.8242 9.79904 29.5052 9.43446L23.5976 2.68299C23.2178 2.24896 22.6692 2 22.0925 2H6Z" fill="#0A1C38" fill-opacity="0.9"/>
<path d="M0 11.5C0 10.3954 0.953014 9.5 2.12862 9.5H22.3505C23.5261 9.5 24.4791 10.3954 24.4791 11.5V20.5C24.4791 21.6046 23.5261 22.5 22.3505 22.5H2.12862C0.953014 22.5 0 21.6046 0 20.5V11.5Z" fill="#3FC4B4"/>
<path d="M18.283 19.5001C18.0081 19.5001 17.7852 19.2772 17.7852 19.0022V13.4998C17.7852 12.9476 18.231 12.5001 18.7809 12.5001H20.2781C20.8415 12.5001 21.3083 12.603 21.6784 12.8089C22.0485 13.0148 22.3255 13.2965 22.5093 13.6538C22.6932 14.0088 22.7852 14.4088 22.7852 14.8538C22.7852 15.3011 22.692 15.7034 22.5058 16.0608C22.3219 16.4158 22.0438 16.6974 21.6713 16.9057C21.3012 17.1116 20.854 17.2146 20.293 17.2146H18.7852V16.2188H20.1756C20.5315 16.2188 20.8203 16.2229 21.0419 16.0998C21.2635 15.9744 21.4262 15.804 21.5299 15.5886C21.6336 15.3733 21.6855 15.1283 21.6855 14.8538C21.6855 14.5792 21.6336 14.3355 21.5299 14.1224C21.4262 13.9094 21.2623 13.7426 21.0384 13.6219C20.8168 13.5012 20.5601 13.4998 20.1862 13.4998H18.7852V18.9979C18.7852 19.2752 18.5603 19.5001 18.283 19.5001Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.19434 12.5H4.19434C3.64205 12.5 3.19434 12.9477 3.19434 13.5V18.5C3.19434 19.0523 3.64205 19.5 4.19434 19.5H6.69434C7.79891 19.5 8.69434 18.6046 8.69434 17.5C8.69434 16.7728 8.30627 16.1363 7.72593 15.7862C8.01825 15.4385 8.19434 14.9898 8.19434 14.5C8.19434 13.3954 7.29891 12.5 6.19434 12.5ZM4.19434 13.5H6.19434C6.74662 13.5 7.19434 13.9477 7.19434 14.5C7.19434 15.0523 6.74662 15.5 6.19434 15.5H4.19434V13.5ZM6.69434 16.5H4.19434V18.5H6.69434C7.24662 18.5 7.69434 18.0523 7.69434 17.5C7.69434 16.9477 7.24662 16.5 6.69434 16.5Z" fill="white"/>
<path d="M9.74561 13.267C9.74561 12.8434 10.0841 12.5 10.5016 12.5L-nan -nanL10.5016 12.5C10.8084 12.5 11.1293 12.7119 11.2456 13L13.2456 16.5L15.2456 13C15.3619 12.7119 15.6828 12.5 15.9897 12.5L-nan -nanL15.9897 12.5C16.4072 12.5 16.7456 12.8434 16.7456 13.267L16.7461 19C16.7461 19.2761 16.5223 19.5 16.2461 19.5L-nan -nanL16.2461 19.5C15.9699 19.5 15.746 19.2762 15.7459 19L15.7456 18.5V14L13.9937 17.0659C13.8403 17.3343 13.5548 17.5 13.2456 17.5L-nan -nanL13.2456 17.5C12.9364 17.5 12.651 17.3343 12.4976 17.0659L10.7456 14V18.5V19.0005C10.7456 19.2764 10.522 19.5 10.2461 19.5L-nan -nanL10.2461 19.5C9.96972 19.5 9.74571 19.2759 9.74585 18.9995L9.74609 18.5L9.74561 13.267Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.7998 13.1496C9.7998 12.5359 10.6006 12.2657 10.9962 12.7459L13.2998 15.5412L15.6034 12.7459C15.999 12.2657 16.7998 12.5359 16.7998 13.1496V18.898C16.7998 19.2305 16.5207 19.5 16.1765 19.5C15.8323 19.5 15.5532 19.2305 15.5532 18.898V14.7401L14.0501 16.5641C13.6662 17.0299 12.9334 17.03 12.5495 16.5641L11.0464 14.7401V18.898C11.0464 19.2305 10.7673 19.5 10.4231 19.5C10.0789 19.5 9.7998 19.2305 9.7998 18.898V13.1496Z" fill="white"/>
<path d="M18.4979 19.5001C18.2229 19.5001 18 19.2772 18 19.0022V13.4998C18 12.9476 18.4458 12.5001 18.9957 12.5001H20.493C21.0564 12.5001 21.5231 12.603 21.8932 12.8089C22.2633 13.0148 22.5403 13.2965 22.7242 13.6538C22.9081 14.0088 23 14.4088 23 14.8538C23 15.3011 22.9069 15.7034 22.7207 16.0608C22.5368 16.4158 22.2586 16.6974 21.8862 16.9057C21.5161 17.1116 21.0689 17.2146 20.5078 17.2146H19V16.2188H20.3904C20.7464 16.2188 21.0352 16.2229 21.2568 16.0998C21.4783 15.9744 21.641 15.804 21.7447 15.5886C21.8484 15.3733 21.9003 15.1283 21.9003 14.8538C21.9003 14.5792 21.8484 14.3355 21.7447 14.1224C21.641 13.9094 21.4772 13.7426 21.2532 13.6219C21.0316 13.5012 20.775 13.4998 20.401 13.4998H19V18.9979C19 19.2752 18.7752 19.5001 18.4979 19.5001Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.3903 16.2127C20.4015 16.2127 20.4127 16.2127 20.4237 16.2127C20.7644 16.2128 21.042 16.2129 21.2567 16.097C21.4782 15.9751 21.6409 15.8094 21.7446 15.6C21.8483 15.3906 21.9002 15.1525 21.9002 14.8855C21.9002 14.6186 21.8483 14.3816 21.7446 14.1745C21.6409 13.9675 21.4771 13.8052 21.2531 13.6879C21.0315 13.5705 20.7749 13.5692 20.4009 13.5692H18.9999V16.2127H20.3903ZM21.9347 16.9655C21.5461 17.1756 21.0811 17.278 20.5077 17.278H19.0999V18.9146C19.0999 19.2379 18.8303 19.5 18.4978 19.5C18.1676 19.5 17.8999 19.2398 17.8999 18.9187V13.5692C17.8999 12.979 18.3901 12.5 18.9956 12.5H20.4929C21.0679 12.5 21.5527 12.6021 21.9418 12.8125C22.3281 13.0215 22.6196 13.309 22.813 13.6745C23.005 14.0349 23.0999 14.4393 23.0999 14.8855C23.0999 15.3343 23.0037 15.7411 22.8093 16.1038C22.6158 16.467 22.323 16.7544 21.9347 16.9655Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.19424 12.5H4.19424C3.58673 12.5 3.09424 12.9788 3.09424 13.5694V18.4306C3.09424 19.0212 3.58672 19.5 4.19424 19.5H6.69424C7.85404 19.5 8.79424 18.5859 8.79424 17.4583C8.79424 16.7554 8.42883 16.1356 7.87302 15.7684C8.13744 15.4269 8.29424 15.002 8.29424 14.5417C8.29424 13.4141 7.35404 12.5 6.19424 12.5ZM6.19424 15.4167H4.29424V13.6667H6.19424C6.69129 13.6667 7.09424 14.0584 7.09424 14.5417C7.09424 15.0249 6.69129 15.4167 6.19424 15.4167ZM4.29424 16.5833H6.69424C7.19129 16.5833 7.59424 16.9751 7.59424 17.4583C7.59424 17.9416 7.19129 18.3333 6.69424 18.3333H4.29424V16.5833Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.92 11.1H2.08C1.85025 11.1 1.664 11.2791 1.664 11.5V20.5C1.664 20.7209 1.85025 20.9 2.08 20.9H23.92C24.1497 20.9 24.336 20.7209 24.336 20.5V11.5C24.336 11.2791 24.1497 11.1 23.92 11.1ZM2.08 9.5C0.931248 9.5 0 10.3954 0 11.5V20.5C0 21.6046 0.931247 22.5 2.08 22.5H23.92C25.0688 22.5 26 21.6046 26 20.5V11.5C26 10.3954 25.0688 9.5 23.92 9.5H2.08Z" fill="#159B94"/>
</svg>

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

6
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/bmpFile_disable.svg

@ -1,8 +1,8 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M18.283 19.5001C18.0081 19.5001 17.7852 19.2772 17.7852 19.0022V13.4998C17.7852 12.9476 18.231 12.5001 18.7809 12.5001H20.2781C20.8415 12.5001 21.3083 12.603 21.6784 12.8089C22.0485 13.0148 22.3255 13.2965 22.5093 13.6538C22.6932 14.0088 22.7852 14.4088 22.7852 14.8538C22.7852 15.3011 22.692 15.7034 22.5058 16.0608C22.3219 16.4158 22.0438 16.6974 21.6713 16.9057C21.3012 17.1116 20.854 17.2146 20.293 17.2146H18.7852V16.2188H20.1756C20.5315 16.2188 20.8203 16.2229 21.0419 16.0998C21.2635 15.9744 21.4262 15.804 21.5299 15.5886C21.6336 15.3733 21.6855 15.1283 21.6855 14.8538C21.6855 14.5792 21.6336 14.3355 21.5299 14.1224C21.4262 13.9094 21.2623 13.7426 21.0384 13.6219C20.8168 13.5012 20.5601 13.4998 20.1862 13.4998H18.7852V18.9979C18.7852 19.2752 18.5603 19.5001 18.283 19.5001Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.19434 12.5H4.19434C3.64205 12.5 3.19434 12.9477 3.19434 13.5V18.5C3.19434 19.0523 3.64205 19.5 4.19434 19.5H6.69434C7.79891 19.5 8.69434 18.6046 8.69434 17.5C8.69434 16.7728 8.30627 16.1363 7.72593 15.7862C8.01825 15.4385 8.19434 14.9898 8.19434 14.5C8.19434 13.3954 7.29891 12.5 6.19434 12.5ZM4.19434 13.5H6.19434C6.74662 13.5 7.19434 13.9477 7.19434 14.5C7.19434 15.0523 6.74662 15.5 6.19434 15.5H4.19434V13.5ZM6.69434 16.5H4.19434V18.5H6.69434C7.24662 18.5 7.69434 18.0523 7.69434 17.5C7.69434 16.9477 7.24662 16.5 6.69434 16.5Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M9.74609 13.267C9.74609 12.8434 10.0845 12.5 10.502 12.5L-nan -nanL10.502 12.5C10.8089 12.5 11.1298 12.7119 11.2461 13L13.2461 16.5L15.2461 13C15.3624 12.7119 15.6833 12.5 15.9902 12.5L-nan -nanL15.9902 12.5C16.4077 12.5 16.7461 12.8434 16.7461 13.267L16.7466 19C16.7466 19.2761 16.5228 19.5 16.2466 19.5L-nan -nanL16.2466 19.5C15.9704 19.5 15.7465 19.2762 15.7464 19L15.7461 18.5V14L13.9942 17.0659C13.8408 17.3343 13.5553 17.5 13.2461 17.5L-nan -nanL13.2461 17.5C12.9369 17.5 12.6514 17.3343 12.498 17.0659L10.7461 14V18.5V19.0005C10.7461 19.2764 10.5225 19.5 10.2466 19.5L-nan -nanL10.2466 19.5C9.97021 19.5 9.7462 19.2759 9.74634 18.9995L9.74658 18.5L9.74609 13.267Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.92 11.1H2.08C1.85025 11.1 1.664 11.2791 1.664 11.5V20.5C1.664 20.7209 1.85025 20.9 2.08 20.9H23.92C24.1497 20.9 24.336 20.7209 24.336 20.5V11.5C24.336 11.2791 24.1497 11.1 23.92 11.1ZM2.08 9.5C0.931248 9.5 0 10.3954 0 11.5V20.5C0 21.6046 0.931247 22.5 2.08 22.5H23.92C25.0688 22.5 26 21.6046 26 20.5V11.5C26 10.3954 25.0688 9.5 23.92 9.5H2.08Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M28 10.7515V28H6V22.5H4V28C4 29.1046 4.89543 30 6 30H28C29.1046 30 30 29.1046 30 28V10.7515C30 10.267 29.8242 9.79904 29.5052 9.43446L23.5976 2.68299C23.2178 2.24896 22.6692 2 22.0925 2H6C4.89543 2 4 2.89543 4 4V9.5H6V4H22.0925L28 10.7515Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.08006 11.0625H23.9199C24.1497 11.0625 24.3359 11.243 24.3359 11.4656V20.5347C24.3359 20.7573 24.1497 20.9378 23.9199 20.9378H2.08006C1.85031 20.9378 1.66406 20.7573 1.66406 20.5347V11.4656C1.66406 11.243 1.85031 11.0625 2.08006 11.0625Z" fill="#0A1C38" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.70605 13.1496C9.70605 12.5359 10.5068 12.2657 10.9025 12.7459L13.2061 15.5412L15.5096 12.7459C15.9053 12.2657 16.7061 12.5359 16.7061 13.1496V18.898C16.7061 19.2305 16.427 19.5 16.0828 19.5C15.7385 19.5 15.4595 19.2305 15.4595 18.898V14.7401L13.9563 16.5641C13.5724 17.0299 12.8397 17.03 12.4558 16.5641L10.9526 14.7401V18.898C10.9526 19.2305 10.6736 19.5 10.3293 19.5C9.98511 19.5 9.70605 19.2305 9.70605 18.898V13.1496Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.2971 16.2127C20.3083 16.2127 20.3194 16.2127 20.3305 16.2127C20.6711 16.2128 20.9488 16.2129 21.1634 16.097C21.385 15.9751 21.5476 15.8094 21.6514 15.6C21.7551 15.3906 21.8069 15.1525 21.8069 14.8855C21.8069 14.6186 21.7551 14.3816 21.6514 14.1745C21.5476 13.9675 21.3838 13.8052 21.1599 13.6879C20.9383 13.5705 20.6816 13.5692 20.3077 13.5692H18.9066V16.2127H20.2971ZM21.8414 16.9655C21.4528 17.1756 20.9878 17.278 20.4145 17.278H19.0066V18.9146C19.0066 19.2379 18.7371 19.5 18.4045 19.5C18.0743 19.5 17.8066 19.2398 17.8066 18.9187V13.5692C17.8066 12.979 18.2968 12.5 18.9024 12.5H20.3996C20.9746 12.5 21.4594 12.6021 21.8485 12.8125C22.2349 13.0215 22.5264 13.309 22.7198 13.6745C22.9117 14.0349 23.0066 14.4393 23.0066 14.8855C23.0066 15.3343 22.9105 15.7411 22.7161 16.1038C22.5226 16.467 22.2297 16.7544 21.8414 16.9655Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.1 12.5H4.1C3.49249 12.5 3 12.9788 3 13.5694V18.4306C3 19.0212 3.49249 19.5 4.1 19.5H6.6C7.7598 19.5 8.7 18.5859 8.7 17.4583C8.7 16.7554 8.33459 16.1356 7.77878 15.7684C8.0432 15.4269 8.2 15.002 8.2 14.5417C8.2 13.4141 7.2598 12.5 6.1 12.5ZM6.1 15.4167H4.2V13.6667H6.1C6.59706 13.6667 7 14.0584 7 14.5417C7 15.0249 6.59706 15.4167 6.1 15.4167ZM4.2 16.5833H6.6C7.09706 16.5833 7.5 16.9751 7.5 17.4583C7.5 17.9416 7.09706 18.3333 6.6 18.3333H4.2V16.5833Z" fill="#0A1C38" fill-opacity="0.29"/>
</svg>

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

1
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/chtFile.svg

@ -1,4 +1,5 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5 28V4H21L27 10.5V28H5Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M27 28V10.7515L21.0925 4H5L5 28H27ZM5 2C3.89543 2 3 2.89543 3 4V28C3 29.1046 3.89543 30 5 30H27C28.1046 30 29 29.1046 29 28V10.7515C29 10.267 28.8242 9.79904 28.5052 9.43446L22.5976 2.68299C22.2178 2.24896 21.6692 2 21.0925 2H5Z" fill="#0A1C38" fill-opacity="0.9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.5 10H12.5V22H10.5V10ZM8.5 10C8.5 8.89543 9.39543 8 10.5 8H12.5C13.6046 8 14.5 8.89543 14.5 10V22C14.5 23.1046 13.6046 24 12.5 24H10.5C9.39543 24 8.5 23.1046 8.5 22V10ZM21.5 15H19.5V22H21.5V15ZM19.5 13C18.3954 13 17.5 13.8954 17.5 15V22C17.5 23.1046 18.3954 24 19.5 24H21.5C22.6046 24 23.5 23.1046 23.5 22V15C23.5 13.8954 22.6046 13 21.5 13H19.5Z" fill="#0A1C38" fill-opacity="0.9"/>
</svg>

Before

Width:  |  Height:  |  Size: 854 B

After

Width:  |  Height:  |  Size: 904 B

0
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/chtFile_disable.svg

Before

Width:  |  Height:  |  Size: 856 B

After

Width:  |  Height:  |  Size: 856 B

3
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/classFile.svg

@ -1,6 +1,7 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 28V4H23L29 10.5V28H7Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 28V10.7515L23.0925 4H7L7 28H29ZM7 2C5.89543 2 5 2.89543 5 4V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7Z" fill="#0A1C38" fill-opacity="0.9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 9C2.7835 9 2 9.7835 2 10.75V21.25C2 22.2165 2.7835 23 3.75 23H14.25C15.2165 23 16 22.2165 16 21.25V10.75C16 9.7835 15.2165 9 14.25 9H3.75Z" fill="#60C172"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M15 9.6H3C2.77909 9.6 2.6 9.77909 2.6 10V22C2.6 22.2209 2.77909 22.4 3 22.4H15C15.2209 22.4 15.4 22.2209 15.4 22V10C15.4 9.77909 15.2209 9.6 15 9.6ZM3 8C1.89543 8 1 8.89543 1 10V22C1 23.1046 1.89543 24 3 24H15C16.1046 24 17 23.1046 17 22V10C17 8.89543 16.1046 8 15 8H3Z" fill="#2D9848"/>
<path d="M12.8077 13.6953C12.9413 14.0277 12.6678 14.3574 12.3095 14.3574L-nan -nanL12.3095 14.3574C12.0421 14.3574 11.8188 14.1674 11.7099 13.9232C11.6508 13.7908 11.5793 13.6675 11.4954 13.5532C11.3287 13.3222 11.125 13.1283 10.8843 12.9715C10.6466 12.8118 10.3827 12.692 10.0926 12.6122C9.80247 12.5323 9.5 12.4924 9.18519 12.4924C8.61111 12.4924 8.09105 12.6264 7.625 12.8945C7.16204 13.1625 6.79321 13.5575 6.51852 14.0794C6.24691 14.6012 6.11111 15.2414 6.11111 16C6.11111 16.7586 6.24691 17.3988 6.51852 17.9206C6.79321 18.4425 7.16204 18.8375 7.625 19.1055C8.09105 19.3736 8.61111 19.5076 9.18519 19.5076C9.5 19.5076 9.80247 19.4677 10.0926 19.3878C10.3827 19.308 10.6466 19.1896 10.8843 19.0328C11.125 18.8731 11.3287 18.6778 11.4954 18.4468C11.5791 18.3314 11.6504 18.2077 11.7094 18.0758C11.8183 17.832 12.0416 17.6426 12.3086 17.6426L-nan -nanL12.3086 17.6426C12.6672 17.6426 12.9406 17.9727 12.8066 18.3053C12.7299 18.4958 12.6369 18.6756 12.5278 18.8446C12.2994 19.1982 12.0154 19.499 11.6759 19.7471C11.3364 19.9924 10.9552 20.1792 10.5324 20.3075C10.1127 20.4358 9.66358 20.5 9.18519 20.5C8.37654 20.5 7.65741 20.3175 7.02778 19.9525C6.39815 19.5875 5.90278 19.0684 5.54167 18.3954C5.18056 17.7224 5 16.924 5 16C5 15.076 5.18056 14.2776 5.54167 13.6046C5.90278 12.9316 6.39815 12.4125 7.02778 12.0475C7.65741 11.6825 8.37654 11.5 9.18519 11.5C9.66358 11.5 10.1127 11.5642 10.5324 11.6925C10.9552 11.8208 11.3364 12.009 11.6759 12.2571C12.0154 12.5024 12.2994 12.8018 12.5278 13.1554C12.6375 13.3239 12.7308 13.5038 12.8077 13.6953Z" fill="white"/>
<path d="M12.9233 13.6543C13.0965 14.0631 12.7521 14.4686 12.3081 14.4686C11.9648 14.4686 11.6848 14.2157 11.526 13.9114C11.4905 13.8434 11.4511 13.7781 11.4077 13.7158C11.2569 13.499 11.0722 13.3151 10.8537 13.164C10.6352 13.0128 10.3905 12.8988 10.1197 12.8218C9.85192 12.7448 9.56723 12.7063 9.26563 12.7063C8.72088 12.7063 8.23307 12.8332 7.8022 13.087C7.37441 13.3408 7.03587 13.7129 6.78658 14.2034C6.54036 14.6939 6.41726 15.2928 6.41726 16C6.41726 16.7129 6.54036 17.3146 6.78658 17.8051C7.03587 18.2956 7.37595 18.6663 7.80682 18.9173C8.23769 19.1683 8.72242 19.2937 9.26101 19.2937C9.55954 19.2937 9.84269 19.2567 10.1104 19.1825C10.3813 19.1055 10.6259 18.9929 10.8445 18.8446C11.063 18.6963 11.2476 18.5152 11.3984 18.3013C11.4429 18.2388 11.4833 18.1736 11.5198 18.1058C11.6812 17.8058 11.9614 17.5578 12.3021 17.5588C12.7484 17.5601 13.0903 17.9699 12.907 18.3768C12.8492 18.5052 12.7834 18.6297 12.7095 18.7505C12.491 19.1098 12.2094 19.4206 11.8647 19.683C11.5231 19.9425 11.1322 20.1435 10.6921 20.2861C10.252 20.4287 9.7719 20.5 9.25178 20.5C8.43312 20.5 7.70372 20.3203 7.06357 19.961C6.42341 19.5989 5.91868 19.0813 5.54936 18.4083C5.18312 17.7353 5 16.9325 5 16C5 15.0646 5.18466 14.2619 5.55398 13.5917C5.9233 12.9187 6.42803 12.4026 7.06818 12.0433C7.70833 11.6811 8.4362 11.5 9.25178 11.5C9.75343 11.5 10.2212 11.567 10.6552 11.701C11.0922 11.8322 11.4846 12.0261 11.8324 12.2828C12.1802 12.5366 12.4679 12.8474 12.6957 13.2153C12.7822 13.354 12.8581 13.5003 12.9233 13.6543Z" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

2
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/classFile_disable.svg

@ -1,6 +1,6 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M15 9.6H3C2.77909 9.6 2.6 9.77909 2.6 10V22C2.6 22.2209 2.77909 22.4 3 22.4H15C15.2209 22.4 15.4 22.2209 15.4 22V10C15.4 9.77909 15.2209 9.6 15 9.6ZM3 8C1.89543 8 1 8.89543 1 10V22C1 23.1046 1.89543 24 3 24H15C16.1046 24 17 23.1046 17 22V10C17 8.89543 16.1046 8 15 8H3Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M2.4375 9.92319C2.4375 9.70228 2.61659 9.52319 2.8375 9.52319H15.0375C15.2584 9.52319 15.4375 9.70228 15.4375 9.92319V22.1232C15.4375 22.3441 15.2584 22.5232 15.0375 22.5232H2.8375C2.61659 22.5232 2.4375 22.3441 2.4375 22.1232V9.92319Z" fill="#0A1C38" fill-opacity="0.2"/>
<path d="M12.8077 13.6953C12.9413 14.0277 12.6678 14.3574 12.3095 14.3574L-nan -nanL12.3095 14.3574C12.0421 14.3574 11.8188 14.1674 11.7099 13.9232C11.6508 13.7908 11.5793 13.6675 11.4954 13.5532C11.3287 13.3222 11.125 13.1283 10.8843 12.9715C10.6466 12.8118 10.3827 12.692 10.0926 12.6122C9.80247 12.5323 9.5 12.4924 9.18519 12.4924C8.61111 12.4924 8.09105 12.6264 7.625 12.8945C7.16204 13.1625 6.79321 13.5575 6.51852 14.0794C6.24691 14.6012 6.11111 15.2414 6.11111 16C6.11111 16.7586 6.24691 17.3988 6.51852 17.9206C6.79321 18.4425 7.16204 18.8375 7.625 19.1055C8.09105 19.3736 8.61111 19.5076 9.18519 19.5076C9.5 19.5076 9.80247 19.4677 10.0926 19.3878C10.3827 19.308 10.6466 19.1896 10.8843 19.0328C11.125 18.8731 11.3287 18.6778 11.4954 18.4468C11.5791 18.3314 11.6504 18.2077 11.7094 18.0758C11.8183 17.832 12.0416 17.6426 12.3086 17.6426L-nan -nanL12.3086 17.6426C12.6672 17.6426 12.9406 17.9727 12.8066 18.3053C12.7299 18.4958 12.6369 18.6756 12.5278 18.8446C12.2994 19.1982 12.0154 19.499 11.6759 19.7471C11.3364 19.9924 10.9552 20.1792 10.5324 20.3075C10.1127 20.4358 9.66358 20.5 9.18519 20.5C8.37654 20.5 7.65741 20.3175 7.02778 19.9525C6.39815 19.5875 5.90278 19.0684 5.54167 18.3954C5.18056 17.7224 5 16.924 5 16C5 15.076 5.18056 14.2776 5.54167 13.6046C5.90278 12.9316 6.39815 12.4125 7.02778 12.0475C7.65741 11.6825 8.37654 11.5 9.18519 11.5C9.66358 11.5 10.1127 11.5642 10.5324 11.6925C10.9552 11.8208 11.3364 12.009 11.6759 12.2571C12.0154 12.5024 12.2994 12.8018 12.5278 13.1554C12.6375 13.3239 12.7308 13.5038 12.8077 13.6953Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M12.9233 13.6543C13.0965 14.0631 12.7521 14.4686 12.3081 14.4686V14.4686C11.9648 14.4686 11.6848 14.2157 11.526 13.9114C11.4905 13.8434 11.4511 13.7781 11.4077 13.7158C11.2569 13.499 11.0722 13.3151 10.8537 13.164C10.6352 13.0128 10.3905 12.8988 10.1197 12.8218C9.85192 12.7448 9.56724 12.7063 9.26563 12.7063C8.72088 12.7063 8.23307 12.8332 7.8022 13.087C7.37441 13.3408 7.03587 13.7129 6.78658 14.2034C6.54036 14.6939 6.41726 15.2928 6.41726 16C6.41726 16.7129 6.54036 17.3146 6.78658 17.8051C7.03587 18.2956 7.37595 18.6663 7.80682 18.9173C8.23769 19.1683 8.72242 19.2937 9.26101 19.2937C9.55954 19.2937 9.84269 19.2567 10.1104 19.1825C10.3813 19.1055 10.6259 18.9929 10.8445 18.8446C11.063 18.6963 11.2476 18.5152 11.3984 18.3013C11.4429 18.2388 11.4833 18.1736 11.5198 18.1058C11.6812 17.8058 11.9614 17.5578 12.3021 17.5588V17.5588C12.7484 17.5601 13.0903 17.9699 12.907 18.3768C12.8492 18.5052 12.7834 18.6297 12.7095 18.7505C12.491 19.1098 12.2094 19.4206 11.8647 19.683C11.5231 19.9425 11.1322 20.1435 10.6921 20.2861C10.252 20.4287 9.7719 20.5 9.25178 20.5C8.43312 20.5 7.70372 20.3203 7.06357 19.961C6.42341 19.5989 5.91868 19.0813 5.54936 18.4083C5.18312 17.7353 5 16.9325 5 16C5 15.0646 5.18466 14.2619 5.55398 13.5917C5.9233 12.9187 6.42803 12.4026 7.06818 12.0433C7.70833 11.6811 8.4362 11.5 9.25178 11.5C9.75343 11.5 10.2212 11.567 10.6552 11.701C11.0922 11.8322 11.4846 12.0261 11.8324 12.2828C12.1802 12.5366 12.4679 12.8474 12.6957 13.2153C12.7822 13.354 12.8581 13.5003 12.9233 13.6543Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 10.7515V28H7V24H5V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7C5.89543 2 5 2.89543 5 4V8H7V4H23.0925L29 10.7515Z" fill="#0A1C38" fill-opacity="0.29"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

3
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/cpt_locked.svg

@ -1,6 +1,7 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M26 15V10.7515L20.0925 4H4L4 28H15V30H4C2.89543 30 2 29.1046 2 28V4C2 2.89543 2.89543 2 4 2H20.0925C20.6692 2 21.2178 2.24896 21.5976 2.68299L27.5052 9.43446C27.8242 9.79904 28 10.267 28 10.7515V15H26Z" fill="#0A1C38" fill-opacity="0.9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M26 21V20C26 18.8954 25.1046 18 24 18C22.8954 18 22 18.8954 22 20V21H26ZM20 20V21H19C17.8954 21 17 21.8954 17 23V29C17 30.1046 17.8954 31 19 31H29C30.1046 31 31 30.1046 31 29V23C31 21.8954 30.1046 21 29 21H28V20C28 17.7909 26.2091 16 24 16C21.7909 16 20 17.7909 20 20ZM19 23H20H28H29V29H19L19 23ZM23 25C23 24.4477 23.4477 24 24 24C24.5523 24 25 24.4477 25 25V27C25 27.5523 24.5523 28 24 28C23.4477 28 23 27.5523 23 27V25Z" fill="#0A1C38" fill-opacity="0.9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M26 21V20C26 18.8954 25.1046 18 24 18C22.8954 18 22 18.8954 22 20V21H26ZM20 20V21H19C17.8954 21 17 21.8954 17 23V29C17 30.1046 17.8954 31 19 31H29C30.1046 31 31 30.1046 31 29V23C31 21.8954 30.1046 21 29 21H28V20C28 17.7909 26.2091 16 24 16C21.7909 16 20 17.7909 20 20ZM19 23H20H28H29V29H19L19 23Z" fill="#0A1C38" fill-opacity="0.9"/>
<path d="M23 25C23 24.4477 23.4477 24 24 24C24.5523 24 25 24.4477 25 25V27C25 27.5523 24.5523 28 24 28C23.4477 28 23 27.5523 23 27V25Z" fill="#0A1C38" fill-opacity="0.9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.21023 10.5467H13.2609C13.3066 10.5467 13.3436 10.5837 13.3436 10.6293V14.5973C13.3436 14.643 13.3066 14.68 13.2609 14.68H9.21023V18.3173C9.21023 18.363 9.17322 18.4 9.12757 18.4H5.5729C5.52725 18.4 5.49023 18.363 5.49023 18.3173V8.89333C5.49023 7.29539 6.78562 6 8.38357 6H9.12757C9.17322 6 9.21023 6.03701 9.21023 6.08267V10.5467Z" fill="#2576EF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.8904 6.08267V15.5067C17.8904 17.1046 16.5951 18.4 14.9971 18.4H14.1704V9.72H10.1198C10.0741 9.72 10.0371 9.68299 10.0371 9.63733V6.08267C10.0371 6.03701 10.0741 6 10.1198 6H17.8078C17.8534 6 17.8904 6.03701 17.8904 6.08267Z" fill="#34B3FA"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

0
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/cpt_locked_disable.svg

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

9
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/csvFile.svg

@ -0,0 +1,9 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 28V4H23L29 10.5V28H7Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 28V10.7515L23.0925 4H7L7 28H29ZM7 2C5.89543 2 5 2.89543 5 4V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7Z" fill="#0A1C38" fill-opacity="0.9"/>
<path d="M2 11C2 9.89543 2.93436 9 4.08696 9H23.913C25.0656 9 26 9.89543 26 11V20C26 21.1046 25.0656 22 23.913 22H4.08696C2.93436 22 2 21.1046 2 20V11Z" fill="#F45D5B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 10.6H3C2.77909 10.6 2.6 10.7791 2.6 11V20C2.6 20.2209 2.77909 20.4 3 20.4H24C24.2209 20.4 24.4 20.2209 24.4 20V11C24.4 10.7791 24.2209 10.6 24 10.6ZM3 9C1.89543 9 1 9.89543 1 11V20C1 21.1046 1.89543 22 3 22H24C25.1046 22 26 21.1046 26 20V11C26 9.89543 25.1046 9 24 9H3Z" fill="#C8232C"/>
<path d="M17.9202 12C18.2013 12 18.4507 12.1802 18.5389 12.4471L20.2129 17.5098H20.2847L21.9551 12.4483C22.0434 12.1807 22.2933 12 22.5751 12V12C23.0255 12 23.3406 12.4452 23.1909 12.87L21.29 18.262C21.1341 18.7042 20.7162 19 20.2473 19V19C19.7782 19 19.3601 18.704 19.2044 18.2615L17.3056 12.868C17.1564 12.4441 17.4709 12 17.9202 12V12Z" fill="white"/>
<path d="M15.4998 13.9635C15.1835 13.9635 14.9404 13.6984 14.7377 13.4555C14.6853 13.3927 14.6232 13.3361 14.5515 13.2857C14.3234 13.124 14.0266 13.0432 13.6611 13.0432C13.4042 13.0432 13.1838 13.0819 13 13.1595C12.8162 13.237 12.6755 13.3422 12.5781 13.4751C12.4806 13.608 12.4308 13.7597 12.4286 13.9302C12.4286 14.072 12.4607 14.1949 12.5249 14.299C12.5914 14.4031 12.6811 14.4917 12.794 14.5648C12.907 14.6357 13.0321 14.6955 13.1694 14.7442C13.3068 14.7929 13.4452 14.8339 13.5847 14.8671L14.2226 15.0266C14.4795 15.0864 14.7265 15.1672 14.9635 15.2691C15.2027 15.371 15.4164 15.4994 15.6047 15.6545C15.7951 15.8095 15.9457 15.9967 16.0565 16.2159C16.1672 16.4352 16.2226 16.6921 16.2226 16.9867C16.2226 17.3854 16.1207 17.7364 15.9169 18.0399C15.7132 18.3411 15.4186 18.577 15.0332 18.7475C14.6501 18.9158 14.186 19 13.6412 19C13.1118 19 12.6523 18.9181 12.2625 18.7542C11.8749 18.5903 11.5714 18.3511 11.3522 18.0365C11.2445 17.8805 11.1613 17.7076 11.1027 17.5177C10.9995 17.1836 11.291 16.887 11.6408 16.887V16.887C11.9633 16.887 12.2059 17.1587 12.3903 17.4233C12.4034 17.4422 12.4173 17.4606 12.4319 17.4784C12.5604 17.6357 12.7276 17.753 12.9336 17.8306C13.1417 17.9081 13.3743 17.9468 13.6312 17.9468C13.8992 17.9468 14.134 17.907 14.3355 17.8272C14.5393 17.7453 14.6988 17.6323 14.814 17.4884C14.9291 17.3422 14.9878 17.1716 14.99 16.9767C14.9878 16.7996 14.9358 16.6534 14.8339 16.5382C14.732 16.4208 14.5891 16.3234 14.4053 16.2458C14.2237 16.1661 14.0111 16.0952 13.7674 16.0332L12.9934 15.8339C12.433 15.6899 11.99 15.4718 11.6645 15.1794C11.3411 14.8848 11.1794 14.4939 11.1794 14.0066C11.1794 13.6058 11.2879 13.2547 11.505 12.9535C11.7243 12.6523 12.0221 12.4186 12.3987 12.2525C12.7752 12.0842 13.2016 12 13.6777 12C14.1606 12 14.5836 12.0842 14.9468 12.2525C15.3123 12.4186 15.5991 12.6501 15.8073 12.9468C15.8958 13.0721 15.9661 13.2054 16.0182 13.3466C16.1379 13.6713 15.8458 13.9635 15.4998 13.9635V13.9635Z" fill="white"/>
<path d="M9.82984 13.6987C9.96822 14.0521 9.66775 14.3921 9.28828 14.3921V14.3921C8.98346 14.3921 8.73876 14.1621 8.59108 13.8955C8.58254 13.88 8.57373 13.8648 8.56464 13.8498C8.46926 13.6901 8.3506 13.5548 8.20865 13.4439C8.0667 13.333 7.90478 13.2498 7.72291 13.1944C7.54325 13.1367 7.34918 13.1079 7.14068 13.1079C6.77028 13.1079 6.44202 13.201 6.15589 13.3874C5.86977 13.5715 5.64575 13.842 5.48384 14.1991C5.32193 14.554 5.24097 14.9876 5.24097 15.5C5.24097 16.0212 5.32193 16.4604 5.48384 16.8175C5.64797 17.1724 5.87199 17.4407 6.15589 17.6226C6.44202 17.8023 6.76917 17.8921 7.13736 17.8921C7.34141 17.8921 7.53216 17.8655 7.7096 17.8123C7.88926 17.7568 8.05006 17.6759 8.19202 17.5694C8.33618 17.4629 8.45707 17.3321 8.55466 17.1768C8.56386 17.1625 8.57279 17.148 8.58146 17.1333C8.73561 16.8722 8.98112 16.6457 9.28429 16.6473V16.6473C9.66538 16.6493 9.9619 16.9934 9.81009 17.3429C9.77771 17.4175 9.74184 17.4908 9.70247 17.5627C9.54943 17.8466 9.3487 18.0973 9.10028 18.3146C8.85187 18.5298 8.56131 18.6984 8.22861 18.8203C7.89591 18.9401 7.52662 19 7.12072 19C6.52186 19 5.98733 18.8614 5.51711 18.5841C5.04689 18.3069 4.67649 17.9065 4.40589 17.3831C4.1353 16.8596 4 16.2319 4 15.5C4 14.7658 4.13641 14.1381 4.40922 13.6169C4.68203 13.0935 5.05355 12.6931 5.52376 12.4159C5.99398 12.1386 6.5263 12 7.12072 12C7.5 12 7.85266 12.0532 8.17871 12.1597C8.50475 12.2662 8.79531 12.4225 9.05038 12.6288C9.30545 12.8329 9.51505 13.0835 9.67918 13.3807C9.73617 13.4818 9.78639 13.5878 9.82984 13.6987Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 4.7 KiB

9
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/csvFile_disable.svg

@ -0,0 +1,9 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 28V4H23L29 10.5V28H7Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.00645 11.0941H24.0064C24.2274 11.0941 24.4064 11.2732 24.4064 11.4941V20.4941C24.4064 20.715 24.2274 20.8941 24.0064 20.8941H3.00644C2.78553 20.8941 2.60645 20.715 2.60645 20.4941V11.4941C2.60645 11.2732 2.78553 11.0941 3.00645 11.0941Z" fill="#0A1C38" fill-opacity="0.2"/>
<path d="M17.9202 12.5C18.2013 12.5 18.4507 12.6802 18.5389 12.9471L20.2129 18.0098H20.2847L21.9551 12.9483C22.0434 12.6807 22.2933 12.5 22.5751 12.5V12.5C23.0255 12.5 23.3406 12.9452 23.1909 13.37L21.29 18.762C21.1341 19.2042 20.7162 19.5 20.2473 19.5V19.5C19.7782 19.5 19.3601 19.204 19.2044 18.7615L17.3056 13.368C17.1564 12.9441 17.4709 12.5 17.9202 12.5V12.5Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M15.4998 14.4635C15.1835 14.4635 14.9404 14.1984 14.7377 13.9555C14.6853 13.8927 14.6232 13.8361 14.5515 13.7857C14.3234 13.624 14.0266 13.5432 13.6611 13.5432C13.4042 13.5432 13.1838 13.5819 13 13.6595C12.8162 13.737 12.6755 13.8422 12.5781 13.9751C12.4806 14.108 12.4308 14.2597 12.4286 14.4302C12.4286 14.572 12.4607 14.6949 12.5249 14.799C12.5914 14.9031 12.6811 14.9917 12.794 15.0648C12.907 15.1357 13.0321 15.1955 13.1694 15.2442C13.3068 15.2929 13.4452 15.3339 13.5847 15.3671L14.2226 15.5266C14.4795 15.5864 14.7265 15.6672 14.9635 15.7691C15.2027 15.871 15.4164 15.9994 15.6047 16.1545C15.7951 16.3095 15.9457 16.4967 16.0565 16.7159C16.1672 16.9352 16.2226 17.1921 16.2226 17.4867C16.2226 17.8854 16.1207 18.2364 15.9169 18.5399C15.7132 18.8411 15.4186 19.077 15.0332 19.2475C14.6501 19.4158 14.186 19.5 13.6412 19.5C13.1118 19.5 12.6523 19.4181 12.2625 19.2542C11.8749 19.0903 11.5714 18.8511 11.3522 18.5365C11.2445 18.3805 11.1613 18.2076 11.1027 18.0177C10.9995 17.6836 11.291 17.387 11.6408 17.387V17.387C11.9633 17.387 12.2059 17.6587 12.3903 17.9233C12.4034 17.9422 12.4173 17.9606 12.4319 17.9784C12.5604 18.1357 12.7276 18.253 12.9336 18.3306C13.1417 18.4081 13.3743 18.4468 13.6312 18.4468C13.8992 18.4468 14.134 18.407 14.3355 18.3272C14.5393 18.2453 14.6988 18.1323 14.814 17.9884C14.9291 17.8422 14.9878 17.6716 14.99 17.4767C14.9878 17.2996 14.9358 17.1534 14.8339 17.0382C14.732 16.9208 14.5891 16.8234 14.4053 16.7458C14.2237 16.6661 14.0111 16.5952 13.7674 16.5332L12.9934 16.3339C12.433 16.1899 11.99 15.9718 11.6645 15.6794C11.3411 15.3848 11.1794 14.9939 11.1794 14.5066C11.1794 14.1058 11.2879 13.7547 11.505 13.4535C11.7243 13.1523 12.0221 12.9186 12.3987 12.7525C12.7752 12.5842 13.2016 12.5 13.6777 12.5C14.1606 12.5 14.5836 12.5842 14.9468 12.7525C15.3123 12.9186 15.5991 13.1501 15.8073 13.4468C15.8958 13.5721 15.9661 13.7054 16.0182 13.8466C16.1379 14.1713 15.8458 14.4635 15.4998 14.4635V14.4635Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M9.82984 14.1987C9.96822 14.5521 9.66775 14.8921 9.28828 14.8921V14.8921C8.98346 14.8921 8.73876 14.6621 8.59108 14.3955C8.58254 14.38 8.57373 14.3648 8.56464 14.3498C8.46926 14.1901 8.3506 14.0548 8.20865 13.9439C8.0667 13.833 7.90478 13.7498 7.72291 13.6944C7.54325 13.6367 7.34918 13.6079 7.14068 13.6079C6.77028 13.6079 6.44202 13.701 6.15589 13.8874C5.86977 14.0715 5.64575 14.342 5.48384 14.6991C5.32193 15.054 5.24097 15.4876 5.24097 16C5.24097 16.5212 5.32193 16.9604 5.48384 17.3175C5.64797 17.6724 5.87199 17.9407 6.15589 18.1226C6.44202 18.3023 6.76917 18.3921 7.13736 18.3921C7.34141 18.3921 7.53216 18.3655 7.7096 18.3123C7.88926 18.2568 8.05006 18.1759 8.19202 18.0694C8.33618 17.9629 8.45707 17.8321 8.55466 17.6768C8.56386 17.6625 8.57279 17.648 8.58146 17.6333C8.73561 17.3722 8.98112 17.1457 9.28429 17.1473V17.1473C9.66538 17.1493 9.9619 17.4934 9.81009 17.8429C9.77771 17.9175 9.74184 17.9908 9.70247 18.0627C9.54943 18.3466 9.3487 18.5973 9.10028 18.8146C8.85187 19.0298 8.56131 19.1984 8.22861 19.3203C7.89591 19.4401 7.52662 19.5 7.12072 19.5C6.52186 19.5 5.98733 19.3614 5.51711 19.0841C5.04689 18.8069 4.67649 18.4065 4.40589 17.8831C4.1353 17.3596 4 16.7319 4 16C4 15.2658 4.13641 14.6381 4.40922 14.1169C4.68203 13.5935 5.05355 13.1931 5.52376 12.9159C5.99398 12.6386 6.5263 12.5 7.12072 12.5C7.5 12.5 7.85266 12.5532 8.17871 12.6597C8.50475 12.7662 8.79531 12.9225 9.05038 13.1288C9.30545 13.3329 9.51505 13.5835 9.67918 13.8807C9.73617 13.9818 9.78639 14.0878 9.82984 14.1987Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 11.1H3C2.77909 11.1 2.6 11.2791 2.6 11.5V20.5C2.6 20.7209 2.77909 20.9 3 20.9H24C24.2209 20.9 24.4 20.7209 24.4 20.5V11.5C24.4 11.2791 24.2209 11.1 24 11.1ZM3 9.5C1.89543 9.5 1 10.3954 1 11.5V20.5C1 21.6046 1.89543 22.5 3 22.5H24C25.1046 22.5 26 21.6046 26 20.5V11.5C26 10.3954 25.1046 9.5 24 9.5H3Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 10.7515V28H7V22.5H5V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7C5.89543 2 5 2.89543 5 4V9.5H7V4H23.0925L29 10.7515Z" fill="#0A1C38" fill-opacity="0.29"/>
</svg>

After

Width:  |  Height:  |  Size: 5.0 KiB

3
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/excelFile.svg

@ -1,6 +1,7 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 28V4H23L29 10.5V28H7Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 28V10.7515L23.0925 4H7L7 28H29ZM7 2C5.89543 2 5 2.89543 5 4V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7Z" fill="#0A1C38" fill-opacity="0.9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 9C2.7835 9 2 9.7835 2 10.75V21.25C2 22.2165 2.7835 23 3.75 23H14.25C15.2165 23 16 22.2165 16 21.25V10.75C16 9.7835 15.2165 9 14.25 9H3.75Z" fill="#60C172"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M15 9.6H3C2.77909 9.6 2.6 9.77909 2.6 10V22C2.6 22.2209 2.77909 22.4 3 22.4H15C15.2209 22.4 15.4 22.2209 15.4 22V10C15.4 9.77909 15.2209 9.6 15 9.6ZM3 8C1.89543 8 1 8.89543 1 10V22C1 23.1046 1.89543 24 3 24H15C16.1046 24 17 23.1046 17 22V10C17 8.89543 16.1046 8 15 8H3Z" fill="#2D9848"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.18941 18.9291C4.95509 19.1634 4.95509 19.5433 5.18941 19.7776C5.42372 20.0119 5.80362 20.0119 6.03794 19.7776L9.00003 16.8155L11.9621 19.7776C12.1965 20.0119 12.5764 20.0119 12.8107 19.7776C13.045 19.5433 13.045 19.1634 12.8107 18.9291L9.84856 15.967L12.8106 13.005C13.0449 12.7707 13.0449 12.3908 12.8106 12.1564C12.5763 11.9221 12.1964 11.9221 11.962 12.1564L9.00003 15.1185L6.03804 12.1565C5.80372 11.9222 5.42382 11.9222 5.18951 12.1565C4.95519 12.3908 4.95519 12.7707 5.18951 13.005L8.1515 15.967L5.18941 18.9291Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.22347 18.6975C4.92551 18.9954 4.92551 19.4785 5.22347 19.7765C5.52143 20.0744 6.00451 20.0744 6.30247 19.7765L8.99993 17.079L11.6975 19.7765C11.9954 20.0745 12.4785 20.0745 12.7765 19.7765C13.0744 19.4786 13.0744 18.9955 12.7765 18.6975L10.0789 16L12.7765 13.3025C13.0744 13.0045 13.0744 12.5214 12.7765 12.2235C12.4785 11.9255 11.9954 11.9255 11.6975 12.2235L8.99993 14.921L6.30247 12.2235C6.00451 11.9256 5.52143 11.9256 5.22347 12.2235C4.92551 12.5215 4.92551 13.0046 5.22347 13.3025L7.92093 16L5.22347 18.6975Z" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

2
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/excelFile_disable.svg

@ -1,6 +1,6 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2.59961 9.99394C2.59961 9.77643 2.77594 9.6001 2.99346 9.6001H15.0058C15.2233 9.6001 15.3996 9.77643 15.3996 9.99394V22.0063C15.3996 22.2238 15.2233 22.4001 15.0058 22.4001H2.99346C2.77594 22.4001 2.59961 22.2238 2.59961 22.0063V9.99394Z" fill="#0A1C38" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.22347 18.6975C4.92551 18.9954 4.92551 19.4785 5.22347 19.7765C5.52143 20.0744 6.00451 20.0744 6.30247 19.7765L8.99993 17.079L11.6975 19.7765C11.9954 20.0745 12.4785 20.0745 12.7765 19.7765C13.0744 19.4786 13.0744 18.9955 12.7765 18.6975L10.0789 16L12.7765 13.3025C13.0744 13.0045 13.0744 12.5214 12.7765 12.2235C12.4785 11.9255 11.9954 11.9255 11.6975 12.2235L8.99993 14.921L6.30247 12.2235C6.00451 11.9256 5.52143 11.9256 5.22347 12.2235C4.92551 12.5215 4.92551 13.0046 5.22347 13.3025L7.92093 16L5.22347 18.6975Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M15 9.6H3C2.77909 9.6 2.6 9.77909 2.6 10V22C2.6 22.2209 2.77909 22.4 3 22.4H15C15.2209 22.4 15.4 22.2209 15.4 22V10C15.4 9.77909 15.2209 9.6 15 9.6ZM3 8C1.89543 8 1 8.89543 1 10V22C1 23.1046 1.89543 24 3 24H15C16.1046 24 17 23.1046 17 22V10C17 8.89543 16.1046 8 15 8H3Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.18941 18.9291C4.95509 19.1634 4.95509 19.5433 5.18941 19.7776C5.42372 20.0119 5.80362 20.0119 6.03794 19.7776L9.00003 16.8155L11.9621 19.7776C12.1965 20.0119 12.5764 20.0119 12.8107 19.7776C13.045 19.5433 13.045 19.1634 12.8107 18.9291L9.84855 15.967L12.8106 13.005C13.0449 12.7707 13.0449 12.3908 12.8106 12.1564C12.5763 11.9221 12.1964 11.9221 11.962 12.1564L9.00003 15.1185L6.03804 12.1565C5.80372 11.9222 5.42382 11.9222 5.18951 12.1565C4.95519 12.3908 4.95519 12.7707 5.18951 13.005L8.1515 15.967L5.18941 18.9291Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 10.7515V28H7V24H5V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7C5.89543 2 5 2.89543 5 4V8H7V4H23.0925L29 10.7515Z" fill="#0A1C38" fill-opacity="0.29"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

2
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/excel_import.svg

@ -3,5 +3,5 @@
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 24V28H7L7 4H23.0925L29 10.7515V18H31V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7C5.89543 2 5 2.89543 5 4V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V24H29Z" fill="#0A1C38" fill-opacity="0.9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 9C2.7835 9 2 9.7835 2 10.75V21.25C2 22.2165 2.7835 23 3.75 23H14.25C15.2165 23 16 22.2165 16 21.25V10.75C16 9.7835 15.2165 9 14.25 9H3.75Z" fill="#60C172"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M15 9.6H3C2.77909 9.6 2.6 9.77909 2.6 10V22C2.6 22.2209 2.77909 22.4 3 22.4H15C15.2209 22.4 15.4 22.2209 15.4 22V10C15.4 9.77909 15.2209 9.6 15 9.6ZM3 8C1.89543 8 1 8.89543 1 10V22C1 23.1046 1.89543 24 3 24H15C16.1046 24 17 23.1046 17 22V10C17 8.89543 16.1046 8 15 8H3Z" fill="#2D9848"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.18941 18.962C4.95509 19.1964 4.95509 19.5763 5.18941 19.8106C5.42372 20.0449 5.80362 20.0449 6.03794 19.8106L9.00003 16.8485L11.9621 19.8106C12.1965 20.0449 12.5764 20.0449 12.8107 19.8106C13.045 19.5763 13.045 19.1964 12.8107 18.9621L9.84855 15.9999L12.8106 13.0379C13.0449 12.8036 13.0449 12.4237 12.8106 12.1894C12.5763 11.9551 12.1964 11.9551 11.962 12.1894L9.00003 15.1514L6.03804 12.1894C5.80372 11.9551 5.42382 11.9551 5.18951 12.1894C4.95519 12.4237 4.95519 12.8036 5.18951 13.038L8.1515 15.9999L5.18941 18.962Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.22347 18.6975C4.92551 18.9954 4.92551 19.4785 5.22347 19.7765C5.52143 20.0744 6.00451 20.0744 6.30247 19.7765L8.99993 17.079L11.6975 19.7765C11.9954 20.0745 12.4785 20.0745 12.7765 19.7765C13.0744 19.4786 13.0744 18.9955 12.7765 18.6975L10.0789 16L12.7765 13.3025C13.0744 13.0045 13.0744 12.5214 12.7765 12.2235C12.4785 11.9255 11.9954 11.9255 11.6975 12.2235L8.99993 14.921L6.30247 12.2235C6.00451 11.9256 5.52143 11.9256 5.22347 12.2235C4.92551 12.5215 4.92551 13.0046 5.22347 13.3025L7.92093 16L5.22347 18.6975Z" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

2
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/excel_import_disable.svg

@ -1,7 +1,7 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.3117 21.9497C18.8961 21.5592 18.8961 20.9261 19.3117 20.5355L23.8272 16.2929C24.2428 15.9024 24.9167 15.9024 25.3324 16.2929C25.748 16.6834 25.748 17.3166 25.3324 17.7071L22.892 20H30.7074C31.2952 20 31.7717 20.4477 31.7717 21C31.7717 21.5523 31.2952 22 30.7074 22H22.3759L25.3328 24.7782C25.7484 25.1687 25.7484 25.8019 25.3328 26.1924C24.9171 26.5829 24.2432 26.5829 23.8276 26.1924L19.3292 21.9658L19.3117 21.9497Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M2.59961 9.99394C2.59961 9.77643 2.77594 9.6001 2.99346 9.6001H15.0058C15.2233 9.6001 15.3996 9.77643 15.3996 9.99394V22.0063C15.3996 22.2238 15.2233 22.4001 15.0058 22.4001H2.99346C2.77594 22.4001 2.59961 22.2238 2.59961 22.0063V9.99394Z" fill="#0A1C38" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.22347 18.6975C4.92551 18.9954 4.92551 19.4785 5.22347 19.7765C5.52143 20.0744 6.00451 20.0744 6.30247 19.7765L8.99993 17.079L11.6975 19.7765C11.9954 20.0745 12.4785 20.0745 12.7765 19.7765C13.0744 19.4786 13.0744 18.9955 12.7765 18.6975L10.0789 16L12.7765 13.3025C13.0744 13.0045 13.0744 12.5214 12.7765 12.2235C12.4785 11.9255 11.9954 11.9255 11.6975 12.2235L8.99993 14.921L6.30247 12.2235C6.00451 11.9256 5.52143 11.9256 5.22347 12.2235C4.92551 12.5215 4.92551 13.0046 5.22347 13.3025L7.92093 16L5.22347 18.6975Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M15 9.6H3C2.77909 9.6 2.6 9.77909 2.6 10V22C2.6 22.2209 2.77909 22.4 3 22.4H15C15.2209 22.4 15.4 22.2209 15.4 22V10C15.4 9.77909 15.2209 9.6 15 9.6ZM3 8C1.89543 8 1 8.89543 1 10V22C1 23.1046 1.89543 24 3 24H15C16.1046 24 17 23.1046 17 22V10C17 8.89543 16.1046 8 15 8H3Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.18941 18.962C4.95509 19.1964 4.95509 19.5763 5.18941 19.8106C5.42372 20.0449 5.80362 20.0449 6.03794 19.8106L9.00003 16.8485L11.9621 19.8106C12.1965 20.0449 12.5764 20.0449 12.8107 19.8106C13.045 19.5763 13.045 19.1964 12.8107 18.9621L9.84855 15.9999L12.8106 13.0379C13.0449 12.8036 13.0449 12.4237 12.8106 12.1894C12.5763 11.9551 12.1964 11.9551 11.962 12.1894L9.00003 15.1514L6.03804 12.1894C5.80372 11.9551 5.42382 11.9551 5.18951 12.1894C4.95519 12.4237 4.95519 12.8036 5.18951 13.038L8.1515 15.9999L5.18941 18.962Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 28V24H31V28C31 29.1046 30.1046 30 29 30H7C5.89543 30 5 29.1046 5 28V24H7V28H29ZM7 8V4H23.0925L29 10.7515V18H31V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7C5.89543 2 5 2.89543 5 4V8H7Z" fill="#0A1C38" fill-opacity="0.29"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

6
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/flashFile.svg

@ -1,8 +1,8 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 28V4H23L29 10.5V28H7Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 28V10.7515L23.0925 4H7L7 28H29ZM7 2C5.89543 2 5 2.89543 5 4V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7Z" fill="#0A1C38" fill-opacity="0.9"/>
<path d="M1 11.5C1 10.3954 1.95301 9.5 3.12862 9.5H23.3505C24.5261 9.5 25.4791 10.3954 25.4791 11.5V20.5C25.4791 21.6046 24.5261 22.5 23.3505 22.5H3.12862C1.95301 22.5 1 21.6046 1 20.5V11.5Z" fill="#BECB47"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 11.1H3C2.77909 11.1 2.6 11.2791 2.6 11.5V20.5C2.6 20.7209 2.77909 20.9 3 20.9H24C24.2209 20.9 24.4 20.7209 24.4 20.5V11.5C24.4 11.2791 24.2209 11.1 24 11.1ZM3 9.5C1.89543 9.5 1 10.3954 1 11.5V20.5C1 21.6046 1.89543 22.5 3 22.5H24C25.1046 22.5 26 21.6046 26 20.5V11.5C26 10.3954 25.1046 9.5 24 9.5H3Z" fill="#8BA21A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.43555 15.5V13.5H11.9355C12.2117 13.5 12.4355 13.2761 12.4355 13C12.4355 12.7239 12.2117 12.5 11.9355 12.5H8.43555C7.88326 12.5 7.43555 12.9477 7.43555 13.5V19C7.43555 19.2761 7.6594 19.5 7.93555 19.5C8.21169 19.5 8.43555 19.2761 8.43555 19V16.5H11.9355C12.2117 16.5 12.4355 16.2761 12.4355 16C12.4355 15.7239 12.2117 15.5 11.9355 15.5H8.43555Z" fill="white"/>
<path d="M15 13C15 12.7239 15.2239 12.5 15.5 12.5Lnan nanL15.5 12.5C15.7761 12.5 16 12.7239 16 13V19C16 19.2761 15.7761 19.5 15.5 19.5Lnan nanL15.5 19.5C15.2239 19.5 15 19.2761 15 19V16V13Z" fill="white"/>
<path d="M19.5 18.5C19.7761 18.5 20 18.7239 20 19L-nan -nanL20 19C20 19.2761 19.7761 19.5 19.5 19.5L15.5 19.5C15.2239 19.5 15 19.2761 15 19L-nan -nanL15 19C15 18.7239 15.2239 18.5 15.5 18.5L19.5 18.5Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.0073 18.7829V13.0487C15.0073 12.6904 15.2977 12.4 15.656 12.4C16.0142 12.4 16.3046 12.6904 16.3046 13.0487V18.4H19.3882C19.7196 18.4 19.9882 18.6687 19.9882 19C19.9882 19.3314 19.7196 19.6 19.3882 19.6H15.8245C15.3732 19.6 15.0073 19.2342 15.0073 18.7829Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.3999 18.9514V13.445C7.3999 12.8679 7.86776 12.4 8.4449 12.4H11.7465C12.0528 12.4 12.3011 12.6483 12.3011 12.9546C12.3011 13.2609 12.0528 13.5092 11.7465 13.5092H8.6972V15.442H11.7482C12.0535 15.442 12.3011 15.6895 12.3011 15.9949C12.3011 16.3002 12.0535 16.5478 11.7482 16.5478H8.6972V18.9514C8.6972 19.3096 8.40679 19.6 8.04855 19.6C7.69031 19.6 7.3999 19.3096 7.3999 18.9514Z" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

4
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/flashFile_disable.svg

@ -1,7 +1,7 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.00742 11.0999H24.0074C24.2283 11.0999 24.4074 11.2789 24.4074 11.4999V20.4999C24.4074 20.7208 24.2283 20.8999 24.0074 20.8999H3.00742C2.78651 20.8999 2.60742 20.7208 2.60742 20.4999V11.4999C2.60742 11.2789 2.78651 11.0999 3.00742 11.0999Z" fill="#0A1C38" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.0073 18.7829V13.0487C15.0073 12.6904 15.2977 12.4 15.656 12.4C16.0142 12.4 16.3046 12.6904 16.3046 13.0487V18.4H19.3882C19.7196 18.4 19.9882 18.6687 19.9882 19C19.9882 19.3314 19.7196 19.6 19.3882 19.6H15.8245C15.3732 19.6 15.0073 19.2342 15.0073 18.7829Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.3999 18.9514V13.445C7.3999 12.8679 7.86776 12.4 8.4449 12.4H11.7465C12.0528 12.4 12.3011 12.6483 12.3011 12.9546C12.3011 13.2609 12.0528 13.5092 11.7465 13.5092H8.6972V15.442H11.7482C12.0535 15.442 12.3011 15.6895 12.3011 15.9949C12.3011 16.3002 12.0535 16.5478 11.7482 16.5478H8.6972V18.9514C8.6972 19.3096 8.40679 19.6 8.04855 19.6C7.69031 19.6 7.3999 19.3096 7.3999 18.9514Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 11.1H3C2.77909 11.1 2.6 11.2791 2.6 11.5V20.5C2.6 20.7209 2.77909 20.9 3 20.9H24C24.2209 20.9 24.4 20.7209 24.4 20.5V11.5C24.4 11.2791 24.2209 11.1 24 11.1ZM3 9.5C1.89543 9.5 1 10.3954 1 11.5V20.5C1 21.6046 1.89543 22.5 3 22.5H24C25.1046 22.5 26 21.6046 26 20.5V11.5C26 10.3954 25.1046 9.5 24 9.5H3Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.43555 15.5V13.5H11.9355C12.2117 13.5 12.4355 13.2761 12.4355 13C12.4355 12.7239 12.2117 12.5 11.9355 12.5H8.43555C7.88326 12.5 7.43555 12.9477 7.43555 13.5V19C7.43555 19.2761 7.6594 19.5 7.93555 19.5C8.21169 19.5 8.43555 19.2761 8.43555 19V16.5H11.9355C12.2117 16.5 12.4355 16.2761 12.4355 16C12.4355 15.7239 12.2117 15.5 11.9355 15.5H8.43555Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 10.7515V28H7V22.5H5V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7C5.89543 2 5 2.89543 5 4V9.5H7V4H23.0925L29 10.7515Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.5 12.5C15.2239 12.5 15 12.7239 15 13V19C15 19.2761 15.2239 19.5 15.5 19.5H19.5C19.7761 19.5 20 19.2761 20 19C20 18.7239 19.7761 18.5 19.5 18.5H16V13C16 12.7239 15.7761 12.5 15.5 12.5Z" fill="#0A1C38" fill-opacity="0.29"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

2
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/frm_locked.svg

@ -4,6 +4,6 @@
<path d="M11 7C11 6.44772 11.4477 6 12 6H18C18.5523 6 19 6.44772 19 7V11C19 11.5523 18.5523 12 18 12H12C11.4477 12 11 11.5523 11 11V7Z" fill="#34B3FA"/>
<path d="M14 14C14 13.4477 13.5523 13 13 13H6C5.44772 13 5 13.4477 5 14V18C5 18.5523 5.44772 19 6 19H13C13.5523 19 14 18.5523 14 18V14Z" fill="#34B3FA"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M26 15V10.7515L20.0925 4H4L4 28H15V30H4C2.89543 30 2 29.1046 2 28V4C2 2.89543 2.89543 2 4 2H20.0925C20.6692 2 21.2178 2.24896 21.5976 2.68299L27.5052 9.43446C27.8242 9.79904 28 10.267 28 10.7515V15H26Z" fill="#0A1C38" fill-opacity="0.9"/>
<path d="M23 25C23 24.4477 23.4477 24 24 24Lnan nanL24 24C24.5523 24 25 24.4477 25 25V27C25 27.5523 24.5523 28 24 28Lnan nanL24 28C23.4477 28 23 27.5523 23 27V25Z" fill="#0A1C38" fill-opacity="0.9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M26 20V21H22V20C22 18.8954 22.8954 18 24 18C25.1046 18 26 18.8954 26 20ZM20 21V20C20 17.7909 21.7909 16 24 16C26.2091 16 28 17.7909 28 20V21H29C30.1046 21 31 21.8954 31 23V29C31 30.1046 30.1046 31 29 31H19C17.8954 31 17 30.1046 17 29V23C17 21.8954 17.8954 21 19 21H20ZM28 23H26H22H20H19L19 29H29V23H28Z" fill="#0A1C38" fill-opacity="0.9"/>
<rect x="23" y="24" width="2" height="4" rx="1" fill="#0A1C38" fill-opacity="0.9"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

2
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/frm_locked_disable.svg

@ -4,6 +4,6 @@
<path d="M11 7C11 6.44772 11.4477 6 12 6H18C18.5523 6 19 6.44772 19 7V11C19 11.5523 18.5523 12 18 12H12C11.4477 12 11 11.5523 11 11V7Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M14 14C14 13.4477 13.5523 13 13 13H6C5.44772 13 5 13.4477 5 14V18C5 18.5523 5.44772 19 6 19H13C13.5523 19 14 18.5523 14 18V14Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M26 15V10.7515L20.0925 4H4L4 28H15V30H4C2.89543 30 2 29.1046 2 28V4C2 2.89543 2.89543 2 4 2H20.0925C20.6692 2 21.2178 2.24896 21.5976 2.68299L27.5052 9.43446C27.8242 9.79904 28 10.267 28 10.7515V15H26Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M23 25C23 24.4477 23.4477 24 24 24Lnan nanL24 24C24.5523 24 25 24.4477 25 25V27C25 27.5523 24.5523 28 24 28Lnan nanL24 28C23.4477 28 23 27.5523 23 27V25Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M26 20V21H22V20C22 18.8954 22.8954 18 24 18C25.1046 18 26 18.8954 26 20ZM20 21V20C20 17.7909 21.7909 16 24 16C26.2091 16 28 17.7909 28 20V21H29C30.1046 21 31 21.8954 31 23V29C31 30.1046 30.1046 31 29 31H19C17.8954 31 17 30.1046 17 29V23C17 21.8954 17.8954 21 19 21H20ZM28 23H26H22H20H19L19 29H29V23H28Z" fill="#0A1C38" fill-opacity="0.29"/>
<rect x="23" y="24" width="2" height="4" rx="1" fill="#0A1C38" fill-opacity="0.29"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

7
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/gifFile.svg

@ -1,8 +1,9 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 28V4H23L29 10.5V28H7Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 28V10.7515L23.0925 4H7L7 28H29ZM7 2C5.89543 2 5 2.89543 5 4V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7Z" fill="#0A1C38" fill-opacity="0.9"/>
<path d="M1 11.5C1 10.3954 1.97329 9.5 3.17391 9.5H23.8261C25.0267 9.5 26 10.3954 26 11.5V20.5C26 21.6046 25.0267 22.5 23.8261 22.5H3.17391C1.97329 22.5 1 21.6046 1 20.5V11.5Z" fill="#856CD8"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 11.1H3C2.77909 11.1 2.6 11.2791 2.6 11.5V20.5C2.6 20.7209 2.77909 20.9 3 20.9H24C24.2209 20.9 24.4 20.7209 24.4 20.5V11.5C24.4 11.2791 24.2209 11.1 24 11.1ZM3 9.5C1.89543 9.5 1 10.3954 1 11.5V20.5C1 21.6046 1.89543 22.5 3 22.5H24C25.1046 22.5 26 21.6046 26 20.5V11.5C26 10.3954 25.1046 9.5 24 9.5H3Z" fill="#4834AE"/>
<path d="M13.1465 13C13.1465 12.7239 13.3703 12.5 13.6465 12.5L-nan -nanL13.6465 12.5C13.9226 12.5 14.1465 12.7239 14.1465 13V19C14.1465 19.2761 13.9226 19.5 13.6465 19.5L-nan -nanL13.6465 19.5C13.3703 19.5 13.1465 19.2761 13.1465 19V13Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.1465 15.5V13.5H21.6465C21.9227 13.5 22.1465 13.2761 22.1465 13C22.1465 12.7239 21.9227 12.5 21.6465 12.5H18.1465C17.5942 12.5 17.1465 12.9477 17.1465 13.5V19C17.1465 19.2761 17.3704 19.5 17.6465 19.5C17.9227 19.5 18.1465 19.2761 18.1465 19V16.5H21.4151C21.6912 16.5 21.9151 16.2761 21.9151 16C21.9151 15.7239 21.6912 15.5 21.4151 15.5H18.1465Z" fill="white"/>
<path d="M9.43889 14.7457C9.19692 14.7457 8.99006 14.5867 8.87571 14.3759C8.84318 14.3159 8.808 14.2584 8.77015 14.2034C8.66247 14.0415 8.53347 13.904 8.38316 13.7909C8.23286 13.6755 8.06123 13.5879 7.8683 13.528C7.67761 13.4682 7.46785 13.4382 7.23903 13.4382C6.85092 13.4382 6.50094 13.5369 6.18911 13.7343C5.87728 13.9317 5.6305 14.2212 5.44878 14.6027C5.26931 14.9819 5.17958 15.4466 5.17958 15.9967C5.17958 16.549 5.27043 17.0158 5.45215 17.3973C5.63387 17.7788 5.88288 18.0683 6.1992 18.2657C6.51552 18.4631 6.87559 18.5618 7.27941 18.5618C7.65406 18.5618 7.98047 18.4864 8.25865 18.3356C8.53908 18.1847 8.75557 17.9718 8.90812 17.6968C9.06292 17.4195 9.14032 16.8748 9.14032 16.5H7.64648C7.37034 16.5 7.14648 16.2761 7.14648 16L-nan -nanL7.14648 16C7.14648 15.7239 7.37034 15.5 7.64648 15.5H9.14648C9.69877 15.5 10.1465 15.9477 10.1465 16.5C10.1465 17.0722 10.0231 17.7644 9.77632 18.1858C9.53179 18.605 9.19304 18.9289 8.76006 19.1573C8.32932 19.3858 7.83577 19.5 7.27941 19.5C6.65574 19.5 6.10835 19.358 5.63723 19.0741C5.16836 18.7902 4.80268 18.3877 4.5402 17.8664C4.27772 17.343 4.14648 16.722 4.14648 16.0033C4.14648 15.4599 4.22276 14.972 4.37531 14.5394C4.52786 14.1069 4.74211 13.7399 5.01805 13.4382C5.29623 13.1343 5.62265 12.9026 5.9973 12.7429C6.37419 12.581 6.78586 12.5 7.23229 12.5C7.6047 12.5 7.95131 12.5543 8.27211 12.663C8.59517 12.7717 8.88232 12.9259 9.13358 13.1255C9.38709 13.3251 9.59685 13.5624 9.76286 13.8375C9.81841 13.9287 9.86793 14.0234 9.91143 14.1214C10.05 14.4337 9.78383 14.7457 9.43889 14.7457Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M17 18.9514V13.445C17 12.8679 17.4679 12.4 18.045 12.4H21.3466C21.6529 12.4 21.9012 12.6483 21.9012 12.9546C21.9012 13.2609 21.6529 13.5092 21.3466 13.5092H18.2973V15.442H21.3483C21.6536 15.442 21.9012 15.6895 21.9012 15.9949C21.9012 16.3002 21.6536 16.5478 21.3483 16.5478H18.2973V18.9514C18.2973 19.3096 18.0069 19.6 17.6487 19.6C17.2904 19.6 17 19.3096 17 18.9514Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.17645 13.9299C9.31741 14.0331 9.43867 14.1586 9.5403 14.3072L9.5412 14.3085C9.57431 14.3552 9.60531 14.404 9.63421 14.4549C9.76491 14.6849 9.9967 14.8778 10.2836 14.8778C10.6907 14.8778 11.0256 14.4838 10.8337 14.0861C10.7941 14.0041 10.7502 13.9244 10.7018 13.8471C10.5296 13.5698 10.3118 13.3303 10.049 13.1291C9.78822 12.9276 9.49076 12.7726 9.15752 12.6636C8.82543 12.5542 8.46791 12.5 8.08571 12.5C7.62696 12.5 7.20177 12.5809 6.81137 12.744C6.42349 12.9047 6.08536 13.1382 5.79768 13.4438C5.51163 13.7478 5.2909 14.1164 5.13442 14.5477C4.97748 14.9803 4.8999 15.4659 4.8999 16.0032C4.8999 16.7137 5.03344 17.3332 5.30431 17.8583C5.57466 18.3803 5.95304 18.7859 6.43903 19.072C6.92773 19.3583 7.49345 19.5 8.13282 19.5C8.70312 19.5 9.21311 19.3861 9.66015 19.1556C10.1095 18.9251 10.4621 18.5975 10.7161 18.1741C10.9732 17.7471 11.0999 17.2466 11.0999 16.676C11.0999 16.2116 10.7335 15.8251 10.2693 15.8251H8.69078C8.40925 15.8251 8.19098 16.0588 8.19098 16.3348C8.19098 16.6107 8.40925 16.8444 8.69077 16.8444H9.89128C9.8787 17.1437 9.80636 17.3722 9.67409 17.6025C9.53096 17.8534 9.32818 18.0473 9.06441 18.1852C8.80334 18.3228 8.49389 18.3934 8.13282 18.3934C7.74611 18.3934 7.40469 18.3018 7.10556 18.1203C6.80751 17.9394 6.57049 17.6732 6.39585 17.3167C6.22218 16.9622 6.13299 16.5235 6.13299 15.9968C6.13299 15.4721 6.22107 15.0355 6.39253 14.6832C6.56734 14.3264 6.80235 14.0601 7.09601 13.8794C7.391 13.6978 7.72225 13.6066 8.09244 13.6066C8.31255 13.6066 8.51237 13.6347 8.69207 13.6896C8.87448 13.7446 9.03612 13.8252 9.17645 13.9299Z" fill="white"/>
<rect x="13.5" y="12.5" width="1.3" height="7" rx="0.65" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

6
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/gifFile_disable.svg

@ -1,8 +1,8 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.0001 11.1001H24.0001C24.221 11.1001 24.4001 11.2792 24.4001 11.5001V20.5001C24.4001 20.721 24.221 20.9001 24.0001 20.9001H3.0001C2.77918 20.9001 2.6001 20.721 2.6001 20.5001V11.5001C2.6001 11.2792 2.77918 11.1001 3.0001 11.1001Z" fill="#0A1C38" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M17 18.9514V13.445C17 12.8679 17.4679 12.4 18.045 12.4H21.3466C21.6529 12.4 21.9012 12.6483 21.9012 12.9546C21.9012 13.2609 21.6529 13.5092 21.3466 13.5092H18.2973V15.442H21.3483C21.6536 15.442 21.9012 15.6895 21.9012 15.9949C21.9012 16.3002 21.6536 16.5478 21.3483 16.5478H18.2973V18.9514C18.2973 19.3096 18.0069 19.6 17.6487 19.6C17.2904 19.6 17 19.3096 17 18.9514Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.17645 13.9299C9.31741 14.0331 9.43867 14.1586 9.5403 14.3072L9.5412 14.3085C9.57431 14.3552 9.60531 14.404 9.63421 14.4549C9.76491 14.6849 9.9967 14.8778 10.2836 14.8778C10.6907 14.8778 11.0256 14.4838 10.8337 14.0861C10.7941 14.0041 10.7502 13.9244 10.7018 13.8471C10.5296 13.5698 10.3118 13.3303 10.049 13.1291C9.78822 12.9276 9.49076 12.7726 9.15752 12.6636C8.82543 12.5542 8.46791 12.5 8.08571 12.5C7.62696 12.5 7.20177 12.5809 6.81137 12.744C6.42349 12.9047 6.08536 13.1382 5.79768 13.4438C5.51163 13.7478 5.2909 14.1164 5.13442 14.5477C4.97748 14.9803 4.8999 15.4659 4.8999 16.0032C4.8999 16.7137 5.03344 17.3332 5.30431 17.8583C5.57466 18.3803 5.95304 18.7859 6.43903 19.072C6.92773 19.3583 7.49345 19.5 8.13282 19.5C8.70312 19.5 9.21311 19.3861 9.66015 19.1556C10.1095 18.9251 10.4621 18.5975 10.7161 18.1741C10.9732 17.7471 11.0999 17.2466 11.0999 16.676C11.0999 16.2116 10.7335 15.8251 10.2693 15.8251H8.69078C8.40925 15.8251 8.19098 16.0588 8.19098 16.3348C8.19098 16.6107 8.40925 16.8444 8.69077 16.8444H9.89128C9.8787 17.1437 9.80636 17.3722 9.67409 17.6025C9.53096 17.8534 9.32818 18.0473 9.06441 18.1852C8.80334 18.3228 8.49389 18.3934 8.13282 18.3934C7.74611 18.3934 7.40469 18.3018 7.10556 18.1203C6.80751 17.9394 6.57049 17.6732 6.39585 17.3167C6.22218 16.9622 6.13299 16.5235 6.13299 15.9968C6.13299 15.4721 6.22107 15.0355 6.39253 14.6832C6.56734 14.3264 6.80235 14.0601 7.09601 13.8794C7.391 13.6978 7.72225 13.6066 8.09244 13.6066C8.31255 13.6066 8.51237 13.6347 8.69207 13.6896C8.87448 13.7446 9.03612 13.8252 9.17645 13.9299Z" fill="#0A1C38" fill-opacity="0.29"/>
<rect x="13.5" y="12.5" width="1.3" height="7" rx="0.65" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 11.1H3C2.77909 11.1 2.6 11.2791 2.6 11.5V20.5C2.6 20.7209 2.77909 20.9 3 20.9H24C24.2209 20.9 24.4 20.7209 24.4 20.5V11.5C24.4 11.2791 24.2209 11.1 24 11.1ZM3 9.5C1.89543 9.5 1 10.3954 1 11.5V20.5C1 21.6046 1.89543 22.5 3 22.5H24C25.1046 22.5 26 21.6046 26 20.5V11.5C26 10.3954 25.1046 9.5 24 9.5H3Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M13.1465 13C13.1465 12.7239 13.3703 12.5 13.6465 12.5L-nan -nanL13.6465 12.5C13.9226 12.5 14.1465 12.7239 14.1465 13V19C14.1465 19.2761 13.9226 19.5 13.6465 19.5L-nan -nanL13.6465 19.5C13.3703 19.5 13.1465 19.2761 13.1465 19V13Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.1465 15.5V13.5H21.6465C21.9227 13.5 22.1465 13.2761 22.1465 13C22.1465 12.7239 21.9227 12.5 21.6465 12.5H18.1465C17.5942 12.5 17.1465 12.9477 17.1465 13.5V19C17.1465 19.2761 17.3704 19.5 17.6465 19.5C17.9227 19.5 18.1465 19.2761 18.1465 19V16.5H21.4151C21.6912 16.5 21.9151 16.2761 21.9151 16C21.9151 15.7239 21.6912 15.5 21.4151 15.5H18.1465Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M9.43889 14.7457C9.19692 14.7457 8.99006 14.5867 8.87571 14.3759C8.84318 14.3159 8.808 14.2584 8.77015 14.2034C8.66247 14.0415 8.53347 13.904 8.38316 13.7909C8.23286 13.6755 8.06123 13.5879 7.8683 13.528C7.67761 13.4682 7.46785 13.4382 7.23903 13.4382C6.85092 13.4382 6.50094 13.5369 6.18911 13.7343C5.87728 13.9317 5.6305 14.2212 5.44878 14.6027C5.26931 14.9819 5.17958 15.4466 5.17958 15.9967C5.17958 16.549 5.27043 17.0158 5.45215 17.3973C5.63387 17.7788 5.88288 18.0683 6.1992 18.2657C6.51552 18.4631 6.87559 18.5618 7.27941 18.5618C7.65406 18.5618 7.98047 18.4864 8.25865 18.3356C8.53908 18.1847 8.75557 17.9718 8.90812 17.6968C9.06292 17.4195 9.14032 16.8748 9.14032 16.5H7.64648C7.37034 16.5 7.14648 16.2761 7.14648 16L-nan -nanL7.14648 16C7.14648 15.7239 7.37034 15.5 7.64648 15.5H9.14648C9.69877 15.5 10.1465 15.9477 10.1465 16.5C10.1465 17.0722 10.0231 17.7644 9.77632 18.1858C9.53179 18.605 9.19304 18.9289 8.76006 19.1573C8.32932 19.3858 7.83577 19.5 7.27941 19.5C6.65574 19.5 6.10835 19.358 5.63723 19.0741C5.16836 18.7902 4.80268 18.3877 4.5402 17.8664C4.27772 17.343 4.14648 16.722 4.14648 16.0033C4.14648 15.4599 4.22276 14.972 4.37531 14.5394C4.52786 14.1069 4.74211 13.7399 5.01805 13.4382C5.29623 13.1343 5.62265 12.9026 5.9973 12.7429C6.37419 12.581 6.78586 12.5 7.23229 12.5C7.6047 12.5 7.95131 12.5543 8.27211 12.663C8.59517 12.7717 8.88232 12.9259 9.13358 13.1255C9.38709 13.3251 9.59685 13.5624 9.76286 13.8375C9.81841 13.9287 9.86793 14.0234 9.91143 14.1214C10.05 14.4337 9.78383 14.7457 9.43889 14.7457Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 10.7515V28H7V22.5H5V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7C5.89543 2 5 2.89543 5 4V9.5H7V4H23.0925L29 10.7515Z" fill="#0A1C38" fill-opacity="0.29"/>
</svg>

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

11
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/htmlFile.svg

@ -1,11 +1,10 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 28V4H23L29 10.5V28H7Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 28V10.7515L23.0925 4H7L7 28H29ZM7 2C5.89543 2 5 2.89543 5 4V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7Z" fill="#0A1C38" fill-opacity="0.9"/>
<path d="M0 11.5C0 10.3954 1.07732 9.5 2.40626 9.5H25.2658C26.5947 9.5 27.672 10.3954 27.672 11.5V20.5C27.672 21.6046 26.5947 22.5 25.2658 22.5H2.40626C1.07732 22.5 0 21.6046 0 20.5V11.5Z" fill="#60C172"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 12.5C3.77614 12.5 4 12.7239 4 13V15.5H6.5V13C6.5 12.7239 6.72386 12.5 7 12.5C7.27614 12.5 7.5 12.7239 7.5 13V19C7.5 19.2761 7.27614 19.5 7 19.5C6.72386 19.5 6.5 19.2761 6.5 19V16.5H4V19C4 19.2761 3.77614 19.5 3.5 19.5C3.22386 19.5 3 19.2761 3 19V13C3 12.7239 3.22386 12.5 3.5 12.5Z" fill="white"/>
<path d="M10 13C10 12.7239 10.2239 12.5 10.5 12.5L-nan -nanL10.5 12.5C10.7761 12.5 11 12.7239 11 13V19C11 19.2761 10.7761 19.5 10.5 19.5L-nan -nanL10.5 19.5C10.2239 19.5 10 19.2761 10 19V13Z" fill="white"/>
<path d="M21 13C21 12.7239 21.2239 12.5 21.5 12.5Lnan nanL21.5 12.5C21.7761 12.5 22 12.7239 22 13V19C22 19.2761 21.7761 19.5 21.5 19.5Lnan nanL21.5 19.5C21.2239 19.5 21 19.2761 21 19V16V13Z" fill="white"/>
<path d="M24.5 18.5C24.7761 18.5 25 18.7239 25 19L-nan -nanL25 19C25 19.2761 24.7761 19.5 24.5 19.5L21.5 19.5C21.2239 19.5 21 19.2761 21 19L-nan -nanL21 19C21 18.7239 21.2239 18.5 21.5 18.5L24.5 18.5Z" fill="white"/>
<path d="M8.5 13.5C8.22386 13.5 8 13.2761 8 13L-nan -nanL8 13C8 12.7239 8.22386 12.5 8.5 12.5L12.5 12.5C12.7761 12.5 13 12.7239 13 13L-nan -nanL13 13C13 13.2761 12.7761 13.5 12.5 13.5L8.5 13.5Z" fill="white"/>
<path d="M13.4995 13.267C13.4995 12.8434 13.838 12.5 14.2555 12.5Lnan nanL14.2555 12.5C14.5623 12.5 14.8832 12.7119 14.9995 13L17 16.5L18.9995 13C19.1158 12.7119 19.4368 12.5 19.7436 12.5Lnan nanL19.7436 12.5C20.1611 12.5 20.4996 12.8434 20.4996 13.267L20.5 19C20.5 19.2761 20.2762 19.5 20 19.5Lnan nanL20 19.5C19.7239 19.5 19.4999 19.2762 19.4998 19L19.4995 18.5V14L17.748 17.0659C17.5947 17.3343 17.3092 17.5 17 17.5Lnan nanL17 17.5C16.6908 17.5 16.4053 17.3343 16.2519 17.0659L14.4995 14V18.5V19.0005C14.4995 19.2764 14.2759 19.5 14 19.5Lnan nanL14 19.5C13.7236 19.5 13.4996 19.2759 13.4998 18.9995L13.5 18.5L13.4995 13.267Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.76 11.1H2.24C1.99258 11.1 1.792 11.2791 1.792 11.5V20.5C1.792 20.7209 1.99258 20.9 2.24 20.9H25.76C26.0074 20.9 26.208 20.7209 26.208 20.5V11.5C26.208 11.2791 26.0074 11.1 25.76 11.1ZM2.24 9.5C1.00288 9.5 0 10.3954 0 11.5V20.5C0 21.6046 1.00288 22.5 2.24 22.5H25.76C26.9971 22.5 28 21.6046 28 20.5V11.5C28 10.3954 26.9971 9.5 25.76 9.5H2.24Z" fill="#2D9848"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14 13.1496C14 12.5359 14.6864 12.2657 15.0255 12.7459L17 15.5412L18.9745 12.7459C19.3136 12.2657 20 12.5359 20 13.1496V18.898C20 19.2305 19.7608 19.5 19.4658 19.5C19.1707 19.5 18.9315 19.2305 18.9315 18.898V14.7401L17.6431 16.5641C17.314 17.0299 16.686 17.03 16.3569 16.5641L15.0685 14.7401V18.898C15.0685 19.2305 14.8293 19.5 14.5342 19.5C14.2392 19.5 14 19.2305 14 18.898V13.1496Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M21 13.0049C21 12.726 21.226 12.5 21.5049 12.5C21.7837 12.5 22.0097 12.726 22.0097 13.0049V18.5H24.5C24.7761 18.5 25 18.7239 25 19C25 19.2761 24.7761 19.5 24.5 19.5H21.6061C21.2713 19.5 21 19.2287 21 18.8939V13.0049Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 12.5C3.77614 12.5 4 12.7239 4 13V15.5H6.5V13C6.5 12.7239 6.72386 12.5 7 12.5C7.27614 12.5 7.5 12.7239 7.5 13V19C7.5 19.2761 7.27614 19.5 7 19.5C6.72386 19.5 6.5 19.2761 6.5 19V16.5H4V19C4 19.2761 3.77614 19.5 3.5 19.5C3.22386 19.5 3 19.2761 3 19V13C3 12.7239 3.22386 12.5 3.5 12.5Z" fill="white"/>
<path d="M8.5 12.5C8.22386 12.5 8 12.7239 8 13C8 13.2761 8.22386 13.5 8.5 13.5H10V19C10 19.2761 10.2239 19.5 10.5 19.5C10.7761 19.5 11 19.2761 11 19V13.5H12.5C12.7761 13.5 13 13.2761 13 13C13 12.7239 12.7761 12.5 12.5 12.5H8.5Z" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

9
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/htmlFile_disable.svg

@ -1,10 +1,9 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 12.5C3.77614 12.5 4 12.7239 4 13V15.5H6.5V13C6.5 12.7239 6.72386 12.5 7 12.5C7.27614 12.5 7.5 12.7239 7.5 13V19C7.5 19.2761 7.27614 19.5 7 19.5C6.72386 19.5 6.5 19.2761 6.5 19V16.5H4V19C4 19.2761 3.77614 19.5 3.5 19.5C3.22386 19.5 3 19.2761 3 19V13C3 12.7239 3.22386 12.5 3.5 12.5Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M10 13.4999L-nan -nanL11 13.5V19C11 19.2761 10.7761 19.5 10.5 19.5L-nan -nanL10.5 19.5C10.2239 19.5 10 19.2761 10 19V13.4999Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M8.5 13.5C8.22386 13.5 8 13.2761 8 13L-nan -nanL8 13C8 12.7239 8.22386 12.5 8.5 12.5L12.5 12.5C12.7761 12.5 13 12.7239 13 13L-nan -nanL13 13C13 13.2761 12.7761 13.5 12.5 13.5L8.5 13.5Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M13.5 13.267C13.5 12.8434 13.8384 12.5 14.2559 12.5Lnan nanL14.2559 12.5C14.5628 12.5 14.8837 12.7119 15 13L17.0005 16.5L19 13C19.1163 12.7119 19.4372 12.5 19.7441 12.5Lnan nanL19.7441 12.5C20.1616 12.5 20.5 12.8434 20.5 13.267L20.5005 19C20.5005 19.2761 20.2767 19.5 20.0005 19.5Lnan nanL20.0005 19.5C19.7243 19.5 19.5004 19.2762 19.5003 19L19.5 18.5V14L17.7485 17.0659C17.5952 17.3343 17.3097 17.5 17.0005 17.5Lnan nanL17.0005 17.5C16.6913 17.5 16.4058 17.3343 16.2524 17.0659L14.5 14V18.5V19.0005C14.5 19.2764 14.2764 19.5 14.0005 19.5Lnan nanL14.0005 19.5C13.7241 19.5 13.5001 19.2759 13.5002 18.9995L13.5005 18.5L13.5 13.267Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.76 11.1H2.24C1.99258 11.1 1.792 11.2791 1.792 11.5V20.5C1.792 20.7209 1.99258 20.9 2.24 20.9H25.76C26.0074 20.9 26.208 20.7209 26.208 20.5V11.5C26.208 11.2791 26.0074 11.1 25.76 11.1ZM2.24 9.5C1.00288 9.5 0 10.3954 0 11.5V20.5C0 21.6046 1.00288 22.5 2.24 22.5H25.76C26.9971 22.5 28 21.6046 28 20.5V11.5C28 10.3954 26.9971 9.5 25.76 9.5H2.24Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.24476 11.1001H25.7587C26.006 11.1001 26.2065 11.2792 26.2065 11.5001V20.5001C26.2065 20.721 26.006 20.9001 25.7587 20.9001H2.24476C1.9974 20.9001 1.79688 20.721 1.79688 20.5001V11.5001C1.79688 11.2792 1.9974 11.1001 2.24476 11.1001Z" fill="#0A1C38" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14 13.1496C14 12.5359 14.6864 12.2657 15.0255 12.7459L17 15.5412L18.9745 12.7459C19.3136 12.2657 20 12.5359 20 13.1496V18.898C20 19.2305 19.7608 19.5 19.4658 19.5C19.1707 19.5 18.9315 19.2305 18.9315 18.898V14.7401L17.6431 16.5641C17.314 17.0299 16.686 17.03 16.3569 16.5641L15.0685 14.7401V18.898C15.0685 19.2305 14.8293 19.5 14.5342 19.5C14.2392 19.5 14 19.2305 14 18.898V13.1496Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M21 13.0049C21 12.726 21.226 12.5 21.5049 12.5V12.5C21.7837 12.5 22.0097 12.726 22.0097 13.0049V18.5H24.5C24.7761 18.5 25 18.7239 25 19V19C25 19.2761 24.7761 19.5 24.5 19.5H21.6061C21.2713 19.5 21 19.2287 21 18.8939V13.0049Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 12.5C3.77614 12.5 4 12.7239 4 13V15.5H6.5V13C6.5 12.7239 6.72386 12.5 7 12.5C7.27614 12.5 7.5 12.7239 7.5 13V19C7.5 19.2761 7.27614 19.5 7 19.5C6.72386 19.5 6.5 19.2761 6.5 19V16.5H4V19C4 19.2761 3.77614 19.5 3.5 19.5C3.22386 19.5 3 19.2761 3 19V13C3 12.7239 3.22386 12.5 3.5 12.5Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M8.5 12.5C8.22386 12.5 8 12.7239 8 13C8 13.2761 8.22386 13.5 8.5 13.5H10V19C10 19.2761 10.2239 19.5 10.5 19.5C10.7761 19.5 11 19.2761 11 19V13.5H12.5C12.7761 13.5 13 13.2761 13 13C13 12.7239 12.7761 12.5 12.5 12.5H8.5Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 10.7515V28H7V22.5H5V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7C5.89543 2 5 2.89543 5 4V9.5H7V4H23.0925L29 10.7515Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.5 12.5C21.2239 12.5 21 12.7239 21 13V19C21 19.2761 21.2239 19.5 21.5 19.5H24.5C24.7761 19.5 25 19.2761 25 19C25 18.7239 24.7761 18.5 24.5 18.5H22V13C22 12.7239 21.7761 12.5 21.5 12.5Z" fill="#0A1C38" fill-opacity="0.29"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

7
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/jarFile.svg

@ -1,8 +1,9 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 28V4H23L29 10.5V28H7Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 28V10.7515L23.0925 4H7L7 28H29ZM7 2C5.89543 2 5 2.89543 5 4V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7Z" fill="#0A1C38" fill-opacity="0.9"/>
<path d="M1.5 11.5C1.5 10.3954 2.43436 9.5 3.58696 9.5H23.413C24.5656 9.5 25.5 10.3954 25.5 11.5V20.5C25.5 21.6046 24.5656 22.5 23.413 22.5H3.58696C2.43436 22.5 1.5 21.6046 1.5 20.5V11.5Z" fill="#57C4FB"/>
<path d="M6.92822 12.7676C6.92822 12.4915 7.15208 12.2676 7.42822 12.2676C7.70437 12.2676 7.92822 12.4915 7.92822 12.7676V17.6085C7.92822 18.1033 7.85531 18.4806 7.75924 18.6755C7.62165 18.9547 7.26201 19.2839 6.95188 19.4631C6.64175 19.6423 6.27598 19.732 5.85458 19.732C5.45685 19.732 5.10292 19.655 4.79279 19.501C4.48266 19.3445 4.23881 19.1223 4.06126 18.8345C3.9516 18.6568 3.8758 18.4583 3.83387 18.2392C3.7889 18.0042 3.98889 17.8083 4.22816 17.8083C4.46743 17.8083 4.64899 18.0099 4.73759 18.2322C4.7587 18.2851 4.7842 18.3357 4.8141 18.3839C4.91826 18.5455 5.06031 18.6717 5.24023 18.7626C5.42016 18.8535 5.62494 18.8989 5.85458 18.8989C6.26367 18.8989 6.50492 18.6755 6.50492 18.6755C6.95188 18.2982 6.92822 17.9291 6.92822 17.6085V12.7676Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 11.1H3C2.77909 11.1 2.6 11.2791 2.6 11.5V20.5C2.6 20.7209 2.77909 20.9 3 20.9H24C24.2209 20.9 24.4 20.7209 24.4 20.5V11.5C24.4 11.2791 24.2209 11.1 24 11.1ZM3 9.5C1.89543 9.5 1 10.3954 1 11.5V20.5C1 21.6046 1.89543 22.5 3 22.5H24C25.1046 22.5 26 21.6046 26 20.5V11.5C26 10.3954 25.1046 9.5 24 9.5H3Z" fill="#2089CF"/>
<path d="M19.7192 19.7324C19.4431 19.7324 19.2192 19.5086 19.2192 19.2324V13.8427C19.2192 13.5697 19.4381 13.3472 19.711 13.3428C19.9904 13.3382 20.2192 13.5633 20.2192 13.8427V14.4006C20.2192 14.4006 21.2996 13.654 22.24 13.4101C22.525 13.3361 22.7661 13.5726 22.7661 13.867C22.7661 14.1615 22.5237 14.404 22.2439 14.4957C21.3039 14.8035 20.2192 15.7503 20.2192 15.7503V19.2324C20.2192 19.5086 19.9954 19.7324 19.7192 19.7324Z" fill="white"/>
<path d="M12.8372 19.732C12.4409 19.732 12.0812 19.6583 11.7582 19.5109C11.4352 19.3609 11.1786 19.1452 10.9886 18.8639C10.7986 18.5799 10.7036 18.237 10.7036 17.8351C10.7036 17.4814 10.7742 17.1948 10.9153 16.9751C11.0565 16.7527 11.2451 16.5785 11.4813 16.4526C11.7175 16.3267 11.978 16.2329 12.2631 16.1713C12.5508 16.107 12.8399 16.0561 13.1303 16.0186C13.5103 15.9703 13.8184 15.9342 14.0546 15.9101C14.2935 15.8833 14.4672 15.8391 14.5758 15.7774C14.6871 15.7158 14.7427 15.6086 14.7427 15.4559V15.4238C14.7427 15.0273 14.6328 14.7191 14.4129 14.4994C14.1957 14.2798 13.8659 14.1699 13.4235 14.1699C12.9647 14.1699 12.6051 14.269 12.3445 14.4673C12.229 14.5552 12.1287 14.6457 12.0436 14.7388C11.8742 14.9242 11.6146 15.0388 11.3779 14.9553C11.1103 14.861 10.9734 14.5543 11.1372 14.3226C11.2533 14.1584 11.3856 14.0191 11.5342 13.9047C11.8084 13.693 12.107 13.5456 12.43 13.4626C12.7557 13.3769 13.076 13.334 13.3909 13.334C13.5918 13.334 13.8225 13.3581 14.0831 13.4063C14.3464 13.4519 14.6002 13.547 14.8445 13.6917C15.0915 13.8363 15.2964 14.0547 15.4593 14.3467C15.6222 14.6388 15.7036 15.0299 15.7036 15.5202V19.2515C15.7036 19.5169 15.4885 19.732 15.2232 19.732C14.9578 19.732 14.7427 19.5169 14.7427 19.2515V18.7514C14.6776 18.8853 14.5201 19.0287 14.3681 19.1814C14.2161 19.3341 14.0139 19.4641 13.7614 19.5712C13.509 19.6784 13.2009 19.732 12.8372 19.732ZM12.9837 18.88C13.3638 18.88 13.6841 18.8063 13.9447 18.6589C14.208 18.5116 14.4061 18.3214 14.5391 18.0883C14.6748 17.8552 14.7427 17.61 14.7427 17.3528V16.6174C14.607 16.6549 14.1808 16.6884 14.0017 16.7178C13.8252 16.7446 13.6529 16.7688 13.4846 16.7902C13.319 16.8089 13.1846 16.825 13.0815 16.8384C12.8317 16.8706 12.5983 16.9228 12.3811 16.9951C12.1667 17.0648 11.993 17.1706 11.86 17.3126C11.7297 17.452 11.6645 17.6422 11.6645 17.8833C11.6645 18.2129 11.788 18.462 12.035 18.6308C12.2848 18.7969 12.601 18.88 12.9837 18.88Z" fill="white"/>
<path d="M22.3191 14.0803C22.3191 14.4535 22.0171 14.7479 21.6565 14.8247C21.527 14.8522 21.3998 14.8881 21.2747 14.9323C20.9497 15.042 20.6364 15.2222 20.3346 15.4728V18.8043C20.3346 19.1775 20.0359 19.48 19.6673 19.48C19.2988 19.48 19 19.1775 19 18.8043V14.1626C19 13.8089 19.2832 13.5222 19.6325 13.5222C19.9818 13.5222 20.265 13.8089 20.265 14.1626V14.4387C20.6596 14.0627 21.0116 13.7964 21.3211 13.6397C21.4315 13.5838 21.5449 13.5378 21.6613 13.5019C22.0137 13.3929 22.3191 13.7072 22.3191 14.0803Z" fill="white"/>
<path d="M12.9433 19.48C12.5753 19.48 12.2439 19.4144 11.949 19.2834C11.6566 19.1498 11.4247 18.9532 11.2533 18.6936C11.0844 18.434 11 18.1139 11 17.7333C11 17.4056 11.0605 17.1347 11.1815 16.9204C11.3025 16.7062 11.4675 16.5348 11.6767 16.4063C11.8859 16.2777 12.1216 16.1807 12.3837 16.1151C12.6484 16.0471 12.9219 15.9979 13.2042 15.9677C13.5444 15.9324 13.8204 15.9009 14.0321 15.8732C14.2439 15.8429 14.3976 15.7976 14.4934 15.7371C14.5917 15.6741 14.6408 15.577 14.6408 15.446V15.4233C14.6408 15.1385 14.5564 14.9179 14.3875 14.7616C14.2187 14.6054 13.9754 14.5272 13.6578 14.5272C13.3226 14.5272 13.0567 14.6003 12.8601 14.7465C12.8275 14.7711 12.7968 14.7963 12.7677 14.8224C12.5341 15.0318 12.2422 15.2326 11.9315 15.1884V15.1884C11.539 15.1327 11.2769 14.7302 11.5099 14.4094C11.5642 14.3346 11.6236 14.2642 11.6881 14.1983C11.92 13.9589 12.2035 13.7799 12.5388 13.6615C12.874 13.5405 13.2445 13.48 13.6503 13.48C13.9301 13.48 14.2086 13.5127 14.4858 13.5783C14.7631 13.6438 15.0164 13.7522 15.2457 13.9034C15.4751 14.0521 15.6591 14.255 15.7977 14.5121C15.9389 14.7692 16.0095 15.0906 16.0095 15.4762V18.7049C16.0095 19.0683 15.7149 19.3628 15.3516 19.3628V19.3628C14.9883 19.3628 14.6938 19.0683 14.6938 18.7049V18.565H14.6484C14.5652 18.7264 14.448 18.8776 14.2968 19.0187C14.1481 19.1574 13.9603 19.2695 13.7335 19.3552C13.5091 19.4384 13.2457 19.48 12.9433 19.48ZM13.2987 18.4743C13.5734 18.4743 13.8116 18.4201 14.0132 18.3117C14.2149 18.2008 14.3699 18.0546 14.4783 17.8732C14.5892 17.6917 14.6446 17.4938 14.6446 17.2796V16.5953C14.6018 16.6306 14.5287 16.6633 14.4253 16.6936C14.3245 16.7238 14.2111 16.7503 14.0851 16.773C13.959 16.7957 13.8343 16.8158 13.7108 16.8335C13.5873 16.8511 13.4802 16.8662 13.3894 16.8788C13.1853 16.9066 13.0025 16.9519 12.8412 17.015C12.6799 17.078 12.5526 17.1662 12.4594 17.2796C12.3661 17.3905 12.3195 17.5342 12.3195 17.7106C12.3195 17.9627 12.4115 18.1529 12.5955 18.2815C12.7795 18.41 13.0139 18.4743 13.2987 18.4743Z" fill="white"/>
<path d="M7.23012 12.7813C7.23012 12.4204 7.52266 12.1278 7.88352 12.1278C8.24439 12.1278 8.53693 12.4204 8.53693 12.7812V17.2415C8.53457 17.7102 8.43514 18.1139 8.23864 18.4524C8.04214 18.7886 7.76752 19.0478 7.41477 19.2301C7.0644 19.41 6.65602 19.5 6.18963 19.5C5.7635 19.5 5.37997 19.4242 5.03906 19.2727C4.70052 19.1188 4.43182 18.8916 4.23296 18.5909C4.13985 18.4501 4.06853 18.2933 4.01902 18.1203C3.91882 17.7704 4.22976 17.4688 4.59379 17.4688H4.71543C5.00895 17.4688 5.22498 17.723 5.37287 17.9766C5.4581 18.1186 5.57529 18.2275 5.72443 18.3033C5.87358 18.379 6.04522 18.4169 6.23935 18.4169C6.45005 18.4169 6.62879 18.3731 6.77557 18.2855C6.92235 18.1955 7.03362 18.063 7.10938 17.8878C7.1875 17.7126 7.22775 17.4972 7.23012 17.2415V12.7813Z" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

6
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/jarFile_disable.svg

@ -1,8 +1,8 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.92822 12.7676C6.92822 12.4915 7.15208 12.2676 7.42822 12.2676C7.70437 12.2676 7.92822 12.4915 7.92822 12.7676V17.6085C7.92822 18.1033 7.85531 18.4806 7.75924 18.6755C7.62165 18.9547 7.26201 19.2839 6.95188 19.4631C6.64175 19.6423 6.27598 19.732 5.85458 19.732C5.45685 19.732 5.10292 19.655 4.79279 19.501C4.48266 19.3445 4.23881 19.1223 4.06126 18.8345C3.9516 18.6568 3.8758 18.4583 3.83387 18.2392C3.7889 18.0042 3.98889 17.8083 4.22816 17.8083C4.46743 17.8083 4.64899 18.0099 4.73759 18.2322C4.7587 18.2851 4.7842 18.3357 4.8141 18.3839C4.91826 18.5455 5.06031 18.6717 5.24023 18.7626C5.42016 18.8535 5.62494 18.8989 5.85458 18.8989C6.26367 18.8989 6.50492 18.6755 6.50492 18.6755C6.95188 18.2982 6.92822 17.9291 6.92822 17.6085V12.7676Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 11.1H3C2.77909 11.1 2.6 11.2791 2.6 11.5V20.5C2.6 20.7209 2.77909 20.9 3 20.9H24C24.2209 20.9 24.4 20.7209 24.4 20.5V11.5C24.4 11.2791 24.2209 11.1 24 11.1ZM3 9.5C1.89543 9.5 1 10.3954 1 11.5V20.5C1 21.6046 1.89543 22.5 3 22.5H24C25.1046 22.5 26 21.6046 26 20.5V11.5C26 10.3954 25.1046 9.5 24 9.5H3Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M19.7188 19.7324C19.4426 19.7324 19.2188 19.5086 19.2188 19.2324V13.8427C19.2188 13.5697 19.4376 13.3472 19.7105 13.3428C19.9899 13.3382 20.2188 13.5633 20.2188 13.8427V14.4006C20.2188 14.4006 21.2992 13.654 22.2396 13.4101C22.5245 13.3361 22.7656 13.5726 22.7656 13.867C22.7656 14.1615 22.5232 14.404 22.2434 14.4957C21.3034 14.8035 20.2188 15.7503 20.2188 15.7503V19.2324C20.2188 19.5086 19.9949 19.7324 19.7188 19.7324Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M12.8367 19.732C12.4404 19.732 12.0807 19.6583 11.7577 19.5109C11.4347 19.3609 11.1782 19.1452 10.9881 18.8639C10.7981 18.5799 10.7031 18.237 10.7031 17.8351C10.7031 17.4814 10.7737 17.1948 10.9149 16.9751C11.056 16.7527 11.2447 16.5785 11.4808 16.4526C11.717 16.3267 11.9776 16.2329 12.2626 16.1713C12.5503 16.107 12.8394 16.0561 13.1298 16.0186C13.5099 15.9703 13.8179 15.9342 14.0541 15.9101C14.293 15.8833 14.4667 15.8391 14.5753 15.7774C14.6866 15.7158 14.7422 15.6086 14.7422 15.4559V15.4238C14.7422 15.0273 14.6323 14.7191 14.4124 14.4994C14.1953 14.2798 13.8654 14.1699 13.423 14.1699C12.9643 14.1699 12.6046 14.269 12.344 14.4673C12.2285 14.5552 12.1282 14.6457 12.0431 14.7388C11.8737 14.9242 11.6141 15.0388 11.3774 14.9553C11.1098 14.861 10.9729 14.5543 11.1367 14.3226C11.2528 14.1584 11.3851 14.0191 11.5337 13.9047C11.8079 13.693 12.1065 13.5456 12.4295 13.4626C12.7552 13.3769 13.0755 13.334 13.3904 13.334C13.5913 13.334 13.822 13.3581 14.0826 13.4063C14.3459 13.4519 14.5997 13.547 14.844 13.6917C15.091 13.8363 15.296 14.0547 15.4588 14.3467C15.6217 14.6388 15.7031 15.0299 15.7031 15.5202V19.2515C15.7031 19.5169 15.488 19.732 15.2227 19.732C14.9573 19.732 14.7422 19.5169 14.7422 19.2515V18.7514C14.6771 18.8853 14.5196 19.0287 14.3676 19.1814C14.2156 19.3341 14.0134 19.4641 13.7609 19.5712C13.5085 19.6784 13.2004 19.732 12.8367 19.732ZM12.9833 18.88C13.3633 18.88 13.6836 18.8063 13.9442 18.6589C14.2075 18.5116 14.4056 18.3214 14.5386 18.0883C14.6744 17.8552 14.7422 17.61 14.7422 17.3528V16.6174C14.6065 16.6549 14.1803 16.6884 14.0012 16.7178C13.8247 16.7446 13.6524 16.7688 13.4841 16.7902C13.3185 16.8089 13.1841 16.825 13.081 16.8384C12.8312 16.8706 12.5978 16.9228 12.3806 16.9951C12.1662 17.0648 11.9925 17.1706 11.8595 17.3126C11.7292 17.452 11.664 17.6422 11.664 17.8833C11.664 18.2129 11.7875 18.462 12.0346 18.6308C12.2843 18.7969 12.6005 18.88 12.9833 18.88Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 10.7515V28H7V22.5H5V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7C5.89543 2 5 2.89543 5 4V9.5H7V4H23.0925L29 10.7515Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.99961 11.0999H23.9996C24.2205 11.0999 24.3996 11.2789 24.3996 11.4999V20.4999C24.3996 20.7208 24.2205 20.8999 23.9996 20.8999H2.99961C2.7787 20.8999 2.59961 20.7208 2.59961 20.4999V11.4999C2.59961 11.2789 2.7787 11.0999 2.99961 11.0999Z" fill="#0A1C38" fill-opacity="0.2"/>
<path d="M22.3191 14.0825C22.3191 14.4557 22.0171 14.7501 21.6565 14.8269C21.527 14.8544 21.3998 14.8903 21.2747 14.9345C20.9497 15.0442 20.6364 15.2244 20.3346 15.475V18.8065C20.3346 19.1797 20.0359 19.4822 19.6673 19.4822C19.2988 19.4822 19 19.1797 19 18.8065V14.1648C19 13.8111 19.2832 13.5244 19.6325 13.5244C19.9818 13.5244 20.265 13.8111 20.265 14.1648V14.4409C20.6596 14.0649 21.0116 13.7985 21.3211 13.6419C21.4315 13.586 21.5449 13.54 21.6613 13.5041C22.0137 13.3951 22.3191 13.7094 22.3191 14.0825Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M12.9433 19.4822C12.5753 19.4822 12.2439 19.4166 11.949 19.2856C11.6566 19.152 11.4247 18.9554 11.2533 18.6958C11.0844 18.4362 11 18.1161 11 17.7355C11 17.4078 11.0605 17.1369 11.1815 16.9226C11.3025 16.7084 11.4675 16.537 11.6767 16.4085C11.8859 16.2799 12.1216 16.1829 12.3837 16.1173C12.6484 16.0493 12.9219 16.0001 13.2042 15.9699C13.5444 15.9346 13.8204 15.9031 14.0321 15.8754C14.2439 15.8451 14.3976 15.7998 14.4934 15.7393C14.5917 15.6763 14.6408 15.5792 14.6408 15.4482V15.4255C14.6408 15.1407 14.5564 14.9201 14.3875 14.7638C14.2187 14.6076 13.9754 14.5294 13.6578 14.5294C13.3226 14.5294 13.0567 14.6025 12.8601 14.7487C12.8275 14.7733 12.7968 14.7985 12.7677 14.8246C12.5341 15.034 12.2422 15.2348 11.9315 15.1906V15.1906C11.539 15.1349 11.2769 14.7324 11.5099 14.4116C11.5642 14.3368 11.6236 14.2664 11.6881 14.2005C11.92 13.9611 12.2035 13.7821 12.5388 13.6637C12.874 13.5427 13.2445 13.4822 13.6503 13.4822C13.9301 13.4822 14.2086 13.5149 14.4858 13.5805C14.7631 13.646 15.0164 13.7544 15.2457 13.9056C15.4751 14.0543 15.6591 14.2572 15.7977 14.5143C15.9389 14.7714 16.0095 15.0928 16.0095 15.4784V18.7071C16.0095 19.0704 15.7149 19.365 15.3516 19.365V19.365C14.9883 19.365 14.6938 19.0704 14.6938 18.7071V18.5672H14.6484C14.5652 18.7286 14.448 18.8798 14.2968 19.0209C14.1481 19.1596 13.9603 19.2717 13.7335 19.3574C13.5091 19.4406 13.2457 19.4822 12.9433 19.4822ZM13.2987 18.4765C13.5734 18.4765 13.8116 18.4223 14.0132 18.3139C14.2149 18.203 14.3699 18.0568 14.4783 17.8754C14.5892 17.6939 14.6446 17.496 14.6446 17.2818V16.5975C14.6018 16.6328 14.5287 16.6655 14.4253 16.6958C14.3245 16.726 14.2111 16.7525 14.0851 16.7752C13.959 16.7979 13.8343 16.818 13.7108 16.8357C13.5873 16.8533 13.4802 16.8684 13.3894 16.881C13.1853 16.9088 13.0025 16.9541 12.8412 17.0171C12.6799 17.0802 12.5526 17.1684 12.4594 17.2818C12.3661 17.3927 12.3195 17.5364 12.3195 17.7128C12.3195 17.9648 12.4115 18.1551 12.5955 18.2837C12.7795 18.4122 13.0139 18.4765 13.2987 18.4765Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M7.23012 12.7834C7.23012 12.4226 7.52266 12.13 7.88352 12.13C8.24439 12.13 8.53693 12.4226 8.53693 12.7834V17.2437C8.53457 17.7124 8.43514 18.1161 8.23864 18.4546C8.04214 18.7908 7.76752 19.05 7.41477 19.2323C7.0644 19.4122 6.65602 19.5022 6.18963 19.5022C5.7635 19.5022 5.37997 19.4264 5.03906 19.2749C4.70052 19.121 4.43182 18.8938 4.23296 18.5931C4.13985 18.4523 4.06853 18.2955 4.01902 18.1225C3.91882 17.7725 4.22976 17.4709 4.59379 17.4709H4.71543C5.00895 17.4709 5.22498 17.7252 5.37287 17.9788C5.4581 18.1208 5.57529 18.2297 5.72443 18.3055C5.87358 18.3812 6.04522 18.4191 6.23935 18.4191C6.45005 18.4191 6.62879 18.3753 6.77557 18.2877C6.92235 18.1977 7.03362 18.0652 7.10938 17.89C7.1875 17.7148 7.22775 17.4994 7.23012 17.2437V12.7834Z" fill="#0A1C38" fill-opacity="0.29"/>
</svg>

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

9
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/javaFile.svg

@ -1,9 +1,10 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 28V4H23L29 10.5V28H7Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 28V10.7515L23.0925 4H7L7 28H29ZM7 2C5.89543 2 5 2.89543 5 4V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7Z" fill="#0A1C38" fill-opacity="0.9"/>
<path d="M0.0767063 11.5C0.0767063 10.3954 1.1668 9.5 2.51149 9.5H25.6419C26.9866 9.5 28.0767 10.3954 28.0767 11.5V20.5C28.0767 21.6046 26.9866 22.5 25.6419 22.5H2.51149C1.1668 22.5 0.0767063 21.6046 0.0767063 20.5V11.5Z" fill="#5493F2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.76 11.1H2.24C1.99258 11.1 1.792 11.2791 1.792 11.5V20.5C1.792 20.7209 1.99258 20.9 2.24 20.9H25.76C26.0074 20.9 26.208 20.7209 26.208 20.5V11.5C26.208 11.2791 26.0074 11.1 25.76 11.1ZM2.24 9.5C1.00288 9.5 0 10.3954 0 11.5V20.5C0 21.6046 1.00288 22.5 2.24 22.5H25.76C26.9971 22.5 28 21.6046 28 20.5V11.5C28 10.3954 26.9971 9.5 25.76 9.5H2.24Z" fill="#105DD1"/>
<path d="M5.99975 12.387C5.99975 12.1108 6.22361 11.887 6.49975 11.887L-nan -nanL6.49975 11.887C6.7759 11.887 6.99975 12.1108 6.99975 12.387V16.8956C6.99975 17.3596 6.92685 17.7134 6.83078 17.8962C6.69318 18.158 6.33355 18.4667 6.02341 18.6348C5.71328 18.8029 5.34751 18.887 4.92611 18.887C4.52839 18.887 4.17446 18.8148 3.86432 18.6703C3.55419 18.5236 3.31035 18.3152 3.13279 18.0453C3.02778 17.8857 2.95382 17.7083 2.91092 17.5131C2.85956 17.2794 3.06042 17.083 3.29969 17.083L-nan -nanL3.29969 17.083C3.53896 17.083 3.71958 17.2866 3.81954 17.504C3.83847 17.5452 3.8605 17.5848 3.88563 17.6228C3.9898 17.7743 4.13184 17.8926 4.31177 17.9779C4.49169 18.0631 4.69647 18.1057 4.92611 18.1057C5.3352 18.1057 5.57645 17.8962 5.57645 17.8962C6.02341 17.5424 5.99975 17.1963 5.99975 16.8956V12.387Z" fill="white"/>
<path d="M10.1336 19C9.73724 19 9.37758 18.9309 9.05456 18.7927C8.73154 18.652 8.47503 18.4497 8.28502 18.1859C8.09501 17.9196 8 17.598 8 17.2211C8 16.8894 8.07058 16.6206 8.21173 16.4146C8.35288 16.206 8.54153 16.0427 8.77769 15.9246C9.01384 15.8065 9.27443 15.7186 9.55945 15.6608C9.84718 15.6005 10.1363 15.5528 10.4267 15.5176C10.8067 15.4724 11.1148 15.4384 11.351 15.4158C11.5898 15.3907 11.7636 15.3492 11.8721 15.2915C11.9834 15.2337 12.0391 15.1332 12.0391 14.9899V14.9598C12.0391 14.5879 11.9292 14.299 11.7093 14.093C11.4921 13.8869 11.1623 13.7839 10.7199 13.7839C10.2611 13.7839 9.90147 13.8769 9.64088 14.0628C9.5236 14.1465 9.42199 14.2327 9.33605 14.3215C9.16905 14.494 8.92225 14.6024 8.6943 14.5271L-nan -nanL8.6943 14.5271C8.41983 14.4363 8.28066 14.1208 8.4594 13.8936C8.56916 13.7541 8.6929 13.6346 8.83062 13.5352C9.10478 13.3367 9.40337 13.1985 9.72638 13.1206C10.0521 13.0402 10.3724 13 10.6873 13C10.8882 13 11.1189 13.0226 11.3795 13.0678C11.6428 13.1106 11.8966 13.1997 12.1409 13.3354C12.3879 13.4711 12.5928 13.6759 12.7557 13.9497C12.9186 14.2236 13 14.5905 13 15.0503V18.5195C13 18.7849 12.7849 19 12.5195 19L-nan -nanL12.5195 19C12.2542 19 12.0391 18.7849 12.0391 18.5195V18.0804C11.9739 18.206 11.8165 18.3405 11.6645 18.4837C11.5125 18.6269 11.3103 18.7487 11.0578 18.8492C10.8054 18.9497 10.4973 19 10.1336 19ZM10.2801 18.201C10.6602 18.201 10.9805 18.1319 11.241 17.9937C11.5043 17.8555 11.7025 17.6771 11.8355 17.4585C11.9712 17.24 12.0391 17.01 12.0391 16.7688V16.0791C11.9034 16.1143 11.4772 16.1457 11.298 16.1734C11.1216 16.1985 10.9492 16.2211 10.7809 16.2412C10.6154 16.2588 10.481 16.2739 10.3779 16.2864C10.1281 16.3166 9.89468 16.3656 9.67752 16.4334C9.46308 16.4987 9.28936 16.598 9.15635 16.7312C9.02606 16.8618 8.96091 17.0402 8.96091 17.2663C8.96091 17.5754 9.08442 17.809 9.33143 17.9673C9.58116 18.1231 9.89739 18.201 10.2801 18.201Z" fill="white"/>
<path d="M18.5038 13C18.8194 13 19.0395 13.3133 18.9323 13.6102L17.143 18.5698C17.0498 18.828 16.8048 19 16.5304 19C16.256 19 16.011 18.828 15.9179 18.5698L14.1285 13.6102C14.0214 13.3133 14.2414 13 14.5571 13C14.7525 13 14.9261 13.1246 14.9887 13.3097L16.4999 17.7812H16.5609L18.0722 13.3097C18.1347 13.1246 18.3084 13 18.5038 13Z" fill="white"/>
<path d="M22.1336 19C21.7372 19 21.3776 18.9309 21.0546 18.7927C20.7315 18.652 20.475 18.4497 20.285 18.1859C20.095 17.9196 20 17.598 20 17.2211C20 16.8894 20.0706 16.6206 20.2117 16.4146C20.3529 16.206 20.5415 16.0427 20.7777 15.9246C21.0138 15.8065 21.2744 15.7186 21.5594 15.6608C21.8472 15.6005 22.1363 15.5528 22.4267 15.5176C22.8067 15.4724 23.1148 15.4384 23.351 15.4158C23.5898 15.3907 23.7636 15.3492 23.8721 15.2915C23.9834 15.2337 24.0391 15.1332 24.0391 14.9899V14.9598C24.0391 14.5879 23.9292 14.299 23.7093 14.093C23.4921 13.8869 23.1623 13.7839 22.7199 13.7839C22.2611 13.7839 21.9015 13.8769 21.6409 14.0628C21.5236 14.1465 21.422 14.2327 21.336 14.3215C21.1691 14.494 20.9223 14.6024 20.6943 14.5271C20.4198 14.4363 20.2807 14.1208 20.4594 13.8936C20.5692 13.7541 20.6929 13.6346 20.8306 13.5352C21.1048 13.3367 21.4034 13.1985 21.7264 13.1206C22.0521 13.0402 22.3724 13 22.6873 13C22.8882 13 23.1189 13.0226 23.3795 13.0678C23.6428 13.1106 23.8966 13.1997 24.1409 13.3354C24.3879 13.4711 24.5928 13.6759 24.7557 13.9497C24.9186 14.2236 25 14.5905 25 15.0503V18.5195C25 18.7849 24.7849 19 24.5195 19C24.2542 19 24.0391 18.7849 24.0391 18.5195V18.0804C23.9739 18.206 23.8165 18.3405 23.6645 18.4837C23.5125 18.6269 23.3103 18.7487 23.0578 18.8492C22.8054 18.9497 22.4973 19 22.1336 19ZM22.2801 18.201C22.6602 18.201 22.9805 18.1319 23.241 17.9937C23.5043 17.8555 23.7025 17.6771 23.8355 17.4585C23.9712 17.2399 24.0391 17.01 24.0391 16.7688V16.0791C23.9034 16.1143 23.4772 16.1457 23.298 16.1734C23.1216 16.1985 22.9492 16.2211 22.7809 16.2412C22.6154 16.2588 22.481 16.2739 22.3779 16.2864C22.1281 16.3166 21.8947 16.3656 21.6775 16.4334C21.4631 16.4987 21.2894 16.598 21.1564 16.7312C21.0261 16.8618 20.9609 17.0402 20.9609 17.2663C20.9609 17.5754 21.0844 17.809 21.3314 17.9673C21.5812 18.1231 21.8974 18.201 22.2801 18.201Z" fill="white"/>
<path d="M21.9879 19.4056C21.6422 19.4056 21.3309 19.344 21.0539 19.2209C20.7793 19.0955 20.5615 18.9108 20.4005 18.667C20.2419 18.4231 20.1626 18.1225 20.1626 17.765C20.1626 17.4572 20.2194 17.2027 20.3331 17.0015C20.4467 16.8002 20.6018 16.6393 20.7983 16.5185C20.9947 16.3978 21.2161 16.3066 21.4623 16.2451C21.7109 16.1812 21.9678 16.135 22.2329 16.1066C22.5525 16.0734 22.8117 16.0439 23.0106 16.0178C23.2095 15.9894 23.3539 15.9468 23.4438 15.89C23.5362 15.8308 23.5823 15.7396 23.5823 15.6165V15.5952C23.5823 15.3277 23.503 15.1206 23.3444 14.9738C23.1858 14.827 22.9573 14.7536 22.659 14.7536C22.3442 14.7536 22.0944 14.8223 21.9098 14.9596C21.8792 14.9826 21.8502 15.0064 21.823 15.0308C21.6036 15.2275 21.3293 15.4161 21.0376 15.3747V15.3747C20.6689 15.3223 20.4227 14.9442 20.6415 14.6429C20.6925 14.5726 20.7483 14.5065 20.8089 14.4447C21.0267 14.2198 21.293 14.0517 21.6079 13.9404C21.9228 13.8268 22.2708 13.7699 22.6519 13.7699C22.9147 13.7699 23.1763 13.8007 23.4367 13.8623C23.6972 13.9238 23.9351 14.0256 24.1505 14.1677C24.366 14.3073 24.5388 14.4979 24.669 14.7394C24.8016 14.9809 24.8679 15.2827 24.8679 15.6449V18.6776C24.8679 19.0189 24.5912 19.2955 24.25 19.2955V19.2955C23.9087 19.2955 23.6321 19.0189 23.6321 18.6776V18.5462H23.5894C23.5113 18.6977 23.4012 18.8398 23.2592 18.9724C23.1195 19.1026 22.9431 19.2079 22.7301 19.2884C22.5194 19.3665 22.272 19.4056 21.9879 19.4056ZM22.3217 18.461C22.5797 18.461 22.8035 18.4101 22.9929 18.3083C23.1822 18.2041 23.3278 18.0668 23.4296 17.8964C23.5338 17.7259 23.5859 17.5401 23.5859 17.3388V16.6961C23.5456 16.7292 23.477 16.76 23.3799 16.7884C23.2852 16.8168 23.1787 16.8417 23.0603 16.863C22.942 16.8843 22.8248 16.9032 22.7088 16.9198C22.5928 16.9364 22.4921 16.9506 22.4069 16.9624C22.2152 16.9885 22.0435 17.0311 21.892 17.0903C21.7405 17.1494 21.6209 17.2323 21.5333 17.3388C21.4457 17.443 21.4019 17.5779 21.4019 17.7437C21.4019 17.9804 21.4884 18.1591 21.6612 18.2799C21.834 18.4006 22.0542 18.461 22.3217 18.461Z" fill="white"/>
<path d="M18.7916 13.77C19.2291 13.77 19.5364 14.2008 19.3939 14.6145L17.9736 18.7384C17.8352 19.1403 17.4571 19.41 17.0321 19.41V19.41C16.6071 19.41 16.229 19.1403 16.0906 18.7384L14.6709 14.6164C14.5281 14.2018 14.8362 13.77 15.2747 13.77V13.77C15.5568 13.77 15.8055 13.9551 15.8864 14.2255L17.0037 17.9596H17.0605L18.1814 14.2239C18.2622 13.9545 18.5103 13.77 18.7916 13.77V13.77Z" fill="white"/>
<path d="M10.8355 19.4056C10.4899 19.4056 10.1786 19.3441 9.90159 19.221C9.62697 19.0955 9.40916 18.9108 9.24818 18.667C9.08956 18.4231 9.01025 18.1225 9.01025 17.765C9.01025 17.4572 9.06707 17.2027 9.18071 17.0015C9.29434 16.8003 9.44941 16.6393 9.64591 16.5185C9.8424 16.3978 10.0638 16.3067 10.31 16.2451C10.5585 16.1812 10.8154 16.135 11.0806 16.1066C11.4002 16.0735 11.6594 16.0439 11.8583 16.0178C12.0571 15.9894 12.2015 15.9468 12.2915 15.89C12.3838 15.8308 12.43 15.7397 12.43 15.6165V15.5952C12.43 15.3277 12.3507 15.1206 12.1921 14.9738C12.0335 14.827 11.805 14.7536 11.5067 14.7536C11.1918 14.7536 10.9421 14.8223 10.7574 14.9596C10.7268 14.9826 10.6979 15.0064 10.6706 15.0308C10.4512 15.2276 10.177 15.4161 9.88522 15.3747C9.51654 15.3223 9.27036 14.9443 9.48916 14.6429C9.5402 14.5726 9.596 14.5066 9.65656 14.4447C9.87436 14.2198 10.1407 14.0517 10.4556 13.9404C10.7704 13.8268 11.1184 13.77 11.4996 13.77C11.7624 13.77 12.024 13.8007 12.2844 13.8623C12.5448 13.9238 12.7827 14.0256 12.9982 14.1677C13.2136 14.3074 13.3864 14.4979 13.5166 14.7394C13.6492 14.9809 13.7155 15.2827 13.7155 15.645V18.6776C13.7155 19.0189 13.4389 19.2955 13.0976 19.2955C12.7564 19.2955 12.4797 19.0189 12.4797 18.6776V18.5462H12.4371C12.359 18.6978 12.2489 18.8398 12.1068 18.9724C11.9672 19.1026 11.7908 19.2079 11.5777 19.2884C11.367 19.3665 11.1196 19.4056 10.8355 19.4056ZM11.1693 18.461C11.4274 18.461 11.6511 18.4101 11.8405 18.3083C12.0299 18.2041 12.1755 18.0668 12.2773 17.8964C12.3815 17.7259 12.4335 17.5401 12.4335 17.3389V16.6961C12.3933 16.7292 12.3246 16.76 12.2276 16.7884C12.1329 16.8168 12.0264 16.8417 11.908 16.863C11.7896 16.8843 11.6724 16.9032 11.5564 16.9198C11.4404 16.9364 11.3398 16.9506 11.2546 16.9624C11.0628 16.9885 10.8912 17.0311 10.7397 17.0903C10.5881 17.1495 10.4686 17.2323 10.381 17.3389C10.2934 17.443 10.2496 17.578 10.2496 17.7437C10.2496 17.9804 10.336 18.1592 10.5088 18.2799C10.6817 18.4006 10.9018 18.461 11.1693 18.461Z" fill="white"/>
<path d="M6.58647 12.7534C6.58647 12.3925 6.87901 12.1 7.23988 12.1C7.60075 12.1 7.89329 12.3925 7.89329 12.7534V17.2136C7.89092 17.6824 7.79149 18.086 7.59499 18.4245C7.3985 18.7607 7.12388 19.02 6.77113 19.2022C6.42075 19.3822 6.01237 19.4721 5.54599 19.4721C5.11985 19.4721 4.73633 19.3964 4.39542 19.2449C4.05688 19.091 3.78817 18.8637 3.58931 18.563C3.4962 18.4223 3.42489 18.2654 3.37537 18.0925C3.27518 17.7425 3.58612 17.4409 3.95015 17.4409H4.07179C4.3653 17.4409 4.58133 17.6952 4.72923 17.9487C4.81445 18.0907 4.93164 18.1996 5.08079 18.2754C5.22994 18.3512 5.40157 18.389 5.5957 18.389C5.8064 18.389 5.98514 18.3452 6.13192 18.2576C6.27871 18.1677 6.38997 18.0351 6.46573 17.8599C6.54386 17.6847 6.5841 17.4693 6.58647 17.2136V12.7534Z" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

8
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/javaFile_disable.svg

@ -1,9 +1,9 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.76 11.1H2.24C1.99258 11.1 1.792 11.2791 1.792 11.5V20.5C1.792 20.7209 1.99258 20.9 2.24 20.9H25.76C26.0074 20.9 26.208 20.7209 26.208 20.5V11.5C26.208 11.2791 26.0074 11.1 25.76 11.1ZM2.24 9.5C1.00288 9.5 0 10.3954 0 11.5V20.5C0 21.6046 1.00288 22.5 2.24 22.5H25.76C26.9971 22.5 28 21.6046 28 20.5V11.5C28 10.3954 26.9971 9.5 25.76 9.5H2.24Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M5.99975 12.387C5.99975 12.1108 6.22361 11.887 6.49975 11.887L-nan -nanL6.49975 11.887C6.7759 11.887 6.99975 12.1108 6.99975 12.387V16.8956C6.99975 17.3596 6.92685 17.7134 6.83078 17.8962C6.69318 18.158 6.33355 18.4667 6.02341 18.6348C5.71328 18.8029 5.34751 18.887 4.92611 18.887C4.52839 18.887 4.17446 18.8148 3.86432 18.6703C3.55419 18.5236 3.31035 18.3152 3.13279 18.0453C3.02778 17.8857 2.95382 17.7083 2.91092 17.5131C2.85956 17.2794 3.06042 17.083 3.29969 17.083L-nan -nanL3.29969 17.083C3.53896 17.083 3.71958 17.2866 3.81954 17.504C3.83847 17.5452 3.8605 17.5848 3.88563 17.6228C3.9898 17.7743 4.13184 17.8926 4.31177 17.9779C4.49169 18.0631 4.69647 18.1057 4.92611 18.1057C5.3352 18.1057 5.57645 17.8962 5.57645 17.8962C6.02341 17.5424 5.99975 17.1963 5.99975 16.8956V12.387Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M10.1336 19C9.73724 19 9.37758 18.9309 9.05456 18.7927C8.73154 18.652 8.47503 18.4497 8.28502 18.1859C8.09501 17.9196 8 17.598 8 17.2211C8 16.8894 8.07058 16.6206 8.21173 16.4146C8.35288 16.206 8.54153 16.0427 8.77769 15.9246C9.01384 15.8065 9.27443 15.7186 9.55945 15.6608C9.84718 15.6005 10.1363 15.5528 10.4267 15.5176C10.8067 15.4724 11.1148 15.4384 11.351 15.4158C11.5898 15.3907 11.7636 15.3492 11.8721 15.2915C11.9834 15.2337 12.0391 15.1332 12.0391 14.9899V14.9598C12.0391 14.5879 11.9292 14.299 11.7093 14.093C11.4921 13.8869 11.1623 13.7839 10.7199 13.7839C10.2611 13.7839 9.90147 13.8769 9.64088 14.0628C9.5236 14.1465 9.42199 14.2327 9.33605 14.3215C9.16905 14.494 8.92225 14.6024 8.6943 14.5271L-nan -nanL8.6943 14.5271C8.41983 14.4363 8.28066 14.1208 8.4594 13.8936C8.56916 13.7541 8.6929 13.6346 8.83062 13.5352C9.10478 13.3367 9.40337 13.1985 9.72638 13.1206C10.0521 13.0402 10.3724 13 10.6873 13C10.8882 13 11.1189 13.0226 11.3795 13.0678C11.6428 13.1106 11.8966 13.1997 12.1409 13.3354C12.3879 13.4711 12.5928 13.6759 12.7557 13.9497C12.9186 14.2236 13 14.5905 13 15.0503V18.5195C13 18.7849 12.7849 19 12.5195 19L-nan -nanL12.5195 19C12.2542 19 12.0391 18.7849 12.0391 18.5195V18.0804C11.9739 18.206 11.8165 18.3405 11.6645 18.4837C11.5125 18.6269 11.3103 18.7487 11.0578 18.8492C10.8054 18.9497 10.4973 19 10.1336 19ZM10.2801 18.201C10.6602 18.201 10.9805 18.1319 11.241 17.9937C11.5043 17.8555 11.7025 17.6771 11.8355 17.4585C11.9712 17.24 12.0391 17.01 12.0391 16.7688V16.0791C11.9034 16.1143 11.4772 16.1457 11.298 16.1734C11.1216 16.1985 10.9492 16.2211 10.7809 16.2412C10.6154 16.2588 10.481 16.2739 10.3779 16.2864C10.1281 16.3166 9.89468 16.3656 9.67752 16.4334C9.46308 16.4987 9.28936 16.598 9.15635 16.7312C9.02606 16.8618 8.96091 17.0402 8.96091 17.2663C8.96091 17.5754 9.08442 17.809 9.33143 17.9673C9.58116 18.1231 9.89739 18.201 10.2801 18.201Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M18.5043 13C18.8199 13 19.0399 13.3133 18.9328 13.6102L17.1435 18.5698C17.0503 18.828 16.8053 19 16.5309 19C16.2565 19 16.0115 18.828 15.9184 18.5698L14.129 13.6102C14.0219 13.3133 14.2419 13 14.5576 13C14.753 13 14.9266 13.1246 14.9892 13.3097L16.5004 17.7812H16.5614L18.0726 13.3097C18.1352 13.1246 18.3089 13 18.5043 13Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M22.1336 19C21.7372 19 21.3776 18.9309 21.0546 18.7927C20.7315 18.652 20.475 18.4497 20.285 18.1859C20.095 17.9196 20 17.598 20 17.2211C20 16.8894 20.0706 16.6206 20.2117 16.4146C20.3529 16.206 20.5415 16.0427 20.7777 15.9246C21.0138 15.8065 21.2744 15.7186 21.5594 15.6608C21.8472 15.6005 22.1363 15.5528 22.4267 15.5176C22.8067 15.4724 23.1148 15.4384 23.351 15.4158C23.5898 15.3907 23.7636 15.3492 23.8721 15.2915C23.9834 15.2337 24.0391 15.1332 24.0391 14.9899V14.9598C24.0391 14.5879 23.9292 14.299 23.7093 14.093C23.4921 13.8869 23.1623 13.7839 22.7199 13.7839C22.2611 13.7839 21.9015 13.8769 21.6409 14.0628C21.5236 14.1465 21.422 14.2327 21.336 14.3215C21.1691 14.494 20.9223 14.6024 20.6943 14.5271C20.4198 14.4363 20.2807 14.1208 20.4594 13.8936C20.5692 13.7541 20.6929 13.6346 20.8306 13.5352C21.1048 13.3367 21.4034 13.1985 21.7264 13.1206C22.0521 13.0402 22.3724 13 22.6873 13C22.8882 13 23.1189 13.0226 23.3795 13.0678C23.6428 13.1106 23.8966 13.1997 24.1409 13.3354C24.3879 13.4711 24.5928 13.6759 24.7557 13.9497C24.9186 14.2236 25 14.5905 25 15.0503V18.5195C25 18.7849 24.7849 19 24.5195 19C24.2542 19 24.0391 18.7849 24.0391 18.5195V18.0804C23.9739 18.206 23.8165 18.3405 23.6645 18.4837C23.5125 18.6269 23.3103 18.7487 23.0578 18.8492C22.8054 18.9497 22.4973 19 22.1336 19ZM22.2801 18.201C22.6602 18.201 22.9805 18.1319 23.241 17.9937C23.5043 17.8555 23.7025 17.6771 23.8355 17.4585C23.9712 17.2399 24.0391 17.01 24.0391 16.7688V16.0791C23.9034 16.1143 23.4772 16.1457 23.298 16.1734C23.1216 16.1985 22.9492 16.2211 22.7809 16.2412C22.6154 16.2588 22.481 16.2739 22.3779 16.2864C22.1281 16.3166 21.8947 16.3656 21.6775 16.4334C21.4631 16.4987 21.2894 16.598 21.1564 16.7312C21.0261 16.8618 20.9609 17.0402 20.9609 17.2663C20.9609 17.5754 21.0844 17.809 21.3314 17.9673C21.5812 18.1231 21.8974 18.201 22.2801 18.201Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 10.7515V28H7V22.5H5V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7C5.89543 2 5 2.89543 5 4V9.5H7V4H23.0925L29 10.7515Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.23721 11.0967H25.7647C26.0122 11.0967 26.2129 11.2759 26.2129 11.497V20.5031C26.2129 20.7241 26.0123 20.9033 25.7647 20.9033H2.23721C1.9897 20.9033 1.78906 20.7241 1.78906 20.5031V16.0156V11.497C1.78906 11.2759 1.9897 11.0967 2.23721 11.0967Z" fill="#0A1C38" fill-opacity="0.2"/>
<path d="M21.9879 19.4056C21.6422 19.4056 21.3309 19.344 21.0539 19.2209C20.7793 19.0955 20.5615 18.9108 20.4005 18.667C20.2419 18.4231 20.1626 18.1225 20.1626 17.765C20.1626 17.4572 20.2194 17.2027 20.3331 17.0015C20.4467 16.8002 20.6018 16.6393 20.7983 16.5185C20.9947 16.3978 21.2161 16.3066 21.4623 16.2451C21.7109 16.1812 21.9678 16.135 22.2329 16.1066C22.5525 16.0734 22.8117 16.0439 23.0106 16.0178C23.2095 15.9894 23.3539 15.9468 23.4438 15.89C23.5362 15.8308 23.5823 15.7396 23.5823 15.6165V15.5952C23.5823 15.3277 23.503 15.1206 23.3444 14.9738C23.1858 14.827 22.9573 14.7536 22.659 14.7536C22.3442 14.7536 22.0944 14.8223 21.9098 14.9596C21.8792 14.9826 21.8502 15.0064 21.823 15.0308C21.6036 15.2275 21.3293 15.4161 21.0376 15.3747V15.3747C20.6689 15.3223 20.4227 14.9442 20.6415 14.6429C20.6925 14.5726 20.7483 14.5065 20.8089 14.4447C21.0267 14.2198 21.293 14.0517 21.6079 13.9404C21.9228 13.8268 22.2708 13.7699 22.6519 13.7699C22.9147 13.7699 23.1763 13.8007 23.4367 13.8623C23.6972 13.9238 23.9351 14.0256 24.1505 14.1677C24.366 14.3073 24.5388 14.4979 24.669 14.7394C24.8016 14.9809 24.8679 15.2827 24.8679 15.6449V18.6776C24.8679 19.0189 24.5912 19.2955 24.25 19.2955V19.2955C23.9087 19.2955 23.6321 19.0189 23.6321 18.6776V18.5462H23.5894C23.5113 18.6977 23.4012 18.8398 23.2592 18.9724C23.1195 19.1026 22.9431 19.2079 22.7301 19.2884C22.5194 19.3665 22.272 19.4056 21.9879 19.4056ZM22.3217 18.461C22.5797 18.461 22.8035 18.4101 22.9929 18.3083C23.1822 18.2041 23.3278 18.0668 23.4296 17.8964C23.5338 17.7259 23.5859 17.5401 23.5859 17.3388V16.6961C23.5456 16.7292 23.477 16.76 23.3799 16.7884C23.2852 16.8168 23.1787 16.8417 23.0603 16.863C22.942 16.8843 22.8248 16.9032 22.7088 16.9198C22.5928 16.9364 22.4921 16.9506 22.4069 16.9624C22.2152 16.9885 22.0435 17.0311 21.892 17.0903C21.7405 17.1494 21.6209 17.2323 21.5333 17.3388C21.4457 17.443 21.4019 17.5779 21.4019 17.7437C21.4019 17.9804 21.4884 18.1591 21.6612 18.2799C21.834 18.4006 22.0542 18.461 22.3217 18.461Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M18.7916 13.77C19.2291 13.77 19.5364 14.2008 19.3939 14.6145L17.9736 18.7384C17.8352 19.1403 17.4571 19.41 17.0321 19.41V19.41C16.6071 19.41 16.229 19.1403 16.0906 18.7384L14.6709 14.6164C14.5281 14.2018 14.8362 13.77 15.2747 13.77V13.77C15.5568 13.77 15.8055 13.9551 15.8864 14.2255L17.0037 17.9596H17.0605L18.1814 14.2239C18.2622 13.9545 18.5103 13.77 18.7916 13.77V13.77Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M10.8355 19.4056C10.4899 19.4056 10.1786 19.3441 9.90159 19.221C9.62697 19.0955 9.40916 18.9108 9.24818 18.667C9.08956 18.4231 9.01025 18.1225 9.01025 17.765C9.01025 17.4572 9.06707 17.2027 9.18071 17.0015C9.29434 16.8003 9.44941 16.6393 9.64591 16.5185C9.8424 16.3978 10.0638 16.3067 10.31 16.2451C10.5585 16.1812 10.8154 16.135 11.0806 16.1066C11.4002 16.0735 11.6594 16.0439 11.8583 16.0178C12.0571 15.9894 12.2015 15.9468 12.2915 15.89C12.3838 15.8308 12.43 15.7397 12.43 15.6165V15.5952C12.43 15.3277 12.3507 15.1206 12.1921 14.9738C12.0335 14.827 11.805 14.7536 11.5067 14.7536C11.1918 14.7536 10.9421 14.8223 10.7574 14.9596C10.7268 14.9826 10.6979 15.0064 10.6706 15.0308C10.4512 15.2276 10.177 15.4161 9.88522 15.3747V15.3747C9.51654 15.3223 9.27036 14.9443 9.48916 14.6429C9.5402 14.5726 9.596 14.5066 9.65656 14.4447C9.87436 14.2198 10.1407 14.0517 10.4556 13.9404C10.7704 13.8268 11.1184 13.77 11.4996 13.77C11.7624 13.77 12.024 13.8007 12.2844 13.8623C12.5448 13.9238 12.7827 14.0256 12.9982 14.1677C13.2136 14.3074 13.3864 14.4979 13.5166 14.7394C13.6492 14.9809 13.7155 15.2827 13.7155 15.645V18.6776C13.7155 19.0189 13.4389 19.2955 13.0976 19.2955V19.2955C12.7564 19.2955 12.4797 19.0189 12.4797 18.6776V18.5462H12.4371C12.359 18.6978 12.2489 18.8398 12.1068 18.9724C11.9672 19.1026 11.7908 19.2079 11.5777 19.2884C11.367 19.3665 11.1196 19.4056 10.8355 19.4056ZM11.1693 18.461C11.4274 18.461 11.6511 18.4101 11.8405 18.3083C12.0299 18.2041 12.1755 18.0668 12.2773 17.8964C12.3815 17.7259 12.4335 17.5401 12.4335 17.3389V16.6961C12.3933 16.7292 12.3246 16.76 12.2276 16.7884C12.1329 16.8168 12.0264 16.8417 11.908 16.863C11.7896 16.8843 11.6724 16.9032 11.5564 16.9198C11.4404 16.9364 11.3398 16.9506 11.2546 16.9624C11.0628 16.9885 10.8912 17.0311 10.7397 17.0903C10.5881 17.1495 10.4686 17.2323 10.381 17.3389C10.2934 17.443 10.2496 17.578 10.2496 17.7437C10.2496 17.9804 10.336 18.1592 10.5088 18.2799C10.6817 18.4006 10.9018 18.461 11.1693 18.461Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M6.58647 12.7534C6.58647 12.3925 6.87901 12.1 7.23988 12.1V12.1C7.60075 12.1 7.89329 12.3925 7.89329 12.7534V17.2136C7.89092 17.6824 7.79149 18.086 7.59499 18.4245C7.3985 18.7607 7.12388 19.02 6.77113 19.2022C6.42075 19.3822 6.01237 19.4721 5.54599 19.4721C5.11985 19.4721 4.73633 19.3964 4.39542 19.2449C4.05688 19.091 3.78817 18.8637 3.58931 18.563C3.4962 18.4223 3.42489 18.2654 3.37537 18.0925C3.27518 17.7425 3.58612 17.4409 3.95015 17.4409H4.07179C4.3653 17.4409 4.58133 17.6952 4.72923 17.9487V17.9487C4.81445 18.0907 4.93164 18.1996 5.08079 18.2754C5.22994 18.3512 5.40157 18.389 5.5957 18.389C5.8064 18.389 5.98514 18.3452 6.13192 18.2576C6.27871 18.1677 6.38997 18.0351 6.46573 17.8599C6.54386 17.6847 6.5841 17.4693 6.58647 17.2136V12.7534Z" fill="#0A1C38" fill-opacity="0.29"/>
</svg>

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

7
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/jpgFile.svg

@ -1,8 +1,9 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 28V4H23L29 10.5V28H7Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 28V10.7515L23.0925 4H7L7 28H29ZM7 2C5.89543 2 5 2.89543 5 4V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7Z" fill="#0A1C38" fill-opacity="0.9"/>
<path d="M1 11.5C1 10.3954 1.93436 9.5 3.08696 9.5H22.913C24.0656 9.5 25 10.3954 25 11.5V20.5C25 21.6046 24.0656 22.5 22.913 22.5H3.08696C1.93436 22.5 1 21.6046 1 20.5V11.5Z" fill="#5493F2"/>
<path d="M22.1119 14.7457C21.8594 14.7457 21.6435 14.5867 21.5242 14.3759C21.4903 14.3159 21.4535 14.2584 21.4141 14.2034C21.3017 14.0415 21.1671 13.904 21.0102 13.7909C20.8534 13.6755 20.6743 13.5879 20.473 13.528C20.274 13.4682 20.0551 13.4382 19.8164 13.4382C19.4114 13.4382 19.0462 13.5369 18.7208 13.7343C18.3954 13.9317 18.1379 14.2212 17.9483 14.6027C17.761 14.9819 17.6674 15.4466 17.6674 15.9967C17.6674 16.549 17.7622 17.0158 17.9518 17.3973C18.1414 17.7788 18.4012 18.0683 18.7313 18.2657C19.0614 18.4631 19.4371 18.5618 19.8585 18.5618C20.2494 18.5618 20.59 18.4864 20.8803 18.3356C21.1729 18.1847 21.3988 17.9718 21.558 17.6968C21.7195 17.4195 21.8003 16.8748 21.8003 16.5H20.2415C19.9534 16.5 19.7198 16.2761 19.7198 16L-nan -nanL19.7198 16C19.7198 15.7239 19.9534 15.5 20.2415 15.5H21.8067C22.383 15.5 22.8502 15.9477 22.8502 16.5C22.8502 17.0722 22.7215 17.7644 22.464 18.1858C22.2088 18.605 21.8553 18.9289 21.4035 19.1573C20.9541 19.3858 20.439 19.5 19.8585 19.5C19.2077 19.5 18.6365 19.358 18.1449 19.0741C17.6557 18.7902 17.2741 18.3877 17.0002 17.8664C16.7263 17.343 16.5894 16.722 16.5894 16.0033C16.5894 15.4599 16.6689 14.972 16.8281 14.5394C16.9873 14.1069 17.2109 13.7399 17.4988 13.4382C17.7891 13.1343 18.1297 12.9026 18.5206 12.7429C18.9139 12.581 19.3435 12.5 19.8093 12.5C20.1979 12.5 20.5596 12.5543 20.8944 12.663C21.2315 12.7717 21.5311 12.9259 21.7933 13.1255C22.0578 13.3251 22.2767 13.5624 22.4499 13.8375C22.5079 13.9287 22.5596 14.0234 22.6049 14.1214C22.7496 14.4337 22.4718 14.7457 22.1119 14.7457Z" fill="white"/>
<path d="M10.5148 19.5C10.2279 19.5 9.99529 19.2771 9.99529 19.0021V13.4997C9.99529 12.9476 10.4605 12.5 11.0343 12.5H12.5967C13.1846 12.5 13.6716 12.603 14.0578 12.8089C14.444 13.0148 14.733 13.2964 14.9249 13.6538C15.1168 14.0088 15.2127 14.4088 15.2127 14.8537C15.2127 15.301 15.1155 15.7034 14.9212 16.0607C14.7293 16.4157 14.4391 16.6974 14.0504 16.9057C13.6642 17.1116 13.1976 17.2145 12.6121 17.2145H11.0388V16.2188H12.4897C12.8611 16.2188 13.1624 16.2229 13.3936 16.0998C13.6249 15.9743 13.7946 15.8039 13.9028 15.5886C14.0111 15.3732 14.0652 15.1282 14.0652 14.8537C14.0652 14.5792 14.0111 14.3354 13.9028 14.1224C13.7946 13.9094 13.6236 13.7425 13.39 13.6218C13.1587 13.5011 12.8909 13.4997 12.5007 13.4997H11.0388V18.9979C11.0388 19.2752 10.8042 19.5 10.5148 19.5Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 11.1H3C2.77909 11.1 2.6 11.2791 2.6 11.5V20.5C2.6 20.7209 2.77909 20.9 3 20.9H24C24.2209 20.9 24.4 20.7209 24.4 20.5V11.5C24.4 11.2791 24.2209 11.1 24 11.1ZM3 9.5C1.89543 9.5 1 10.3954 1 11.5V20.5C1 21.6046 1.89543 22.5 3 22.5H24C25.1046 22.5 26 21.6046 26 20.5V11.5C26 10.3954 25.1046 9.5 24 9.5H3Z" fill="#105DD1"/>
<path d="M7.1333 13C7.1333 12.7239 7.35716 12.5 7.6333 12.5C7.90944 12.5 8.1333 12.7239 8.1333 13V17.5086C8.1333 17.9726 8.06039 18.3264 7.96432 18.5092C7.82673 18.771 7.46709 19.0798 7.15696 19.2479C6.84683 19.416 6.48106 19.5 6.05966 19.5C5.66193 19.5 5.308 19.4278 4.99787 19.2834C4.68774 19.1366 4.44389 18.9283 4.26634 18.6584C4.16133 18.4988 4.08737 18.3214 4.04446 18.1261C3.9931 17.8924 4.19397 17.696 4.43324 17.696C4.67251 17.696 4.85313 17.8997 4.95309 18.1171C4.97201 18.1582 4.99404 18.1978 5.01918 18.2358C5.12334 18.3873 5.26539 18.5057 5.44531 18.5909C5.62524 18.6761 5.83002 18.7188 6.05966 18.7188C6.46875 18.7188 6.71 18.5092 6.71 18.5092C7.15696 18.1554 7.1333 17.8093 7.1333 17.5086V13Z" fill="white"/>
<path d="M21.8604 14.9219C21.5507 14.9219 21.2907 14.7103 21.1231 14.4499C21.1138 14.4354 21.1042 14.4211 21.0945 14.407C20.9927 14.2531 20.8696 14.1217 20.7252 14.0128C20.5831 13.9039 20.4198 13.8222 20.2351 13.7678C20.0505 13.7109 19.8492 13.6825 19.6314 13.6825C19.2408 13.6825 18.8928 13.7808 18.5874 13.9773C18.282 14.1738 18.0417 14.4626 17.8665 14.8438C17.6937 15.2225 17.6073 15.6842 17.6073 16.2287C17.6073 16.7779 17.6937 17.2431 17.8665 17.6243C18.0393 18.0054 18.2796 18.2955 18.5874 18.4943C18.8952 18.6908 19.2526 18.7891 19.6598 18.7891C20.0292 18.7891 20.3488 18.718 20.6187 18.576C20.8909 18.4339 21.1004 18.2327 21.2472 17.9723C21.394 17.7095 21.4674 17.4018 21.4674 17.049L21.7657 17.0952H20.3062C20.0218 17.0952 19.7912 16.8646 19.7912 16.5803C19.7912 16.2959 20.0218 16.0653 20.3062 16.0653H21.9987C22.4093 16.0653 22.7422 16.3982 22.7422 16.8089V16.9389C22.7422 17.5616 22.6097 18.1001 22.3445 18.5547C22.0794 19.0092 21.7148 19.3596 21.2508 19.6058C20.7867 19.8497 20.2541 19.9716 19.6527 19.9716C18.9828 19.9716 18.3945 19.8213 17.8878 19.5206C17.3836 19.2176 16.9894 18.7879 16.7053 18.2315C16.4236 17.6728 16.2827 17.0099 16.2827 16.2429C16.2827 15.6558 16.3656 15.1314 16.5313 14.6697C16.6994 14.2081 16.9338 13.8163 17.2344 13.4943C17.5351 13.17 17.8878 12.9238 18.2927 12.7557C18.6975 12.5852 19.1378 12.5 19.6137 12.5C20.0161 12.5 20.3914 12.5592 20.7394 12.6776C21.0874 12.7936 21.3964 12.9593 21.6662 13.1747C21.9385 13.3902 22.1622 13.6458 22.3374 13.9418C22.3755 14.0061 22.4107 14.0718 22.4431 14.139C22.6306 14.5284 22.2925 14.9219 21.8604 14.9219Z" fill="white"/>
<path d="M10.6905 19.8722C10.3267 19.8722 10.0317 19.5772 10.0317 19.2134V13.3804C10.0317 12.9491 10.3814 12.5994 10.8127 12.5994H12.759C13.3177 12.5994 13.7865 12.7036 14.1653 12.9119C14.5464 13.1203 14.8341 13.4067 15.0282 13.7713C15.2247 14.1335 15.3229 14.5454 15.3229 15.0071C15.3229 15.4735 15.2247 15.8878 15.0282 16.25C14.8317 16.6122 14.5417 16.8975 14.1582 17.1058C13.7746 17.3118 13.3023 17.4148 12.7413 17.4148H10.9337V16.3317H12.5637C12.8904 16.3317 13.1579 16.2749 13.3663 16.1612C13.5746 16.0476 13.7285 15.8913 13.8279 15.6925C13.9297 15.4936 13.9806 15.2651 13.9806 15.0071C13.9806 14.749 13.9297 14.5218 13.8279 14.3253C13.7285 14.1288 13.5734 13.9761 13.3627 13.8672C13.1544 13.7559 12.8857 13.7003 12.5566 13.7003H11.3492V19.2134C11.3492 19.5772 11.0543 19.8722 10.6905 19.8722Z" fill="white"/>
<path d="M7.29545 13.2528C7.29545 12.892 7.588 12.5994 7.94886 12.5994C8.30973 12.5994 8.60227 12.892 8.60227 13.2528V17.7131C8.59991 18.1818 8.50047 18.5855 8.30398 18.924C8.10748 19.2602 7.83286 19.5194 7.48011 19.7017C7.12973 19.8816 6.72135 19.9716 6.25497 19.9716C5.82884 19.9716 5.44531 19.8958 5.1044 19.7443C4.76586 19.5904 4.49716 19.3632 4.2983 19.0625C4.20519 18.9217 4.13387 18.7649 4.08436 18.5919C3.98416 18.2419 4.2951 17.9403 4.65913 17.9403H4.78077C5.07429 17.9403 5.29032 18.1946 5.43821 18.4481C5.52344 18.5902 5.64062 18.6991 5.78977 18.7749C5.93892 18.8506 6.11056 18.8885 6.30469 18.8885C6.51539 18.8885 6.69413 18.8447 6.84091 18.7571C6.98769 18.6671 7.09896 18.5346 7.17472 18.3594C7.25284 18.1842 7.29309 17.9687 7.29545 17.7131V13.2528Z" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

6
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/jpgFile_disable.svg

@ -1,8 +1,8 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22.1119 14.7457C21.8594 14.7457 21.6435 14.5867 21.5242 14.3759C21.4903 14.3159 21.4535 14.2584 21.4141 14.2034C21.3017 14.0415 21.1671 13.904 21.0102 13.7909C20.8534 13.6755 20.6743 13.5879 20.473 13.528C20.274 13.4682 20.0551 13.4382 19.8164 13.4382C19.4114 13.4382 19.0462 13.5369 18.7208 13.7343C18.3954 13.9317 18.1379 14.2212 17.9483 14.6027C17.761 14.9819 17.6674 15.4466 17.6674 15.9967C17.6674 16.549 17.7622 17.0158 17.9518 17.3973C18.1414 17.7788 18.4012 18.0683 18.7313 18.2657C19.0614 18.4631 19.4371 18.5618 19.8585 18.5618C20.2494 18.5618 20.59 18.4864 20.8803 18.3356C21.1729 18.1847 21.3988 17.9718 21.558 17.6968C21.7195 17.4195 21.8003 16.8748 21.8003 16.5H20.2415C19.9534 16.5 19.7198 16.2761 19.7198 16L-nan -nanL19.7198 16C19.7198 15.7239 19.9534 15.5 20.2415 15.5H21.8067C22.383 15.5 22.8502 15.9477 22.8502 16.5C22.8502 17.0722 22.7215 17.7644 22.464 18.1858C22.2088 18.605 21.8553 18.9289 21.4035 19.1573C20.9541 19.3858 20.439 19.5 19.8585 19.5C19.2077 19.5 18.6365 19.358 18.1449 19.0741C17.6557 18.7902 17.2741 18.3877 17.0002 17.8664C16.7263 17.343 16.5894 16.722 16.5894 16.0033C16.5894 15.4599 16.6689 14.972 16.8281 14.5394C16.9873 14.1069 17.2109 13.7399 17.4988 13.4382C17.7891 13.1343 18.1297 12.9026 18.5206 12.7429C18.9139 12.581 19.3435 12.5 19.8093 12.5C20.1979 12.5 20.5596 12.5543 20.8944 12.663C21.2315 12.7717 21.5311 12.9259 21.7933 13.1255C22.0578 13.3251 22.2767 13.5624 22.4499 13.8375C22.5079 13.9287 22.5596 14.0234 22.6049 14.1214C22.7496 14.4337 22.4718 14.7457 22.1119 14.7457Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M10.5148 19.5C10.2279 19.5 9.99529 19.2771 9.99529 19.0021V13.4997C9.99529 12.9476 10.4605 12.5 11.0343 12.5H12.5967C13.1846 12.5 13.6716 12.603 14.0578 12.8089C14.444 13.0148 14.733 13.2964 14.9249 13.6538C15.1168 14.0088 15.2127 14.4088 15.2127 14.8537C15.2127 15.301 15.1155 15.7034 14.9212 16.0607C14.7293 16.4157 14.4391 16.6974 14.0504 16.9057C13.6642 17.1116 13.1976 17.2145 12.6121 17.2145H11.0388V16.2188H12.4897C12.8611 16.2188 13.1624 16.2229 13.3936 16.0998C13.6249 15.9743 13.7946 15.8039 13.9028 15.5886C14.0111 15.3732 14.0652 15.1282 14.0652 14.8537C14.0652 14.5792 14.0111 14.3354 13.9028 14.1224C13.7946 13.9094 13.6236 13.7425 13.39 13.6218C13.1587 13.5011 12.8909 13.4997 12.5007 13.4997H11.0388V18.9979C11.0388 19.2752 10.8042 19.5 10.5148 19.5Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 11.1H3C2.77909 11.1 2.6 11.2791 2.6 11.5V20.5C2.6 20.7209 2.77909 20.9 3 20.9H24C24.2209 20.9 24.4 20.7209 24.4 20.5V11.5C24.4 11.2791 24.2209 11.1 24 11.1ZM3 9.5C1.89543 9.5 1 10.3954 1 11.5V20.5C1 21.6046 1.89543 22.5 3 22.5H24C25.1046 22.5 26 21.6046 26 20.5V11.5C26 10.3954 25.1046 9.5 24 9.5H3Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.0001 11.1001H24.0001C24.221 11.1001 24.4001 11.2792 24.4001 11.5001V20.5001C24.4001 20.721 24.221 20.9001 24.0001 20.9001H3.0001C2.77918 20.9001 2.6001 20.721 2.6001 20.5001V11.5001C2.6001 11.2792 2.77918 11.1001 3.0001 11.1001Z" fill="#0A1C38" fill-opacity="0.2"/>
<path d="M7.1333 13C7.1333 12.7239 7.35716 12.5 7.6333 12.5C7.90944 12.5 8.1333 12.7239 8.1333 13V17.5086C8.1333 17.9726 8.06039 18.3264 7.96432 18.5092C7.82673 18.771 7.46709 19.0798 7.15696 19.2479C6.84683 19.416 6.48106 19.5 6.05966 19.5C5.66193 19.5 5.308 19.4278 4.99787 19.2834C4.68774 19.1366 4.44389 18.9283 4.26634 18.6584C4.16133 18.4988 4.08737 18.3214 4.04446 18.1261C3.9931 17.8924 4.19397 17.696 4.43324 17.696C4.67251 17.696 4.85313 17.8997 4.95309 18.1171C4.97201 18.1582 4.99404 18.1978 5.01918 18.2358C5.12334 18.3873 5.26539 18.5057 5.44531 18.5909C5.62524 18.6761 5.83002 18.7188 6.05966 18.7188C6.46875 18.7188 6.71 18.5092 6.71 18.5092C7.15696 18.1554 7.1333 17.8093 7.1333 17.5086V13Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M21.8604 14.9219C21.5507 14.9219 21.2907 14.7103 21.1231 14.4499C21.1138 14.4354 21.1042 14.4211 21.0945 14.407C20.9927 14.2531 20.8696 14.1217 20.7252 14.0128C20.5831 13.9039 20.4198 13.8222 20.2351 13.7678C20.0505 13.7109 19.8492 13.6825 19.6314 13.6825C19.2408 13.6825 18.8928 13.7808 18.5874 13.9773C18.282 14.1738 18.0417 14.4626 17.8665 14.8438C17.6937 15.2225 17.6073 15.6842 17.6073 16.2287C17.6073 16.7779 17.6937 17.2431 17.8665 17.6243C18.0393 18.0054 18.2796 18.2955 18.5874 18.4943C18.8952 18.6908 19.2526 18.7891 19.6598 18.7891C20.0292 18.7891 20.3488 18.718 20.6187 18.576C20.8909 18.4339 21.1004 18.2327 21.2472 17.9723C21.394 17.7095 21.4674 17.4018 21.4674 17.049L21.7657 17.0952H20.3062C20.0218 17.0952 19.7912 16.8646 19.7912 16.5803V16.5803C19.7912 16.2959 20.0218 16.0653 20.3062 16.0653H21.9987C22.4093 16.0653 22.7422 16.3982 22.7422 16.8089V16.9389C22.7422 17.5616 22.6097 18.1001 22.3445 18.5547C22.0794 19.0092 21.7148 19.3596 21.2508 19.6058C20.7867 19.8497 20.2541 19.9716 19.6527 19.9716C18.9828 19.9716 18.3945 19.8213 17.8878 19.5206C17.3836 19.2176 16.9894 18.7879 16.7053 18.2315C16.4236 17.6728 16.2827 17.0099 16.2827 16.2429C16.2827 15.6558 16.3656 15.1314 16.5313 14.6697C16.6994 14.2081 16.9338 13.8163 17.2344 13.4943C17.5351 13.17 17.8878 12.9238 18.2927 12.7557C18.6975 12.5852 19.1378 12.5 19.6137 12.5C20.0161 12.5 20.3914 12.5592 20.7394 12.6776C21.0874 12.7936 21.3964 12.9593 21.6662 13.1747C21.9385 13.3902 22.1622 13.6458 22.3374 13.9418C22.3755 14.0061 22.4107 14.0718 22.4431 14.139C22.6306 14.5284 22.2925 14.9219 21.8604 14.9219V14.9219Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M10.6905 19.8722C10.3267 19.8722 10.0317 19.5772 10.0317 19.2134V13.3804C10.0317 12.9491 10.3814 12.5994 10.8127 12.5994H12.759C13.3177 12.5994 13.7865 12.7036 14.1653 12.9119C14.5464 13.1203 14.8341 13.4067 15.0282 13.7713C15.2247 14.1335 15.3229 14.5454 15.3229 15.0071C15.3229 15.4735 15.2247 15.8878 15.0282 16.25C14.8317 16.6122 14.5417 16.8975 14.1582 17.1058C13.7746 17.3118 13.3023 17.4148 12.7413 17.4148H10.9337V16.3317H12.5637C12.8904 16.3317 13.1579 16.2749 13.3663 16.1612C13.5746 16.0476 13.7285 15.8913 13.8279 15.6925C13.9297 15.4936 13.9806 15.2651 13.9806 15.0071C13.9806 14.749 13.9297 14.5218 13.8279 14.3253C13.7285 14.1288 13.5734 13.9761 13.3627 13.8672C13.1544 13.7559 12.8857 13.7003 12.5566 13.7003H11.3492V19.2134C11.3492 19.5772 11.0543 19.8722 10.6905 19.8722V19.8722Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M7.29545 13.2528C7.29545 12.892 7.588 12.5994 7.94886 12.5994V12.5994C8.30973 12.5994 8.60227 12.892 8.60227 13.2528V17.7131C8.59991 18.1818 8.50047 18.5855 8.30398 18.924C8.10748 19.2602 7.83286 19.5194 7.48011 19.7017C7.12973 19.8816 6.72135 19.9716 6.25497 19.9716C5.82884 19.9716 5.44531 19.8958 5.1044 19.7443C4.76586 19.5904 4.49716 19.3632 4.2983 19.0625C4.20519 18.9217 4.13387 18.7649 4.08436 18.5919C3.98416 18.2419 4.2951 17.9403 4.65913 17.9403H4.78077C5.07429 17.9403 5.29032 18.1946 5.43821 18.4481V18.4481C5.52344 18.5902 5.64063 18.6991 5.78977 18.7749C5.93892 18.8506 6.11056 18.8885 6.30469 18.8885C6.51539 18.8885 6.69413 18.8447 6.84091 18.7571C6.98769 18.6671 7.09896 18.5346 7.17472 18.3594C7.25284 18.1842 7.29309 17.9687 7.29545 17.7131V13.2528Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 10.7515V28H7V22.5H5V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7C5.89543 2 5 2.89543 5 4V9.5H7V4H23.0925L29 10.7515Z" fill="#0A1C38" fill-opacity="0.29"/>
</svg>

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

5
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/jsFile.svg

@ -1,7 +1,8 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 28V4H23L29 10.5V28H7Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 28V10.7515L23.0925 4H7L7 28H29ZM7 2C5.89543 2 5 2.89543 5 4V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7Z" fill="#0A1C38" fill-opacity="0.9"/>
<path d="M1.58696 11.5C1.58696 10.3954 2.52132 9.5 3.67391 9.5H23.5C24.6526 9.5 25.587 10.3954 25.587 11.5V20.5C25.587 21.6046 24.6526 22.5 23.5 22.5H3.67391C2.52132 22.5 1.58696 21.6046 1.58696 20.5V11.5Z" fill="#856CD8"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 11.1H3C2.77909 11.1 2.6 11.2791 2.6 11.5V20.5C2.6 20.7209 2.77909 20.9 3 20.9H24C24.2209 20.9 24.4 20.7209 24.4 20.5V11.5C24.4 11.2791 24.2209 11.1 24 11.1ZM3 9.5C1.89543 9.5 1 10.3954 1 11.5V20.5C1 21.6046 1.89543 22.5 3 22.5H24C25.1046 22.5 26 21.6046 26 20.5V11.5C26 10.3954 25.1046 9.5 24 9.5H3Z" fill="#4834AE"/>
<path d="M10.0888 13C10.0888 12.7239 10.3127 12.5 10.5888 12.5C10.865 12.5 11.0888 12.7239 11.0888 13V17.5086C11.0888 17.9726 11.0159 18.3264 10.9199 18.5092C10.7823 18.771 10.4226 19.0798 10.1125 19.2479C9.80236 19.416 9.4366 19.5 9.01519 19.5C8.61747 19.5 8.26354 19.4278 7.95341 19.2834C7.64327 19.1366 7.39943 18.9283 7.22187 18.6584C7.11686 18.4988 7.04291 18.3214 7 18.1261C6.94864 17.8924 7.1495 17.696 7.38877 17.696C7.62805 17.696 7.80867 17.8997 7.90862 18.1171C7.92755 18.1582 7.94958 18.1978 7.97471 18.2358C8.07888 18.3873 8.22092 18.5057 8.40085 18.5909C8.58077 18.6761 8.78555 18.7188 9.01519 18.7188C9.42429 18.7188 9.66554 18.5092 9.66554 18.5092C10.1125 18.1554 10.0888 17.8093 10.0888 17.5086V13Z" fill="white"/>
<path d="M18.8585 14.3777C18.5952 14.3777 18.3901 14.167 18.2503 13.9447C18.1779 13.8295 18.08 13.7306 17.9565 13.6479C17.699 13.4731 17.3748 13.3858 16.9841 13.3858C16.7043 13.3858 16.4623 13.43 16.2581 13.5185C16.0538 13.6047 15.8951 13.7242 15.7818 13.8768C15.6708 14.0272 15.6153 14.1986 15.6153 14.391C15.6153 14.5524 15.6531 14.6918 15.7285 14.809C15.8062 14.9262 15.9073 15.0246 16.0316 15.1043C16.1581 15.1817 16.2936 15.2469 16.4379 15.3C16.5822 15.3509 16.721 15.3929 16.8542 15.4261L17.5202 15.5986C17.7378 15.6517 17.961 15.7235 18.1896 15.8142C18.4183 15.9049 18.6304 16.0243 18.8257 16.1725C19.0211 16.3207 19.1787 16.5043 19.2986 16.7232C19.4207 16.9422 19.4818 17.2043 19.4818 17.5095C19.4818 17.8943 19.3819 18.236 19.1821 18.5346C18.9845 18.8332 18.697 19.0687 18.3195 19.2412C17.9443 19.4137 17.4903 19.5 16.9574 19.5C16.4468 19.5 16.005 19.4193 15.632 19.2578C15.259 19.0964 14.967 18.8675 14.7561 18.5711C14.6441 18.4126 14.5588 18.2386 14.5 18.049C14.4117 17.764 14.658 17.5095 14.9574 17.5095C15.2293 17.5095 15.4384 17.7301 15.5701 17.9671C15.601 18.0227 15.6372 18.0748 15.6786 18.1232C15.8207 18.2847 16.0016 18.4052 16.2214 18.4848C16.4434 18.5622 16.6866 18.6009 16.9508 18.6009C17.2416 18.6009 17.5003 18.5556 17.7267 18.4649C17.9554 18.372 18.1352 18.2438 18.2662 18.0801C18.3972 17.9142 18.4627 17.7207 18.4627 17.4995C18.4627 17.2983 18.405 17.1335 18.2896 17.0052C18.1763 16.8769 18.022 16.7708 17.8266 16.6867C17.6335 16.6027 17.4148 16.5286 17.1706 16.4645L16.3646 16.2455C15.8185 16.0973 15.3855 15.8795 15.0658 15.5919C14.7483 15.3044 14.5896 14.924 14.5896 14.4507C14.5896 14.0592 14.6961 13.7175 14.9093 13.4256C15.1224 13.1336 15.411 12.907 15.7752 12.7455C16.1393 12.5818 16.55 12.5 17.0074 12.5C17.4692 12.5 17.8766 12.5807 18.2296 12.7422C18.5848 12.9036 18.8646 13.1259 19.0688 13.409C19.1704 13.5486 19.2477 13.6985 19.301 13.8589C19.3923 14.1338 19.1491 14.3777 18.8585 14.3777Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.1455 19.4418C9.82496 19.6151 9.45249 19.7 9.0313 19.7C8.64342 19.7 8.29138 19.6267 7.97714 19.478C7.66379 19.3286 7.41389 19.1104 7.23012 18.8246C7.13055 18.6665 7.0581 18.4898 7.01328 18.2971C6.93234 17.9491 7.23483 17.6792 7.55651 17.6792C7.72559 17.6792 7.86784 17.7534 7.98253 17.8541C8.09648 17.9541 8.18808 18.0843 8.25957 18.2087L8.26787 18.2227C8.34473 18.346 8.44904 18.4425 8.58276 18.513C8.71845 18.5812 8.87584 18.6166 9.05732 18.6166C9.25511 18.6166 9.41565 18.5738 9.54394 18.4937C9.67432 18.4113 9.77567 18.2899 9.84671 18.1242C9.91798 17.9579 9.95569 17.7496 9.95569 17.496V13.1008C9.95569 12.769 10.2247 12.5 10.5565 12.5C10.8883 12.5 11.1573 12.769 11.1573 13.1008V17.496C11.1573 17.9513 11.0704 18.3471 10.8919 18.6794C10.7161 19.0107 10.4666 19.2658 10.1455 19.4418Z" fill="white"/>
<path d="M19.7856 14.5196C19.4602 14.5196 19.2102 14.247 19.0017 13.9971C18.9478 13.9325 18.884 13.8742 18.8102 13.8224C18.5755 13.6561 18.2703 13.573 17.8944 13.573C17.6301 13.573 17.4035 13.6129 17.2144 13.6926C17.0253 13.7723 16.8806 13.8805 16.7804 14.0172C16.6801 14.1539 16.6289 14.31 16.6266 14.4854C16.6266 14.6312 16.6596 14.7576 16.7257 14.8647C16.7941 14.9718 16.8863 15.0629 17.0025 15.1381C17.1187 15.211 17.2474 15.2725 17.3886 15.3226C17.5299 15.3727 17.6723 15.4149 17.8158 15.449L18.4719 15.6131C18.7362 15.6746 18.9902 15.7577 19.2339 15.8625C19.48 15.9673 19.6998 16.0994 19.8934 16.2589C20.0894 16.4184 20.2443 16.6109 20.3582 16.8364C20.4721 17.0619 20.529 17.3262 20.529 17.6292C20.529 18.0392 20.4242 18.4003 20.2147 18.7124C20.0051 19.0223 19.7021 19.2649 19.3057 19.4403C18.9116 19.6134 18.4343 19.7 17.8739 19.7C17.3294 19.7 16.8567 19.6157 16.4558 19.4471C16.0571 19.2785 15.745 19.0325 15.5194 18.709C15.4087 18.5485 15.3232 18.3707 15.2629 18.1754C15.1567 17.8317 15.4566 17.5267 15.8163 17.5267C16.148 17.5267 16.3976 17.8061 16.5872 18.0783C16.6008 18.0977 16.615 18.1166 16.63 18.1349C16.7622 18.2967 16.9342 18.4174 17.146 18.4972C17.3602 18.5769 17.5994 18.6168 17.8636 18.6168C18.1393 18.6168 18.3808 18.5757 18.5881 18.4937C18.7977 18.4094 18.9617 18.2933 19.0801 18.1452C19.1986 17.9948 19.259 17.8194 19.2613 17.6189C19.259 17.4367 19.2054 17.2863 19.1007 17.1679C18.9959 17.0471 18.8489 16.9469 18.6598 16.8672C18.473 16.7851 18.2543 16.7122 18.0037 16.6485L17.2075 16.4434C16.6312 16.2953 16.1755 16.071 15.8407 15.7702C15.5081 15.4673 15.3418 15.0652 15.3418 14.564C15.3418 14.1516 15.4534 13.7906 15.6766 13.4807C15.9022 13.1709 16.2086 12.9306 16.5959 12.7597C16.9831 12.5866 17.4217 12.5 17.9115 12.5C18.4081 12.5 18.8432 12.5866 19.2168 12.7597C19.5927 12.9306 19.8877 13.1686 20.1019 13.4739C20.1929 13.6027 20.2653 13.7398 20.3188 13.8851C20.4419 14.2191 20.1415 14.5196 19.7856 14.5196Z" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

4
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/jsFile_disable.svg

@ -1,7 +1,7 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 11.1H3C2.77909 11.1 2.6 11.2791 2.6 11.5V20.5C2.6 20.7209 2.77909 20.9 3 20.9H24C24.2209 20.9 24.4 20.7209 24.4 20.5V11.5C24.4 11.2791 24.2209 11.1 24 11.1ZM3 9.5C1.89543 9.5 1 10.3954 1 11.5V20.5C1 21.6046 1.89543 22.5 3 22.5H24C25.1046 22.5 26 21.6046 26 20.5V11.5C26 10.3954 25.1046 9.5 24 9.5H3Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M10.0893 13C10.0893 12.7239 10.3132 12.5 10.5893 12.5C10.8655 12.5 11.0893 12.7239 11.0893 13V17.5086C11.0893 17.9726 11.0164 18.3264 10.9203 18.5092C10.7828 18.771 10.4231 19.0798 10.113 19.2479C9.80285 19.416 9.43708 19.5 9.01568 19.5C8.61796 19.5 8.26403 19.4278 7.95389 19.2834C7.64376 19.1366 7.39992 18.9283 7.22236 18.6584C7.11735 18.4988 7.04339 18.3214 7.00049 18.1261C6.94913 17.8924 7.14999 17.696 7.38926 17.696C7.62853 17.696 7.80915 17.8997 7.90911 18.1171C7.92804 18.1582 7.95007 18.1978 7.9752 18.2358C8.07937 18.3873 8.22141 18.5057 8.40134 18.5909C8.58126 18.6761 8.78604 18.7188 9.01568 18.7188C9.42477 18.7188 9.66602 18.5092 9.66602 18.5092C10.113 18.1554 10.0893 17.8093 10.0893 17.5086V13Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M18.858 14.3777C18.5947 14.3777 18.3896 14.167 18.2499 13.9447C18.1774 13.8295 18.0795 13.7306 17.956 13.6479C17.6985 13.4731 17.3743 13.3858 16.9836 13.3858C16.7038 13.3858 16.4618 13.43 16.2576 13.5185C16.0533 13.6047 15.8946 13.7242 15.7813 13.8768C15.6703 14.0272 15.6148 14.1986 15.6148 14.391C15.6148 14.5524 15.6526 14.6918 15.728 14.809C15.8058 14.9262 15.9068 15.0246 16.0311 15.1043C16.1577 15.1817 16.2931 15.2469 16.4374 15.3C16.5817 15.3509 16.7205 15.3929 16.8537 15.4261L17.5198 15.5986C17.7373 15.6517 17.9605 15.7235 18.1892 15.8142C18.4178 15.9049 18.6299 16.0243 18.8252 16.1725C19.0206 16.3207 19.1783 16.5043 19.2981 16.7232C19.4203 16.9422 19.4813 17.2043 19.4813 17.5095C19.4813 17.8943 19.3814 18.236 19.1816 18.5346C18.984 18.8332 18.6965 19.0687 18.319 19.2412C17.9438 19.4137 17.4898 19.5 16.9569 19.5C16.4463 19.5 16.0045 19.4193 15.6315 19.2578C15.2585 19.0964 14.9665 18.8675 14.7556 18.5711C14.6437 18.4126 14.5583 18.2386 14.4995 18.049C14.4112 17.764 14.6575 17.5095 14.9569 17.5095C15.2289 17.5095 15.4379 17.7301 15.5696 17.9671C15.6005 18.0227 15.6367 18.0748 15.6781 18.1232C15.8202 18.2847 16.0011 18.4052 16.2209 18.4848C16.443 18.5622 16.6861 18.6009 16.9503 18.6009C17.2411 18.6009 17.4998 18.5556 17.7262 18.4649C17.9549 18.372 18.1348 18.2438 18.2658 18.0801C18.3967 17.9142 18.4622 17.7207 18.4622 17.4995C18.4622 17.2983 18.4045 17.1335 18.2891 17.0052C18.1758 16.8769 18.0215 16.7708 17.8261 16.6867C17.633 16.6027 17.4143 16.5286 17.1701 16.4645L16.3641 16.2455C15.818 16.0973 15.385 15.8795 15.0653 15.5919C14.7478 15.3044 14.5891 14.924 14.5891 14.4507C14.5891 14.0592 14.6957 13.7175 14.9088 13.4256C15.1219 13.1336 15.4106 12.907 15.7747 12.7455C16.1388 12.5818 16.5495 12.5 17.0069 12.5C17.4687 12.5 17.8761 12.5807 18.2291 12.7422C18.5844 12.9036 18.8641 13.1259 19.0684 13.409C19.1699 13.5486 19.2472 13.6985 19.3005 13.8589C19.3918 14.1338 19.1486 14.3777 18.858 14.3777Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 10.7515V28H7V22.5H5V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7C5.89543 2 5 2.89543 5 4V9.5H7V4H23.0925L29 10.7515Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.0001 11.1001H24.0001C24.221 11.1001 24.4001 11.2792 24.4001 11.5001V20.5001C24.4001 20.721 24.221 20.9001 24.0001 20.9001H3.0001C2.77918 20.9001 2.6001 20.721 2.6001 20.5001V11.5001C2.6001 11.2792 2.77918 11.1001 3.0001 11.1001Z" fill="#0A1C38" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.1455 19.4418C9.82496 19.6151 9.45249 19.7 9.0313 19.7C8.64342 19.7 8.29138 19.6267 7.97714 19.478C7.66379 19.3286 7.41389 19.1104 7.23012 18.8246C7.13055 18.6665 7.0581 18.4898 7.01328 18.2971C6.93234 17.9491 7.23483 17.6792 7.55651 17.6792C7.72559 17.6792 7.86784 17.7534 7.98253 17.8541C8.09648 17.9541 8.18808 18.0843 8.25957 18.2087L8.26787 18.2227C8.34473 18.346 8.44904 18.4425 8.58276 18.513C8.71845 18.5812 8.87584 18.6166 9.05732 18.6166C9.25511 18.6166 9.41565 18.5738 9.54394 18.4937C9.67432 18.4113 9.77567 18.2899 9.84671 18.1242C9.91798 17.9579 9.95569 17.7496 9.95569 17.496V13.1008C9.95569 12.769 10.2247 12.5 10.5565 12.5C10.8883 12.5 11.1573 12.769 11.1573 13.1008V17.496C11.1573 17.9513 11.0704 18.3471 10.8919 18.6794C10.7161 19.0107 10.4666 19.2658 10.1455 19.4418Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M19.7856 14.5196C19.4602 14.5196 19.2102 14.247 19.0017 13.9971C18.9478 13.9325 18.884 13.8742 18.8102 13.8224C18.5755 13.6561 18.2703 13.573 17.8944 13.573C17.6301 13.573 17.4035 13.6129 17.2144 13.6926C17.0253 13.7723 16.8806 13.8805 16.7804 14.0172C16.6801 14.1539 16.6289 14.31 16.6266 14.4854C16.6266 14.6312 16.6596 14.7576 16.7257 14.8647C16.7941 14.9718 16.8863 15.0629 17.0025 15.1381C17.1187 15.211 17.2474 15.2725 17.3886 15.3226C17.5299 15.3727 17.6723 15.4149 17.8158 15.449L18.4719 15.6131C18.7362 15.6746 18.9902 15.7577 19.2339 15.8625C19.48 15.9673 19.6998 16.0994 19.8934 16.2589C20.0894 16.4184 20.2443 16.6109 20.3582 16.8364C20.4721 17.0619 20.529 17.3262 20.529 17.6292C20.529 18.0392 20.4242 18.4003 20.2147 18.7124C20.0051 19.0223 19.7021 19.2649 19.3057 19.4403C18.9116 19.6134 18.4343 19.7 17.8739 19.7C17.3294 19.7 16.8567 19.6157 16.4558 19.4471C16.0571 19.2785 15.745 19.0325 15.5194 18.709C15.4087 18.5485 15.3232 18.3707 15.2629 18.1754C15.1567 17.8317 15.4566 17.5267 15.8163 17.5267V17.5267C16.148 17.5267 16.3976 17.8061 16.5872 18.0783C16.6008 18.0977 16.615 18.1166 16.63 18.1349C16.7622 18.2967 16.9342 18.4174 17.146 18.4972C17.3602 18.5769 17.5994 18.6168 17.8636 18.6168C18.1393 18.6168 18.3808 18.5757 18.5881 18.4937C18.7977 18.4094 18.9617 18.2933 19.0801 18.1452C19.1986 17.9948 19.259 17.8194 19.2613 17.6189C19.259 17.4367 19.2054 17.2863 19.1007 17.1679C18.9959 17.0471 18.8489 16.9469 18.6598 16.8672C18.473 16.7851 18.2543 16.7122 18.0037 16.6485L17.2075 16.4434C16.6312 16.2953 16.1755 16.071 15.8407 15.7702C15.5081 15.4673 15.3418 15.0652 15.3418 14.564C15.3418 14.1516 15.4534 13.7906 15.6766 13.4807C15.9022 13.1709 16.2086 12.9306 16.5959 12.7597C16.9831 12.5866 17.4217 12.5 17.9115 12.5C18.4081 12.5 18.8432 12.5866 19.2168 12.7597C19.5927 12.9306 19.8877 13.1686 20.1019 13.4739C20.1929 13.6027 20.2653 13.7398 20.3188 13.8851C20.4419 14.2191 20.1415 14.5196 19.7856 14.5196V14.5196Z" fill="#0A1C38" fill-opacity="0.29"/>
</svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

7
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/jspFile.svg

@ -1,8 +1,9 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 28V4H23L29 10.5V28H7Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 28V10.7515L23.0925 4H7L7 28H29ZM7 2C5.89543 2 5 2.89543 5 4V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7Z" fill="#0A1C38" fill-opacity="0.9"/>
<path d="M1.8916 11.5C1.8916 10.3954 2.82596 9.5 3.97856 9.5H23.8046C24.9572 9.5 25.8916 10.3954 25.8916 11.5V20.5C25.8916 21.6046 24.9572 22.5 23.8046 22.5H3.97856C2.82596 22.5 1.8916 21.6046 1.8916 20.5V11.5Z" fill="#3FC4B4"/>
<path d="M18.2811 19.5C18.0061 19.5 17.7832 19.2771 17.7832 19.0021V13.4997C17.7832 12.9476 18.229 12.5 18.7789 12.5H20.2762C20.8396 12.5 21.3063 12.603 21.6764 12.8089C22.0465 13.0148 22.3235 13.2964 22.5074 13.6538C22.6913 14.0088 22.7832 14.4088 22.7832 14.8537C22.7832 15.301 22.6901 15.7034 22.5039 16.0607C22.32 16.4157 22.0418 16.6974 21.6694 16.9057C21.2993 17.1116 20.8521 17.2145 20.291 17.2145H18.7832V16.2188H20.1736C20.5296 16.2188 20.8184 16.2229 21.04 16.0998C21.2615 15.9743 21.4242 15.8039 21.5279 15.5886C21.6316 15.3732 21.6835 15.1282 21.6835 14.8537C21.6835 14.5792 21.6316 14.3354 21.5279 14.1224C21.4242 13.9094 21.2604 13.7425 21.0364 13.6218C20.8148 13.5011 20.5582 13.4997 20.1842 13.4997H18.7832V18.9979C18.7832 19.2752 18.5584 19.5 18.2811 19.5Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.8916 11.1H2.8916C2.67069 11.1 2.4916 11.2791 2.4916 11.5V20.5C2.4916 20.7209 2.67069 20.9 2.8916 20.9H23.8916C24.1125 20.9 24.2916 20.7209 24.2916 20.5V11.5C24.2916 11.2791 24.1125 11.1 23.8916 11.1ZM2.8916 9.5C1.78703 9.5 0.891602 10.3954 0.891602 11.5V20.5C0.891602 21.6046 1.78703 22.5 2.8916 22.5H23.8916C24.9962 22.5 25.8916 21.6046 25.8916 20.5V11.5C25.8916 10.3954 24.9962 9.5 23.8916 9.5H2.8916Z" fill="#159B94"/>
<path d="M14.8235 14.3777C14.5601 14.3777 14.3551 14.167 14.2153 13.9447C14.1429 13.8295 14.0449 13.7306 13.9215 13.6479C13.6639 13.4731 13.3398 13.3858 12.949 13.3858C12.6693 13.3858 12.4273 13.43 12.223 13.5185C12.0188 13.6047 11.86 13.7242 11.7468 13.8768C11.6358 14.0272 11.5803 14.1986 11.5803 14.391C11.5803 14.5524 11.618 14.6918 11.6935 14.809C11.7712 14.9262 11.8722 15.0246 11.9966 15.1043C12.1231 15.1817 12.2586 15.2469 12.4029 15.3C12.5472 15.3509 12.6859 15.3929 12.8192 15.4261L13.4852 15.5986C13.7028 15.6517 13.9259 15.7235 14.1546 15.8142C14.3833 15.9049 14.5953 16.0243 14.7907 16.1725C14.9861 16.3207 15.1437 16.5043 15.2636 16.7232C15.3857 16.9422 15.4468 17.2043 15.4468 17.5095C15.4468 17.8943 15.3469 18.236 15.147 18.5346C14.9495 18.8332 14.6619 19.0687 14.2845 19.2412C13.9093 19.4137 13.4552 19.5 12.9224 19.5C12.4117 19.5 11.9699 19.4193 11.5969 19.2578C11.2239 19.0964 10.932 18.8675 10.7211 18.5711C10.6091 18.4126 10.5238 18.2386 10.465 18.049C10.3766 17.764 10.623 17.5095 10.9224 17.5095C11.1943 17.5095 11.4034 17.7301 11.5351 17.9671C11.566 18.0227 11.6021 18.0748 11.6436 18.1232C11.7856 18.2847 11.9666 18.4052 12.1864 18.4848C12.4084 18.5622 12.6515 18.6009 12.9157 18.6009C13.2066 18.6009 13.4652 18.5556 13.6917 18.4649C13.9204 18.372 14.1002 18.2438 14.2312 18.0801C14.3622 17.9142 14.4277 17.7207 14.4277 17.4995C14.4277 17.2983 14.37 17.1335 14.2545 17.0052C14.1413 16.8769 13.987 16.7708 13.7916 16.6867C13.5985 16.6027 13.3798 16.5286 13.1355 16.4645L12.3296 16.2455C11.7834 16.0973 11.3505 15.8795 11.0308 15.5919C10.7133 15.3044 10.5545 14.924 10.5545 14.4507C10.5545 14.0592 10.6611 13.7175 10.8743 13.4256C11.0874 13.1336 11.376 12.907 11.7401 12.7455C12.1042 12.5818 12.515 12.5 12.9724 12.5C13.4342 12.5 13.8416 12.5807 14.1946 12.7422C14.5498 12.9036 14.8296 13.1259 15.0338 13.409C15.1353 13.5486 15.2127 13.6985 15.266 13.8589C15.3573 14.1338 15.1141 14.3777 14.8235 14.3777Z" fill="white"/>
<path d="M7.11059 13C7.11059 12.7239 7.33445 12.5 7.61059 12.5L-nan -nanL7.61059 12.5C7.88674 12.5 8.11059 12.7239 8.11059 13V17.5086C8.11059 17.9726 8.03769 18.3264 7.94162 18.5092C7.80402 18.771 7.44439 19.0798 7.13425 19.2479C6.82412 19.416 6.45835 19.5 6.03695 19.5C5.63923 19.5 5.2853 19.4278 4.97516 19.2834C4.66503 19.1366 4.42119 18.9283 4.24363 18.6584C4.13862 18.4988 4.06466 18.3214 4.02176 18.1261C3.9704 17.8924 4.17126 17.696 4.41053 17.696L-nan -nanL4.41053 17.696C4.6498 17.696 4.83042 17.8997 4.93038 18.1171C4.94931 18.1582 4.97134 18.1978 4.99647 18.2358C5.10064 18.3873 5.24268 18.5057 5.42261 18.5909C5.60253 18.6761 5.80731 18.7188 6.03695 18.7188C6.44604 18.7188 6.68729 18.5092 6.68729 18.5092C7.13425 18.1554 7.11059 17.8093 7.11059 17.5086V13Z" fill="white"/>
<path d="M18.1446 19.5C17.8042 19.5 17.5283 19.2241 17.5283 18.8837V13.5C17.5283 12.9477 17.976 12.5 18.5283 12.5H20.0798C20.6025 12.5 21.0411 12.6003 21.3954 12.8008C21.752 13.0013 22.0211 13.277 22.2027 13.6279C22.3866 13.9766 22.4785 14.373 22.4785 14.8174C22.4785 15.2663 22.3866 15.665 22.2027 16.0137C22.0189 16.3623 21.7476 16.6369 21.3888 16.8374C21.03 17.0356 20.5881 17.1348 20.0632 17.1348H18.3722V16.0923H19.8971C20.2027 16.0923 20.453 16.0376 20.6479 15.9282C20.8428 15.8188 20.9868 15.6685 21.0798 15.4771C21.1751 15.2856 21.2227 15.0658 21.2227 14.8174C21.2227 14.569 21.1751 14.3503 21.0798 14.1611C20.9868 13.972 20.8417 13.825 20.6446 13.7202C20.4497 13.6131 20.1983 13.5596 19.8904 13.5596H18.7609V18.8837C18.7609 19.2241 18.485 19.5 18.1446 19.5V19.5Z" fill="white"/>
<path d="M14.8055 14.4635C14.4891 14.4635 14.246 14.1984 14.0434 13.9555C13.991 13.8927 13.9289 13.8361 13.8572 13.7857C13.629 13.624 13.3322 13.5432 12.9668 13.5432C12.7099 13.5432 12.4895 13.5819 12.3057 13.6595C12.1218 13.737 11.9812 13.8422 11.8837 13.9751C11.7863 14.108 11.7365 14.2597 11.7342 14.4302C11.7342 14.572 11.7664 14.6949 11.8306 14.799C11.897 14.9031 11.9867 14.9917 12.0997 15.0648C12.2126 15.1357 12.3378 15.1955 12.4751 15.2442C12.6124 15.2929 12.7508 15.3339 12.8904 15.3671L13.5283 15.5266C13.7852 15.5864 14.0321 15.6672 14.2691 15.7691C14.5083 15.871 14.7221 15.9994 14.9103 16.1545C15.1008 16.3095 15.2514 16.4967 15.3621 16.7159C15.4729 16.9352 15.5283 17.1921 15.5283 17.4867C15.5283 17.8854 15.4264 18.2364 15.2226 18.5399C15.0188 18.8411 14.7243 19.077 14.3389 19.2475C13.9557 19.4158 13.4917 19.5 12.9469 19.5C12.4175 19.5 11.9579 19.4181 11.5681 19.2542C11.1805 19.0903 10.8771 18.8511 10.6578 18.5365C10.5501 18.3805 10.467 18.2076 10.4084 18.0177C10.3052 17.6836 10.5967 17.387 10.9465 17.387V17.387C11.2689 17.387 11.5116 17.6587 11.6959 17.9233C11.7091 17.9422 11.723 17.9606 11.7376 17.9784C11.866 18.1357 12.0332 18.253 12.2392 18.3306C12.4474 18.4081 12.68 18.4468 12.9369 18.4468C13.2049 18.4468 13.4397 18.407 13.6412 18.3272C13.845 18.2453 14.0044 18.1323 14.1196 17.9884C14.2348 17.8422 14.2935 17.6716 14.2957 17.4767C14.2935 17.2996 14.2414 17.1534 14.1396 17.0382C14.0377 16.9208 13.8948 16.8234 13.711 16.7458C13.5294 16.6661 13.3167 16.5952 13.0731 16.5332L12.299 16.3339C11.7387 16.1899 11.2957 15.9718 10.9701 15.6794C10.6467 15.3848 10.4851 14.9939 10.4851 14.5066C10.4851 14.1058 10.5936 13.7547 10.8106 13.4535C11.0299 13.1523 11.3278 12.9186 11.7043 12.7525C12.0809 12.5842 12.5072 12.5 12.9834 12.5C13.4662 12.5 13.8893 12.5842 14.2525 12.7525C14.618 12.9186 14.9048 13.1501 15.113 13.4468C15.2015 13.5721 15.2718 13.7054 15.3239 13.8466C15.4436 14.1713 15.1515 14.4635 14.8055 14.4635V14.4635Z" fill="white"/>
<path d="M7.08306 13.1113C7.08306 12.7737 7.35674 12.5 7.69435 12.5V12.5C8.03196 12.5 8.30565 12.7737 8.30565 13.1113V17.3555C8.30343 17.8006 8.21041 18.1838 8.02658 18.5053C7.84275 18.8245 7.58582 19.0706 7.25581 19.2437C6.92802 19.4146 6.54596 19.5 6.10963 19.5C5.71096 19.5 5.35216 19.4281 5.03322 19.2842C4.7165 19.1381 4.46512 18.9223 4.27907 18.6368C4.19042 18.5008 4.1229 18.3489 4.07649 18.1813C3.98565 17.8531 4.27606 17.5713 4.6166 17.5713H4.72363C5.00199 17.5713 5.2068 17.8121 5.34551 18.0535V18.0535C5.42525 18.1883 5.53488 18.2917 5.67442 18.3637C5.81395 18.4356 5.97453 18.4716 6.15615 18.4716C6.35327 18.4716 6.52049 18.43 6.65781 18.3468C6.79513 18.2614 6.89922 18.1355 6.9701 17.9692C7.04319 17.8028 7.08084 17.5983 7.08306 17.3555V13.1113Z" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

6
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/jspFile_disable.svg

@ -1,8 +1,8 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M18.2811 19.5C18.0061 19.5 17.7832 19.2771 17.7832 19.0021V13.4997C17.7832 12.9476 18.229 12.5 18.7789 12.5H20.2762C20.8396 12.5 21.3063 12.603 21.6764 12.8089C22.0465 13.0148 22.3235 13.2964 22.5074 13.6538C22.6913 14.0088 22.7832 14.4088 22.7832 14.8537C22.7832 15.301 22.6901 15.7034 22.5039 16.0607C22.32 16.4157 22.0418 16.6974 21.6694 16.9057C21.2993 17.1116 20.8521 17.2145 20.291 17.2145H18.7832V16.2188H20.1736C20.5296 16.2188 20.8184 16.2229 21.04 16.0998C21.2615 15.9743 21.4242 15.8039 21.5279 15.5886C21.6316 15.3732 21.6835 15.1282 21.6835 14.8537C21.6835 14.5792 21.6316 14.3354 21.5279 14.1224C21.4242 13.9094 21.2604 13.7425 21.0364 13.6218C20.8148 13.5011 20.5582 13.4997 20.1842 13.4997H18.7832V18.9979C18.7832 19.2752 18.5584 19.5 18.2811 19.5Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.8916 11.1H2.8916C2.67069 11.1 2.4916 11.2791 2.4916 11.5V20.5C2.4916 20.7209 2.67069 20.9 2.8916 20.9H23.8916C24.1125 20.9 24.2916 20.7209 24.2916 20.5V11.5C24.2916 11.2791 24.1125 11.1 23.8916 11.1ZM2.8916 9.5C1.78703 9.5 0.891602 10.3954 0.891602 11.5V20.5C0.891602 21.6046 1.78703 22.5 2.8916 22.5H23.8916C24.9962 22.5 25.8916 21.6046 25.8916 20.5V11.5C25.8916 10.3954 24.9962 9.5 23.8916 9.5H2.8916Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M14.8239 14.3777C14.5606 14.3777 14.3556 14.167 14.2158 13.9447C14.1434 13.8295 14.0454 13.7306 13.922 13.6479C13.6644 13.4731 13.3403 13.3858 12.9495 13.3858C12.6698 13.3858 12.4278 13.43 12.2235 13.5185C12.0193 13.6047 11.8605 13.7242 11.7473 13.8768C11.6363 14.0272 11.5808 14.1986 11.5808 14.391C11.5808 14.5524 11.6185 14.6918 11.694 14.809C11.7717 14.9262 11.8727 15.0246 11.9971 15.1043C12.1236 15.1817 12.259 15.2469 12.4034 15.3C12.5477 15.3509 12.6864 15.3929 12.8196 15.4261L13.4857 15.5986C13.7033 15.6517 13.9264 15.7235 14.1551 15.8142C14.3838 15.9049 14.5958 16.0243 14.7912 16.1725C14.9866 16.3207 15.1442 16.5043 15.2641 16.7232C15.3862 16.9422 15.4473 17.2043 15.4473 17.5095C15.4473 17.8943 15.3474 18.236 15.1475 18.5346C14.9499 18.8332 14.6624 19.0687 14.285 19.2412C13.9098 19.4137 13.4557 19.5 12.9229 19.5C12.4122 19.5 11.9704 19.4193 11.5974 19.2578C11.2244 19.0964 10.9325 18.8675 10.7215 18.5711C10.6096 18.4126 10.5242 18.2386 10.4655 18.049C10.3771 17.764 10.6235 17.5095 10.9229 17.5095C11.1948 17.5095 11.4039 17.7301 11.5356 17.9671C11.5665 18.0227 11.6026 18.0748 11.644 18.1232C11.7861 18.2847 11.9671 18.4052 12.1869 18.4848C12.4089 18.5622 12.652 18.6009 12.9162 18.6009C13.2071 18.6009 13.4657 18.5556 13.6922 18.4649C13.9209 18.372 14.1007 18.2438 14.2317 18.0801C14.3627 17.9142 14.4282 17.7207 14.4282 17.4995C14.4282 17.2983 14.3705 17.1335 14.255 17.0052C14.1418 16.8769 13.9875 16.7708 13.7921 16.6867C13.5989 16.6027 13.3802 16.5286 13.136 16.4645L12.3301 16.2455C11.7839 16.0973 11.351 15.8795 11.0313 15.5919C10.7138 15.3044 10.555 14.924 10.555 14.4507C10.555 14.0592 10.6616 13.7175 10.8747 13.4256C11.0879 13.1336 11.3765 12.907 11.7406 12.7455C12.1047 12.5818 12.5155 12.5 12.9728 12.5C13.4346 12.5 13.8421 12.5807 14.1951 12.7422C14.5503 12.9036 14.83 13.1259 15.0343 13.409C15.1358 13.5486 15.2132 13.6985 15.2664 13.8589C15.3577 14.1338 15.1146 14.3777 14.8239 14.3777Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M7.11059 13C7.11059 12.7239 7.33445 12.5 7.61059 12.5L-nan -nanL7.61059 12.5C7.88674 12.5 8.11059 12.7239 8.11059 13V17.5086C8.11059 17.9726 8.03769 18.3264 7.94162 18.5092C7.80402 18.771 7.44439 19.0798 7.13425 19.2479C6.82412 19.416 6.45835 19.5 6.03695 19.5C5.63923 19.5 5.2853 19.4278 4.97516 19.2834C4.66503 19.1366 4.42119 18.9283 4.24363 18.6584C4.13862 18.4988 4.06466 18.3214 4.02176 18.1261C3.9704 17.8924 4.17126 17.696 4.41053 17.696L-nan -nanL4.41053 17.696C4.6498 17.696 4.83042 17.8997 4.93038 18.1171C4.94931 18.1582 4.97134 18.1978 4.99647 18.2358C5.10064 18.3873 5.24268 18.5057 5.42261 18.5909C5.60253 18.6761 5.80731 18.7188 6.03695 18.7188C6.44604 18.7188 6.68729 18.5092 6.68729 18.5092C7.13425 18.1554 7.11059 17.8093 7.11059 17.5086V13Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 10.7515V28H7V22.5H5V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7C5.89543 2 5 2.89543 5 4V9.5H7V4H23.0925L29 10.7515Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.89121 11.1H23.8912C24.1121 11.1 24.2912 11.2791 24.2912 11.5V20.5C24.2912 20.7209 24.1121 20.9 23.8912 20.9H2.89121C2.6703 20.9 2.49121 20.7209 2.49121 20.5V11.5C2.49121 11.2791 2.6703 11.1 2.89121 11.1Z" fill="#0A1C38" fill-opacity="0.2"/>
<path d="M18.1446 19.5C17.8042 19.5 17.5283 19.2241 17.5283 18.8837V13.5C17.5283 12.9477 17.976 12.5 18.5283 12.5H20.0798C20.6025 12.5 21.0411 12.6003 21.3954 12.8008C21.752 13.0013 22.0211 13.277 22.2027 13.6279C22.3866 13.9766 22.4785 14.373 22.4785 14.8174C22.4785 15.2663 22.3866 15.665 22.2027 16.0137C22.0189 16.3623 21.7476 16.6369 21.3888 16.8374C21.03 17.0356 20.5881 17.1348 20.0632 17.1348H18.3722V16.0923H19.8971C20.2027 16.0923 20.453 16.0376 20.6479 15.9282C20.8428 15.8188 20.9868 15.6685 21.0798 15.4771C21.1751 15.2856 21.2227 15.0658 21.2227 14.8174C21.2227 14.569 21.1751 14.3503 21.0798 14.1611C20.9868 13.972 20.8417 13.825 20.6446 13.7202C20.4497 13.6131 20.1983 13.5596 19.8904 13.5596H18.7609V18.8837C18.7609 19.2241 18.485 19.5 18.1446 19.5V19.5Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M14.8055 14.4635C14.4891 14.4635 14.246 14.1984 14.0434 13.9555C13.991 13.8927 13.9289 13.8361 13.8572 13.7857C13.629 13.624 13.3322 13.5432 12.9668 13.5432C12.7099 13.5432 12.4895 13.5819 12.3057 13.6595C12.1218 13.737 11.9812 13.8422 11.8837 13.9751C11.7863 14.108 11.7365 14.2597 11.7342 14.4302C11.7342 14.572 11.7664 14.6949 11.8306 14.799C11.897 14.9031 11.9867 14.9917 12.0997 15.0648C12.2126 15.1357 12.3378 15.1955 12.4751 15.2442C12.6124 15.2929 12.7508 15.3339 12.8904 15.3671L13.5283 15.5266C13.7852 15.5864 14.0321 15.6672 14.2691 15.7691C14.5083 15.871 14.7221 15.9994 14.9103 16.1545C15.1008 16.3095 15.2514 16.4967 15.3621 16.7159C15.4729 16.9352 15.5283 17.1921 15.5283 17.4867C15.5283 17.8854 15.4264 18.2364 15.2226 18.5399C15.0188 18.8411 14.7243 19.077 14.3389 19.2475C13.9557 19.4158 13.4917 19.5 12.9469 19.5C12.4175 19.5 11.9579 19.4181 11.5681 19.2542C11.1805 19.0903 10.8771 18.8511 10.6578 18.5365C10.5501 18.3805 10.467 18.2076 10.4084 18.0177C10.3052 17.6836 10.5967 17.387 10.9465 17.387V17.387C11.2689 17.387 11.5116 17.6587 11.6959 17.9233C11.7091 17.9422 11.723 17.9606 11.7376 17.9784C11.866 18.1357 12.0332 18.253 12.2392 18.3306C12.4474 18.4081 12.68 18.4468 12.9369 18.4468C13.2049 18.4468 13.4397 18.407 13.6412 18.3272C13.845 18.2453 14.0044 18.1323 14.1196 17.9884C14.2348 17.8422 14.2935 17.6716 14.2957 17.4767C14.2935 17.2996 14.2414 17.1534 14.1396 17.0382C14.0377 16.9208 13.8948 16.8234 13.711 16.7458C13.5294 16.6661 13.3167 16.5952 13.0731 16.5332L12.299 16.3339C11.7387 16.1899 11.2957 15.9718 10.9701 15.6794C10.6467 15.3848 10.4851 14.9939 10.4851 14.5066C10.4851 14.1058 10.5936 13.7547 10.8106 13.4535C11.0299 13.1523 11.3278 12.9186 11.7043 12.7525C12.0809 12.5842 12.5072 12.5 12.9834 12.5C13.4662 12.5 13.8893 12.5842 14.2525 12.7525C14.618 12.9186 14.9048 13.1501 15.113 13.4468C15.2015 13.5721 15.2718 13.7054 15.3239 13.8466C15.4436 14.1713 15.1515 14.4635 14.8055 14.4635V14.4635Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M7.08306 13.1113C7.08306 12.7737 7.35674 12.5 7.69435 12.5V12.5C8.03196 12.5 8.30565 12.7737 8.30565 13.1113V17.3555C8.30343 17.8006 8.21041 18.1838 8.02658 18.5053C7.84275 18.8245 7.58582 19.0706 7.25581 19.2437C6.92802 19.4146 6.54596 19.5 6.10963 19.5C5.71096 19.5 5.35216 19.4281 5.03322 19.2842C4.7165 19.1381 4.46512 18.9223 4.27907 18.6368C4.19042 18.5008 4.1229 18.3489 4.07649 18.1813C3.98565 17.8531 4.27606 17.5713 4.6166 17.5713H4.72363C5.00199 17.5713 5.2068 17.8121 5.34551 18.0535V18.0535C5.42525 18.1883 5.53488 18.2917 5.67442 18.3637C5.81395 18.4356 5.97453 18.4716 6.15615 18.4716C6.35327 18.4716 6.52049 18.43 6.65781 18.3468C6.79513 18.2614 6.89922 18.1355 6.9701 17.9692C7.04319 17.8028 7.08084 17.5983 7.08306 17.3555V13.1113Z" fill="#0A1C38" fill-opacity="0.29"/>
</svg>

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

7
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/pdfFile.svg

@ -1,8 +1,9 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 28V4H23L29 10.5V28H7Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 28V10.7515L23.0925 4H7L7 28H29ZM7 2C5.89543 2 5 2.89543 5 4V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7Z" fill="#0A1C38" fill-opacity="0.9"/>
<path d="M1 11.5C1 10.3954 1.97329 9.5 3.17391 9.5H23.8261C25.0267 9.5 26 10.3954 26 11.5V20.5C26 21.6046 25.0267 22.5 23.8261 22.5H3.17391C1.97329 22.5 1 21.6046 1 20.5V11.5Z" fill="#57C4FB"/>
<path d="M12.9244 19.5L12.0147 19.5C11.4511 19.5 10.9941 19.0691 10.9941 18.5375V13.4625C10.9941 12.9309 11.4511 12.5 12.0147 12.5L13.0005 12.5C13.7277 12.5 14.3523 12.6402 14.8742 12.9205C15.396 13.1985 15.7959 13.5984 16.0737 14.1202C16.354 14.6397 16.4941 15.2629 16.4941 15.9898C16.4941 16.719 16.3528 17.3456 16.0701 17.8697C15.7899 18.3938 15.384 18.7971 14.8524 19.0796C14.3209 19.3599 13.6782 19.5 12.9244 19.5ZM11.9337 18.5C11.9337 18.5 12.4448 18.5 13.0102 18.5C13.5755 18.5 13.8981 18.4769 14.2726 18.2764C14.6471 18.0736 14.9273 17.7808 15.1134 17.398C15.2994 17.0129 15.3924 16.5435 15.3924 15.9898C15.3924 15.4406 15.2994 14.9747 15.1134 14.5918C14.9297 14.209 14.6555 13.9185 14.2907 13.7203C13.9259 13.522 13.5514 13.5 13.0102 13.5H11.9337V18.5Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.4043 15.5V13.5H22.4043C22.6804 13.5 22.9043 13.2761 22.9043 13C22.9043 12.7239 22.6804 12.5 22.4043 12.5H19.4043C18.852 12.5 18.4043 12.9477 18.4043 13.5V19C18.4043 19.2761 18.6282 19.5 18.9043 19.5C19.1804 19.5 19.4043 19.2761 19.4043 19V16.5H22.4043C22.6804 16.5 22.9043 16.2761 22.9043 16C22.9043 15.7239 22.6804 15.5 22.4043 15.5H19.4043Z" fill="white"/>
<path d="M4.58234 19.5C4.30738 19.5 4.08447 19.2771 4.08447 19.0021V13.4997C4.08447 12.9476 4.53028 12.5 5.08021 12.5H6.57745C7.14085 12.5 7.6076 12.603 7.9777 12.8089C8.34781 13.0148 8.62479 13.2964 8.80866 13.6538C8.99254 14.0088 9.08447 14.4088 9.08447 14.8537C9.08447 15.301 8.99136 15.7034 8.80513 16.0607C8.62126 16.4157 8.34309 16.6974 7.97063 16.9057C7.60053 17.1116 7.15333 17.2145 6.59229 17.2145H5.08447V16.2188H6.4749C6.83086 16.2188 7.11963 16.2229 7.34122 16.0998C7.56281 15.9743 7.72547 15.8039 7.82919 15.5886C7.93291 15.3732 7.98478 15.1282 7.98478 14.8537C7.98478 14.5792 7.93291 14.3354 7.82919 14.1224C7.72547 13.9094 7.56163 13.7425 7.33769 13.6218C7.1161 13.5011 6.85943 13.4997 6.48551 13.4997H5.08447V18.9979C5.08447 19.2752 4.85966 19.5 4.58234 19.5Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 11.1H3C2.77909 11.1 2.6 11.2791 2.6 11.5V20.5C2.6 20.7209 2.77909 20.9 3 20.9H24C24.2209 20.9 24.4 20.7209 24.4 20.5V11.5C24.4 11.2791 24.2209 11.1 24 11.1ZM3 9.5C1.89543 9.5 1 10.3954 1 11.5V20.5C1 21.6046 1.89543 22.5 3 22.5H24C25.1046 22.5 26 21.6046 26 20.5V11.5C26 10.3954 25.1046 9.5 24 9.5H3Z" fill="#2089CF"/>
<path d="M18.9439 19.7727C18.5801 19.7727 18.2852 19.4778 18.2852 19.114V13.5C18.2852 12.9477 18.7329 12.5 19.2852 12.5H22.4478C22.7528 12.5 23 12.7472 23 13.0522V13.0522C23 13.3572 22.7528 13.6044 22.4478 13.6044H19.6026V15.5788H22.4478C22.7528 15.5788 23 15.8261 23 16.131V16.131C23 16.436 22.7528 16.6832 22.4478 16.6832H19.6026V19.114C19.6026 19.4778 19.3077 19.7727 18.9439 19.7727V19.7727Z" fill="white"/>
<path d="M13.2555 19.7727H11.791C11.2387 19.7727 10.791 19.325 10.791 18.7727V13.5C10.791 12.9477 11.2387 12.5 11.791 12.5H13.3052C14.0273 12.5 14.6476 12.6456 15.166 12.9368C15.6868 13.2256 16.0869 13.6411 16.3663 14.1832C16.6457 14.7254 16.7853 15.3741 16.7853 16.1293C16.7853 16.8868 16.6445 17.5379 16.3627 18.0824C16.0834 18.6269 15.6797 19.0447 15.1518 19.3359C14.6262 19.6271 13.9941 19.7727 13.2555 19.7727ZM12.1085 18.6328H13.1916C13.6982 18.6328 14.1208 18.5405 14.4593 18.3558C14.7979 18.1688 15.0524 17.8906 15.2228 17.5213C15.3933 17.1496 15.4785 16.6856 15.4785 16.1293C15.4785 15.5729 15.3933 15.1113 15.2228 14.7443C15.0524 14.375 14.8002 14.0992 14.4664 13.9169C14.135 13.7322 13.7231 13.6399 13.2306 13.6399H12.1085V18.6328Z" fill="white"/>
<path d="M4.65874 19.7727C4.29493 19.7727 4 19.4778 4 19.114V13.5C4 12.9477 4.44772 12.5 5 12.5H6.72727C7.28599 12.5 7.75474 12.6042 8.13352 12.8125C8.51468 13.0208 8.80232 13.3073 8.99645 13.6719C9.19295 14.0341 9.29119 14.446 9.29119 14.9077C9.29119 15.3741 9.19295 15.7884 8.99645 16.1506C8.79995 16.5128 8.50994 16.7981 8.12642 17.0064C7.7429 17.2124 7.2706 17.3153 6.70952 17.3153H4.90199V16.2322H6.53196C6.85866 16.2322 7.12618 16.1754 7.33452 16.0618C7.54285 15.9482 7.69673 15.7919 7.79616 15.593C7.89796 15.3942 7.94886 15.1657 7.94886 14.9077C7.94886 14.6496 7.89796 14.4223 7.79616 14.2259C7.69673 14.0294 7.54167 13.8767 7.33097 13.7678C7.12263 13.6565 6.85393 13.6009 6.52486 13.6009H5.31747V19.114C5.31747 19.4778 5.02255 19.7727 4.65874 19.7727V19.7727Z" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

6
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/pdfFile_disable.svg

@ -1,8 +1,8 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.9244 19.5L12.0147 19.5C11.4511 19.5 10.9941 19.0691 10.9941 18.5375V13.4625C10.9941 12.9309 11.4511 12.5 12.0147 12.5L13.0005 12.5C13.7277 12.5 14.3523 12.6402 14.8742 12.9205C15.396 13.1985 15.7959 13.5984 16.0737 14.1202C16.354 14.6397 16.4941 15.2629 16.4941 15.9898C16.4941 16.719 16.3528 17.3456 16.0701 17.8697C15.7899 18.3938 15.384 18.7971 14.8524 19.0796C14.3209 19.3599 13.6782 19.5 12.9244 19.5ZM11.9337 18.5C11.9337 18.5 12.4448 18.5 13.0102 18.5C13.5755 18.5 13.8981 18.4769 14.2726 18.2764C14.6471 18.0736 14.9273 17.7808 15.1134 17.398C15.2994 17.0129 15.3924 16.5435 15.3924 15.9898C15.3924 15.4406 15.2994 14.9747 15.1134 14.5918C14.9297 14.209 14.6555 13.9185 14.2907 13.7203C13.9259 13.522 13.5514 13.5 13.0102 13.5H11.9337V18.5Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.4043 15.5V13.5H22.4043C22.6804 13.5 22.9043 13.2761 22.9043 13C22.9043 12.7239 22.6804 12.5 22.4043 12.5H19.4043C18.852 12.5 18.4043 12.9477 18.4043 13.5V19C18.4043 19.2761 18.6282 19.5 18.9043 19.5C19.1804 19.5 19.4043 19.2761 19.4043 19V16.5H22.4043C22.6804 16.5 22.9043 16.2761 22.9043 16C22.9043 15.7239 22.6804 15.5 22.4043 15.5H19.4043Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M4.58185 19.5C4.30689 19.5 4.08398 19.2771 4.08398 19.0021V13.4997C4.08398 12.9476 4.52979 12.5 5.07972 12.5H6.57696C7.14036 12.5 7.60711 12.603 7.97722 12.8089C8.34732 13.0148 8.6243 13.2964 8.80818 13.6538C8.99205 14.0088 9.08398 14.4088 9.08398 14.8537C9.08398 15.301 8.99087 15.7034 8.80464 16.0607C8.62077 16.4157 8.3426 16.6974 7.97014 16.9057C7.60004 17.1116 7.15284 17.2145 6.5918 17.2145H5.08398V16.2188H6.47441C6.83037 16.2188 7.11915 16.2229 7.34073 16.0998C7.56232 15.9743 7.72498 15.8039 7.8287 15.5886C7.93243 15.3732 7.98429 15.1282 7.98429 14.8537C7.98429 14.5792 7.93243 14.3354 7.8287 14.1224C7.72498 13.9094 7.56115 13.7425 7.3372 13.6218C7.11561 13.5011 6.85894 13.4997 6.48502 13.4997H5.08398V18.9979C5.08398 19.2752 4.85917 19.5 4.58185 19.5Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 11.1H3C2.77909 11.1 2.6 11.2791 2.6 11.5V20.5C2.6 20.7209 2.77909 20.9 3 20.9H24C24.2209 20.9 24.4 20.7209 24.4 20.5V11.5C24.4 11.2791 24.2209 11.1 24 11.1ZM3 9.5C1.89543 9.5 1 10.3954 1 11.5V20.5C1 21.6046 1.89543 22.5 3 22.5H24C25.1046 22.5 26 21.6046 26 20.5V11.5C26 10.3954 25.1046 9.5 24 9.5H3Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 10.7515V28H7V22.5H5V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7C5.89543 2 5 2.89543 5 4V9.5H7V4H23.0925L29 10.7515Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.99961 11.1001H23.9996C24.2205 11.1001 24.3996 11.2792 24.3996 11.5001V20.5001C24.3996 20.721 24.2205 20.9001 23.9996 20.9001H2.99961C2.7787 20.9001 2.59961 20.721 2.59961 20.5001V11.5001C2.59961 11.2792 2.7787 11.1001 2.99961 11.1001Z" fill="#0A1C38" fill-opacity="0.2"/>
<path d="M18.9439 19.7727C18.5801 19.7727 18.2852 19.4778 18.2852 19.114V13.5C18.2852 12.9477 18.7329 12.5 19.2852 12.5H22.4478C22.7528 12.5 23 12.7472 23 13.0522V13.0522C23 13.3572 22.7528 13.6044 22.4478 13.6044H19.6026V15.5788H22.4478C22.7528 15.5788 23 15.8261 23 16.131V16.131C23 16.436 22.7528 16.6832 22.4478 16.6832H19.6026V19.114C19.6026 19.4778 19.3077 19.7727 18.9439 19.7727V19.7727Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M13.2555 19.7727H11.791C11.2387 19.7727 10.791 19.325 10.791 18.7727V13.5C10.791 12.9477 11.2387 12.5 11.791 12.5H13.3052C14.0273 12.5 14.6476 12.6456 15.166 12.9368C15.6868 13.2256 16.0869 13.6411 16.3663 14.1832C16.6457 14.7254 16.7853 15.3741 16.7853 16.1293C16.7853 16.8868 16.6445 17.5379 16.3627 18.0824C16.0834 18.6269 15.6797 19.0447 15.1518 19.3359C14.6262 19.6271 13.9941 19.7727 13.2555 19.7727ZM12.1085 18.6328H13.1916C13.6982 18.6328 14.1208 18.5405 14.4593 18.3558C14.7979 18.1688 15.0524 17.8906 15.2228 17.5213C15.3933 17.1496 15.4785 16.6856 15.4785 16.1293C15.4785 15.5729 15.3933 15.1113 15.2228 14.7443C15.0524 14.375 14.8002 14.0992 14.4664 13.9169C14.135 13.7322 13.7231 13.6399 13.2306 13.6399H12.1085V18.6328Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M4.65874 19.7727C4.29493 19.7727 4 19.4778 4 19.114V13.5C4 12.9477 4.44772 12.5 5 12.5H6.72727C7.28599 12.5 7.75474 12.6042 8.13352 12.8125C8.51468 13.0208 8.80232 13.3073 8.99645 13.6719C9.19295 14.0341 9.29119 14.446 9.29119 14.9077C9.29119 15.3741 9.19295 15.7884 8.99645 16.1506C8.79995 16.5128 8.50994 16.7981 8.12642 17.0064C7.7429 17.2124 7.2706 17.3153 6.70952 17.3153H4.90199V16.2322H6.53196C6.85866 16.2322 7.12618 16.1754 7.33452 16.0618C7.54285 15.9482 7.69673 15.7919 7.79616 15.593C7.89796 15.3942 7.94886 15.1657 7.94886 14.9077C7.94886 14.6496 7.89796 14.4223 7.79616 14.2259C7.69673 14.0294 7.54167 13.8767 7.33097 13.7678C7.12263 13.6565 6.85393 13.6009 6.52486 13.6009H5.31747V19.114C5.31747 19.4778 5.02255 19.7727 4.65874 19.7727V19.7727Z" fill="#0A1C38" fill-opacity="0.29"/>
</svg>

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

7
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/pngFile.svg

@ -1,8 +1,9 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 28V4H23L29 10.5V28H7Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 28V10.7515L23.0925 4H7L7 28H29ZM7 2C5.89543 2 5 2.89543 5 4V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7Z" fill="#0A1C38" fill-opacity="0.9"/>
<path d="M1 11.5C1 10.3954 1.89543 9.5 3 9.5H24C25.1046 9.5 26 10.3954 26 11.5V20.5C26 21.6046 25.1046 22.5 24 22.5H3C1.89543 22.5 1 21.6046 1 20.5V11.5Z" fill="#6997DD"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 11.1H3C2.77909 11.1 2.6 11.2791 2.6 11.5V20.5C2.6 20.7209 2.77909 20.9 3 20.9H24C24.2209 20.9 24.4 20.7209 24.4 20.5V11.5C24.4 11.2791 24.2209 11.1 24 11.1ZM3 9.5C1.89543 9.5 1 10.3954 1 11.5V20.5C1 21.6046 1.89543 22.5 3 22.5H24C25.1046 22.5 26 21.6046 26 20.5V11.5C26 10.3954 25.1046 9.5 24 9.5H3Z" fill="#315CB2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.3027 13C10.3027 12.7561 10.4774 12.5529 10.7086 12.5089C10.7345 12.5039 10.7611 12.501 10.7883 12.5002L10.8027 12.5L10.8136 12.5001C10.9983 12.504 11.2332 12.6065 11.3372 12.7762L14.8027 17.4146V13C14.8027 12.7239 15.0266 12.5 15.3027 12.5C15.5789 12.5 15.8027 12.7239 15.8027 13V19C15.8027 19.2761 15.5789 19.5 15.3027 19.5C15.1389 19.5 14.9935 19.4212 14.9023 19.2995C14.8799 19.2816 14.8586 19.2573 14.8393 19.2259L11.3027 14.5V19C11.3027 19.2761 11.0789 19.5 10.8027 19.5C10.5266 19.5 10.3027 19.2761 10.3027 19V13Z" fill="white"/>
<path d="M4.6054 19.5C4.33043 19.5 4.10753 19.2771 4.10753 19.0021V13.4997C4.10753 12.9476 4.55334 12.5 5.10327 12.5H6.6005C7.16391 12.5 7.63066 12.603 8.00076 12.8089C8.37086 13.0148 8.64785 13.2964 8.83172 13.6538C9.01559 14.0088 9.10753 14.4088 9.10753 14.8537C9.10753 15.301 9.01441 15.7034 8.82819 16.0607C8.64431 16.4157 8.36615 16.6974 7.99369 16.9057C7.62359 17.1116 7.17639 17.2145 6.61534 17.2145H5.10753V16.2188H6.49796C6.85392 16.2188 7.14269 16.2229 7.36428 16.0998C7.58587 15.9743 7.74852 15.8039 7.85225 15.5886C7.95597 15.3732 8.00783 15.1282 8.00783 14.8537C8.00783 14.5792 7.95597 14.3354 7.85225 14.1224C7.74852 13.9094 7.58469 13.7425 7.36074 13.6218C7.13915 13.5011 6.88249 13.4997 6.50857 13.4997H5.10753V18.9979C5.10753 19.2752 4.88272 19.5 4.6054 19.5Z" fill="white"/>
<path d="M22.2924 14.7457C22.0504 14.7457 21.8436 14.5867 21.7292 14.3759C21.6967 14.3159 21.6615 14.2584 21.6237 14.2034C21.516 14.0415 21.387 13.904 21.2367 13.7909C21.0864 13.6755 20.9148 13.5879 20.7218 13.528C20.5311 13.4682 20.3214 13.4382 20.0925 13.4382C19.7044 13.4382 19.3545 13.5369 19.0426 13.7343C18.7308 13.9317 18.484 14.2212 18.3023 14.6027C18.1228 14.9819 18.0331 15.4466 18.0331 15.9967C18.0331 16.549 18.1239 17.0158 18.3057 17.3973C18.4874 17.7788 18.7364 18.0683 19.0527 18.2657C19.369 18.4631 19.7291 18.5618 20.1329 18.5618C20.5076 18.5618 20.834 18.4864 21.1122 18.3356C21.3926 18.1847 21.6091 17.9718 21.7616 17.6968C21.9164 17.4195 21.9938 16.8748 21.9938 16.5H20.5C20.2239 16.5 20 16.2761 20 16L-nan -nanL20 16C20 15.7239 20.2239 15.5 20.5 15.5H22C22.5523 15.5 23 15.9477 23 16.5C23 17.0722 22.8766 17.7644 22.6298 18.1858C22.3853 18.605 22.0466 18.9289 21.6136 19.1573C21.1828 19.3858 20.6893 19.5 20.1329 19.5C19.5093 19.5 18.9619 19.358 18.4907 19.0741C18.0219 18.7902 17.6562 18.3877 17.3937 17.8664C17.1312 17.343 17 16.722 17 16.0033C17 15.4599 17.0763 14.972 17.2288 14.5394C17.3814 14.1069 17.5956 13.7399 17.8716 13.4382C18.1497 13.1343 18.4762 12.9026 18.8508 12.7429C19.2277 12.581 19.6394 12.5 20.0858 12.5C20.4582 12.5 20.8048 12.5543 21.1256 12.663C21.4487 12.7717 21.7358 12.9259 21.9871 13.1255C22.2406 13.3251 22.4504 13.5624 22.6164 13.8375C22.6719 13.9287 22.7214 14.0234 22.7649 14.1214C22.9035 14.4337 22.6373 14.7457 22.2924 14.7457Z" fill="white"/>
<path d="M22.4597 14.9219C22.1601 14.9219 21.9089 14.7161 21.7532 14.4601C21.7423 14.4421 21.7311 14.4244 21.7196 14.407C21.6219 14.2531 21.5038 14.1217 21.3653 14.0128C21.2291 13.9039 21.0724 13.8222 20.8953 13.7678C20.7182 13.7109 20.5252 13.6825 20.3163 13.6825C19.9416 13.6825 19.6079 13.7808 19.315 13.9773C19.022 14.1738 18.7916 14.4626 18.6235 14.8438C18.4578 15.2225 18.3749 15.6842 18.3749 16.2287C18.3749 16.7779 18.4578 17.2431 18.6235 17.6243C18.7893 18.0054 19.0198 18.2955 19.315 18.4943C19.6101 18.6908 19.953 18.7891 20.3435 18.7891C20.6978 18.7891 21.0043 18.718 21.2632 18.576C21.5243 18.4339 21.7252 18.2327 21.866 17.9723C22.0068 17.7095 22.0772 17.4018 22.0772 17.049L22.3633 17.0952H20.9845C20.7001 17.0952 20.4696 16.8646 20.4696 16.5803V16.5803C20.4696 16.2959 20.7001 16.0653 20.9845 16.0653H22.4263C22.9088 16.0653 23.2999 16.4565 23.2999 16.9389V16.9389C23.2999 17.5616 23.1728 18.1001 22.9184 18.5547C22.6641 19.0092 22.3145 19.3596 21.8694 19.6058C21.4244 19.8497 20.9135 19.9716 20.3367 19.9716C19.6941 19.9716 19.1299 19.8213 18.644 19.5206C18.1603 19.2176 17.7823 18.7879 17.5098 18.2315C17.2396 17.6728 17.1045 17.0099 17.1045 16.2429C17.1045 15.6558 17.184 15.1314 17.3429 14.6697C17.5041 14.2081 17.7289 13.8163 18.0173 13.4943C18.3057 13.17 18.644 12.9238 19.0323 12.7557C19.4205 12.5852 19.8429 12.5 20.2993 12.5C20.6853 12.5 21.0452 12.5592 21.379 12.6776C21.7127 12.7936 22.0091 12.9593 22.2679 13.1747C22.529 13.3902 22.7436 13.6458 22.9116 13.9418C22.9541 14.0165 22.9929 14.0933 23.0279 14.172C23.1958 14.5487 22.8721 14.9219 22.4597 14.9219V14.9219Z" fill="white"/>
<path d="M15.2762 12.5994C15.6232 12.5994 15.9046 12.8808 15.9046 13.2278V19.1407C15.9046 19.5447 15.5771 19.8722 15.1731 19.8722V19.8722C14.928 19.8722 14.6991 19.7494 14.5636 19.5451L11.4939 14.9183H11.436V19.2404C11.436 19.5893 11.1531 19.8722 10.8042 19.8722V19.8722C10.4552 19.8722 10.1724 19.5893 10.1724 19.2404V13.3351C10.1724 12.9288 10.5017 12.5994 10.908 12.5994V12.5994C11.1548 12.5994 11.3851 12.7231 11.5213 12.9289L14.5865 17.5568H14.6478V13.2278C14.6478 12.8808 14.9291 12.5994 15.2762 12.5994V12.5994Z" fill="white"/>
<path d="M4.6318 19.8722C4.28287 19.8722 4 19.5893 4 19.2404V13.5994C4 13.0471 4.44772 12.5994 5 12.5994H6.61577C7.15164 12.5994 7.60122 12.7036 7.96452 12.9119C8.3301 13.1203 8.60598 13.4067 8.79217 13.7713C8.98063 14.1335 9.07486 14.5454 9.07486 15.0071C9.07486 15.4735 8.98063 15.8878 8.79217 16.25C8.60371 16.6122 8.32555 16.8975 7.95771 17.1058C7.58987 17.3118 7.13688 17.4148 6.59874 17.4148H4.86511V16.3317H6.42844C6.74179 16.3317 6.99837 16.2749 7.19819 16.1612C7.398 16.0476 7.54559 15.8913 7.64096 15.6925C7.7386 15.4936 7.78742 15.2651 7.78742 15.0071C7.78742 14.749 7.7386 14.5218 7.64096 14.3253C7.54559 14.1288 7.39687 13.9761 7.19478 13.8672C6.99496 13.7559 6.73725 13.7003 6.42163 13.7003H5.26361V19.2404C5.26361 19.5893 4.98074 19.8722 4.6318 19.8722V19.8722Z" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

6
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/pngFile_disable.svg

@ -1,8 +1,8 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.99961 11.1001H23.9996C24.2205 11.1001 24.3996 11.2792 24.3996 11.5001V20.5001C24.3996 20.721 24.2205 20.9001 23.9996 20.9001H2.99961C2.7787 20.9001 2.59961 20.721 2.59961 20.5001V11.5001C2.59961 11.2792 2.7787 11.1001 2.99961 11.1001Z" fill="#0A1C38" fill-opacity="0.2"/>
<path d="M22.4597 14.9219C22.1601 14.9219 21.9089 14.7161 21.7532 14.4601C21.7423 14.4421 21.7311 14.4244 21.7196 14.407C21.6219 14.2531 21.5038 14.1217 21.3653 14.0128C21.2291 13.9039 21.0724 13.8222 20.8953 13.7678C20.7182 13.7109 20.5252 13.6825 20.3163 13.6825C19.9416 13.6825 19.6079 13.7808 19.315 13.9773C19.022 14.1738 18.7916 14.4626 18.6235 14.8438C18.4578 15.2225 18.3749 15.6842 18.3749 16.2287C18.3749 16.7779 18.4578 17.2431 18.6235 17.6243C18.7893 18.0054 19.0198 18.2955 19.315 18.4943C19.6101 18.6908 19.953 18.7891 20.3435 18.7891C20.6978 18.7891 21.0043 18.718 21.2632 18.576C21.5243 18.4339 21.7252 18.2327 21.866 17.9723C22.0068 17.7095 22.0772 17.4018 22.0772 17.049L22.3633 17.0952H20.9845C20.7001 17.0952 20.4696 16.8646 20.4696 16.5803V16.5803C20.4696 16.2959 20.7001 16.0653 20.9845 16.0653H22.4263C22.9088 16.0653 23.2999 16.4565 23.2999 16.9389V16.9389C23.2999 17.5616 23.1728 18.1001 22.9184 18.5547C22.6641 19.0092 22.3145 19.3596 21.8694 19.6058C21.4244 19.8497 20.9135 19.9716 20.3367 19.9716C19.6941 19.9716 19.1299 19.8213 18.644 19.5206C18.1603 19.2176 17.7823 18.7879 17.5098 18.2315C17.2396 17.6728 17.1045 17.0099 17.1045 16.2429C17.1045 15.6558 17.184 15.1314 17.3429 14.6697C17.5041 14.2081 17.7289 13.8163 18.0173 13.4943C18.3057 13.17 18.644 12.9238 19.0323 12.7557C19.4205 12.5852 19.8429 12.5 20.2993 12.5C20.6853 12.5 21.0452 12.5592 21.379 12.6776C21.7127 12.7936 22.0091 12.9593 22.2679 13.1747C22.529 13.3902 22.7436 13.6458 22.9116 13.9418C22.9541 14.0165 22.9929 14.0933 23.0279 14.172C23.1958 14.5487 22.8721 14.9219 22.4597 14.9219V14.9219Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M15.2762 12.5994C15.6232 12.5994 15.9046 12.8808 15.9046 13.2278V19.1407C15.9046 19.5447 15.5771 19.8722 15.1731 19.8722V19.8722C14.928 19.8722 14.6991 19.7494 14.5636 19.5451L11.4939 14.9183H11.436V19.2404C11.436 19.5893 11.1531 19.8722 10.8042 19.8722V19.8722C10.4552 19.8722 10.1724 19.5893 10.1724 19.2404V13.3351C10.1724 12.9288 10.5017 12.5994 10.908 12.5994V12.5994C11.1548 12.5994 11.3851 12.7231 11.5213 12.9289L14.5865 17.5568H14.6478V13.2278C14.6478 12.8808 14.9291 12.5994 15.2762 12.5994V12.5994Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M4.6318 19.8722C4.28287 19.8722 4 19.5893 4 19.2404V13.5994C4 13.0471 4.44772 12.5994 5 12.5994H6.61577C7.15164 12.5994 7.60122 12.7036 7.96452 12.9119C8.3301 13.1203 8.60598 13.4067 8.79217 13.7713C8.98063 14.1335 9.07486 14.5454 9.07486 15.0071C9.07486 15.4735 8.98063 15.8878 8.79217 16.25C8.60371 16.6122 8.32555 16.8975 7.95771 17.1058C7.58987 17.3118 7.13688 17.4148 6.59874 17.4148H4.86511V16.3317H6.42844C6.74179 16.3317 6.99837 16.2749 7.19819 16.1612C7.398 16.0476 7.54559 15.8913 7.64096 15.6925C7.7386 15.4936 7.78742 15.2651 7.78742 15.0071C7.78742 14.749 7.7386 14.5218 7.64096 14.3253C7.54559 14.1288 7.39687 13.9761 7.19478 13.8672C6.99496 13.7559 6.73725 13.7003 6.42163 13.7003H5.26361V19.2404C5.26361 19.5893 4.98074 19.8722 4.6318 19.8722V19.8722Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 11.1H3C2.77909 11.1 2.6 11.2791 2.6 11.5V20.5C2.6 20.7209 2.77909 20.9 3 20.9H24C24.2209 20.9 24.4 20.7209 24.4 20.5V11.5C24.4 11.2791 24.2209 11.1 24 11.1ZM3 9.5C1.89543 9.5 1 10.3954 1 11.5V20.5C1 21.6046 1.89543 22.5 3 22.5H24C25.1046 22.5 26 21.6046 26 20.5V11.5C26 10.3954 25.1046 9.5 24 9.5H3Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.3027 13C10.3027 12.7561 10.4774 12.5529 10.7086 12.5089C10.7345 12.5039 10.7611 12.501 10.7883 12.5002L10.8027 12.5L10.8136 12.5001C10.9983 12.504 11.2332 12.6065 11.3372 12.7762L14.8027 17.4146V13C14.8027 12.7239 15.0266 12.5 15.3027 12.5C15.5789 12.5 15.8027 12.7239 15.8027 13V19C15.8027 19.2761 15.5789 19.5 15.3027 19.5C15.1389 19.5 14.9935 19.4212 14.9023 19.2995C14.8799 19.2816 14.8586 19.2573 14.8393 19.2259L11.3027 14.5V19C11.3027 19.2761 11.0789 19.5 10.8027 19.5C10.5266 19.5 10.3027 19.2761 10.3027 19V13Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M4.6054 19.5C4.33043 19.5 4.10753 19.2771 4.10753 19.0021V13.4997C4.10753 12.9476 4.55334 12.5 5.10327 12.5H6.6005C7.16391 12.5 7.63066 12.603 8.00076 12.8089C8.37086 13.0148 8.64785 13.2964 8.83172 13.6538C9.01559 14.0088 9.10753 14.4088 9.10753 14.8537C9.10753 15.301 9.01441 15.7034 8.82819 16.0607C8.64431 16.4157 8.36615 16.6974 7.99369 16.9057C7.62359 17.1116 7.17639 17.2145 6.61534 17.2145H5.10753V16.2188H6.49796C6.85392 16.2188 7.14269 16.2229 7.36428 16.0998C7.58587 15.9743 7.74852 15.8039 7.85225 15.5886C7.95597 15.3732 8.00783 15.1282 8.00783 14.8537C8.00783 14.5792 7.95597 14.3354 7.85225 14.1224C7.74852 13.9094 7.58469 13.7425 7.36074 13.6218C7.13915 13.5011 6.88249 13.4997 6.50857 13.4997H5.10753V18.9979C5.10753 19.2752 4.88272 19.5 4.6054 19.5Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M22.2924 14.7457C22.0504 14.7457 21.8436 14.5867 21.7292 14.3759C21.6967 14.3159 21.6615 14.2584 21.6237 14.2034C21.516 14.0415 21.387 13.904 21.2367 13.7909C21.0864 13.6755 20.9148 13.5879 20.7218 13.528C20.5311 13.4682 20.3214 13.4382 20.0925 13.4382C19.7044 13.4382 19.3545 13.5369 19.0426 13.7343C18.7308 13.9317 18.484 14.2212 18.3023 14.6027C18.1228 14.9819 18.0331 15.4466 18.0331 15.9967C18.0331 16.549 18.1239 17.0158 18.3057 17.3973C18.4874 17.7788 18.7364 18.0683 19.0527 18.2657C19.369 18.4631 19.7291 18.5618 20.1329 18.5618C20.5076 18.5618 20.834 18.4864 21.1122 18.3356C21.3926 18.1847 21.6091 17.9718 21.7616 17.6968C21.9164 17.4195 21.9938 16.8748 21.9938 16.5H20.5C20.2239 16.5 20 16.2761 20 16L-nan -nanL20 16C20 15.7239 20.2239 15.5 20.5 15.5H22C22.5523 15.5 23 15.9477 23 16.5C23 17.0722 22.8766 17.7644 22.6298 18.1858C22.3853 18.605 22.0466 18.9289 21.6136 19.1573C21.1828 19.3858 20.6893 19.5 20.1329 19.5C19.5093 19.5 18.9619 19.358 18.4907 19.0741C18.0219 18.7902 17.6562 18.3877 17.3937 17.8664C17.1312 17.343 17 16.722 17 16.0033C17 15.4599 17.0763 14.972 17.2288 14.5394C17.3814 14.1069 17.5956 13.7399 17.8716 13.4382C18.1497 13.1343 18.4762 12.9026 18.8508 12.7429C19.2277 12.581 19.6394 12.5 20.0858 12.5C20.4582 12.5 20.8048 12.5543 21.1256 12.663C21.4487 12.7717 21.7358 12.9259 21.9871 13.1255C22.2406 13.3251 22.4504 13.5624 22.6164 13.8375C22.6719 13.9287 22.7214 14.0234 22.7649 14.1214C22.9035 14.4337 22.6373 14.7457 22.2924 14.7457Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 10.7515V28H7V22.5H5V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7C5.89543 2 5 2.89543 5 4V9.5H7V4H23.0925L29 10.7515Z" fill="#0A1C38" fill-opacity="0.29"/>
</svg>

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

19
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/sqlFile.svg

@ -1,11 +1,12 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 20V10.7515L23.0925 4H7L7 28H20V30H7C5.89543 30 5 29.1046 5 28V4C5 2.89543 5.89543 2 7 2H23.0925C23.6692 2 24.2178 2.24896 24.5976 2.68299L30.5052 9.43446C30.8242 9.79904 31 10.267 31 10.7515V20H29Z" fill="#0A1C38" fill-opacity="0.9"/>
<path d="M24 21C24.5523 21 25 21.4477 25 22L25 30C25 30.5523 24.5523 31 24 31C23.4477 31 23 30.5523 23 30L23 22C23 21.4477 23.4477 21 24 21Z" fill="#159B94"/>
<path d="M31.6854 25.2294C32.1049 25.655 32.1049 26.345 31.6854 26.7706L27.8337 30.6786C27.157 31.3652 26 30.8789 26 29.908L26 26L26 22.092C26 21.1211 27.157 20.6348 27.8337 21.3214L31.6854 25.2294Z" fill="#159B94"/>
<path d="M1 11.5001C1 10.3955 1.84409 9.50006 2.88532 9.50006H20.7958C21.8371 9.50006 22.6812 10.3955 22.6812 11.5001V20.5001C22.6812 21.6046 21.8371 22.5001 20.7958 22.5001H2.88532C1.84409 22.5001 1 21.6046 1 20.5001V11.5001Z" fill="#3FC4B4"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.6919 17.2253C13.2823 17.5548 12.6946 17.7501 12.1429 17.7501C10.7892 17.7501 9.69189 16.5748 9.69189 15.1251C9.69189 13.6753 10.7892 12.5001 12.1429 12.5001C12.6946 12.5001 13.2823 12.7141 13.6919 13.0436V13.0001C13.6919 12.7239 13.9158 12.5 14.1919 12.5001C14.4681 12.5001 14.6919 12.7239 14.6919 13.0001V19.0001C14.6919 19.2763 14.468 19.5001 14.1919 19.5001C13.9158 19.5001 13.6919 19.2763 13.6919 19.0001V17.2253ZM13.6135 15.1251C13.6135 16.0916 12.9551 16.8751 12.1429 16.8751C11.3307 16.8751 10.6723 16.0916 10.6723 15.1251C10.6723 14.1586 11.3307 13.3751 12.1429 13.3751C12.9551 13.3751 13.6135 14.1586 13.6135 15.1251Z" fill="white"/>
<path d="M8.37668 14.3778C8.11335 14.3778 7.90832 14.1671 7.76854 13.9448C7.69611 13.8296 7.59816 13.7306 7.47471 13.6479C7.21717 13.4732 6.89302 13.3858 6.50226 13.3858C6.22252 13.3858 5.98051 13.4301 5.77625 13.5185C5.57199 13.6048 5.41325 13.7242 5.30002 13.8768C5.18901 14.0272 5.1335 14.1986 5.1335 14.3911C5.1335 14.5525 5.17125 14.6918 5.24673 14.8091C5.32444 14.9263 5.42546 15.0247 5.54979 15.1043C5.67634 15.1817 5.81178 15.247 5.95609 15.3001C6.1004 15.3509 6.23917 15.393 6.37238 15.4261L7.03844 15.5986C7.25602 15.6517 7.47916 15.7236 7.70784 15.8143C7.93652 15.905 8.14855 16.0244 8.34393 16.1726C8.53931 16.3208 8.69694 16.5043 8.81683 16.7233C8.93894 16.9422 9 17.2043 9 17.5095C9 17.8944 8.90009 18.2361 8.70027 18.5347C8.50267 18.8332 8.21516 19.0688 7.83772 19.2413C7.4625 19.4138 7.00847 19.5001 6.47562 19.5001C5.96497 19.5001 5.52315 19.4193 5.15015 19.2579C4.77716 19.0964 4.4852 18.8675 4.27428 18.5712C4.16234 18.4127 4.07698 18.2387 4.0182 18.049C3.92985 17.7641 4.17622 17.5095 4.47559 17.5095C4.74754 17.5095 4.95663 17.7301 5.0883 17.9671C5.1192 18.0228 5.15536 18.0748 5.19678 18.1233C5.33887 18.2847 5.51982 18.4053 5.73962 18.4849C5.96164 18.5623 6.20475 18.601 6.46896 18.601C6.75981 18.601 7.01846 18.5557 7.24492 18.465C7.4736 18.3721 7.65344 18.2438 7.78444 18.0802C7.91543 17.9143 7.98092 17.7208 7.98092 17.4996C7.98092 17.2983 7.9232 17.1336 7.80775 17.0053C7.69452 16.877 7.54021 16.7708 7.34483 16.6868C7.15167 16.6027 6.93298 16.5287 6.68876 16.4645L5.88282 16.2456C5.33665 16.0974 4.90371 15.8795 4.584 15.592C4.26651 15.3045 4.10777 14.9241 4.10777 14.4508C4.10777 14.0593 4.21434 13.7176 4.42748 13.4257C4.64062 13.1337 4.92924 12.907 5.29336 12.7456C5.65747 12.5819 6.06821 12.5001 6.52557 12.5001C6.98738 12.5001 7.39479 12.5808 7.7478 12.7422C8.10303 12.9037 8.38278 13.126 8.58704 13.4091C8.68855 13.5486 8.76593 13.6986 8.81918 13.8589C8.91048 14.1338 8.66733 14.3778 8.37668 14.3778Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.08 11.1001H2.92C2.70792 11.1001 2.536 11.2791 2.536 11.5001V20.5001C2.536 20.721 2.70792 20.9001 2.92 20.9001H21.08C21.2921 20.9001 21.464 20.721 21.464 20.5001V11.5001C21.464 11.2791 21.2921 11.1001 21.08 11.1001ZM2.92 9.50006C1.85961 9.50006 1 10.3955 1 11.5001V20.5001C1 21.6046 1.85961 22.5001 2.92 22.5001H21.08C22.1404 22.5001 23 21.6046 23 20.5001V11.5001C23 10.3955 22.1404 9.50006 21.08 9.50006H2.92Z" fill="#159B94"/>
<path d="M16 13.0001C16 12.724 16.2239 12.5001 16.5 12.5001Lnan nanL16.5 12.5001C16.7761 12.5001 17 12.724 17 13.0001V19.0001C17 19.2763 16.7761 19.5001 16.5 19.5001Lnan nanL16.5 19.5001C16.2239 19.5001 16 19.2763 16 19.0001V16.0001V13.0001Z" fill="white"/>
<path d="M19.5 18.5001C19.7761 18.5001 20 18.724 20 19.0001L-nan -nanL20 19.0001C20 19.2763 19.7761 19.5001 19.5 19.5001L16.5 19.5001C16.2239 19.5001 16 19.2763 16 19.0001L-nan -nanL16 19.0001C16 18.724 16.2239 18.5001 16.5 18.5001L19.5 18.5001Z" fill="white"/>
<path d="M7 28.5V4H23.5L29 10.5V28.5H7Z" fill="white"/>
<path d="M7 28V4H23L29 10.5V28H7Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 18.5V10.7515L23.0925 4H7V28.5H20V30.5H7C5.89543 30.5 5 29.6046 5 28.5L5 4C5 2.89543 5.89543 2 7 2H23.0925C23.6692 2 24.2178 2.24896 24.5976 2.68299L30.5052 9.43446C30.8242 9.79904 31 10.267 31 10.7515V20L29 18.5Z" fill="#0A1C38" fill-opacity="0.9"/>
<path d="M1 9C1 7.89543 1.84409 7 2.88532 7H20.7958C21.8371 7 22.6812 7.89543 22.6812 9V18C22.6812 19.1046 21.8371 20 20.7958 20H2.88532C1.84409 20 1 19.1046 1 18V9Z" fill="#3FC4B4"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 10.5049C16 10.226 16.226 10 16.5049 10C16.7837 10 17.0097 10.226 17.0097 10.5049V16H19.5C19.7761 16 20 16.2239 20 16.5C20 16.7761 19.7761 17 19.5 17H16.6061C16.2713 17 16 16.7287 16 16.3939V10.5049Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.6919 14.7252C13.2823 15.0548 12.6946 15.25 12.1429 15.25C10.7892 15.25 9.69189 14.0748 9.69189 12.625C9.69189 11.1753 10.7892 10 12.1429 10C12.6946 10 13.2823 10.214 13.6919 10.5436V10.5C13.6919 10.2238 13.9158 9.99998 14.1919 10C14.4681 10 14.6919 10.2239 14.6919 10.5V16.5001C14.6919 16.7762 14.468 17.0001 14.1919 17.0001C13.9158 17.0001 13.6919 16.7762 13.6919 16.5001V14.7252ZM13.6135 12.625C13.6135 13.5915 12.9551 14.375 12.1429 14.375C11.3307 14.375 10.6723 13.5915 10.6723 12.625C10.6723 11.6585 11.3307 10.875 12.1429 10.875C12.9551 10.875 13.6135 11.6585 13.6135 12.625Z" fill="white"/>
<path d="M8.37668 11.8777C8.11335 11.8777 7.90832 11.667 7.76854 11.4447C7.69611 11.3295 7.59816 11.2306 7.47471 11.1479C7.21717 10.9731 6.89302 10.8858 6.50226 10.8858C6.22252 10.8858 5.98051 10.93 5.77625 11.0185C5.57199 11.1047 5.41325 11.2242 5.30002 11.3768C5.18901 11.5272 5.1335 11.6986 5.1335 11.891C5.1335 12.0524 5.17125 12.1918 5.24673 12.309C5.32444 12.4262 5.42546 12.5246 5.54979 12.6043C5.67634 12.6817 5.81178 12.7469 5.95609 12.8C6.1004 12.8509 6.23917 12.8929 6.37238 12.9261L7.03844 13.0986C7.25602 13.1517 7.47916 13.2235 7.70784 13.3142C7.93652 13.4049 8.14855 13.5243 8.34393 13.6725C8.53931 13.8207 8.69694 14.0043 8.81683 14.2232C8.93894 14.4422 9 14.7043 9 15.0095C9 15.3943 8.90009 15.736 8.70027 16.0346C8.50267 16.3332 8.21516 16.5687 7.83772 16.7412C7.4625 16.9137 7.00847 17 6.47562 17C5.96497 17 5.52315 16.9193 5.15015 16.7578C4.77716 16.5964 4.4852 16.3675 4.27428 16.0711C4.16234 15.9126 4.07698 15.7386 4.0182 15.549C3.92985 15.264 4.17622 15.0095 4.47559 15.0095C4.74754 15.0095 4.95663 15.2301 5.0883 15.4671C5.1192 15.5227 5.15536 15.5748 5.19678 15.6232C5.33887 15.7847 5.51982 15.9052 5.73962 15.9848C5.96164 16.0622 6.20475 16.1009 6.46896 16.1009C6.75981 16.1009 7.01846 16.0556 7.24492 15.9649C7.4736 15.872 7.65344 15.7438 7.78444 15.5801C7.91543 15.4142 7.98092 15.2207 7.98092 14.9995C7.98092 14.7983 7.9232 14.6335 7.80775 14.5052C7.69452 14.3769 7.54021 14.2708 7.34483 14.1867C7.15167 14.1027 6.93298 14.0286 6.68876 13.9645L5.88282 13.7455C5.33665 13.5973 4.90371 13.3795 4.584 13.0919C4.26651 12.8044 4.10777 12.424 4.10777 11.9507C4.10777 11.5592 4.21434 11.2175 4.42748 10.9256C4.64062 10.6336 4.92924 10.407 5.29336 10.2455C5.65747 10.0818 6.06821 10 6.52557 10C6.98738 10 7.39479 10.0807 7.7478 10.2422C8.10303 10.4036 8.38278 10.6259 8.58704 10.909C8.68855 11.0486 8.76593 11.1985 8.81918 11.3589C8.91048 11.6338 8.66733 11.8777 8.37668 11.8777Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.08 8.6H2.92C2.70792 8.6 2.536 8.77909 2.536 9V18C2.536 18.2209 2.70792 18.4 2.92 18.4H21.08C21.2921 18.4 21.464 18.2209 21.464 18V9C21.464 8.77909 21.2921 8.6 21.08 8.6ZM2.92 7C1.85961 7 1 7.89543 1 9V18C1 19.1046 1.85961 20 2.92 20H21.08C22.1404 20 23 19.1046 23 18V9C23 7.89543 22.1404 7 21.08 7H2.92Z" fill="#159B94"/>
<path d="M30.633 24.8064C31.1223 25.1895 31.1223 25.8105 30.633 26.1936L26.1393 29.7107C25.3499 30.3287 24 29.891 24 29.0172L24 25.5L24 21.9828C24 21.109 25.3499 20.6713 26.1393 21.2893L30.633 24.8064Z" fill="#20B5A9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.2493 26.981L26.7557 30.4982C26.0527 31.0484 25.1572 31.099 24.4652 30.8746C23.7918 30.6563 23 30.0469 23 29.0172L23 21.9828C23 20.9531 23.7918 20.3437 24.4652 20.1254C25.1572 19.901 26.0527 19.9516 26.7557 20.5018L31.2493 24.019C31.7066 24.3769 32 24.9058 32 25.5C32 26.0942 31.7066 26.6231 31.2493 26.981ZM30.633 26.1936C31.1223 25.8105 31.1223 25.1895 30.633 24.8064L26.1393 21.2893C25.3499 20.6713 24 21.109 24 21.9828L24 29.0172C24 29.891 25.3499 30.3287 26.1393 29.7107L30.633 26.1936Z" fill="#20B5A9"/>
</svg>

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

15
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/sqlFile_disable.svg

@ -1,10 +1,9 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.08 11.1H2.92C2.70792 11.1 2.536 11.2791 2.536 11.5V20.5C2.536 20.7209 2.70792 20.9 2.92 20.9H21.08C21.2921 20.9 21.464 20.7209 21.464 20.5V11.5C21.464 11.2791 21.2921 11.1 21.08 11.1ZM2.92 9.5C1.85961 9.5 1 10.3954 1 11.5V20.5C1 21.6046 1.85961 22.5 2.92 22.5H21.08C22.1404 22.5 23 21.6046 23 20.5V11.5C23 10.3954 22.1404 9.5 21.08 9.5H2.92Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.88065 11.1022H21.1218C21.3137 11.1022 21.4692 11.2812 21.4692 11.502V20.4979C21.4692 20.7187 21.3137 20.8977 21.1218 20.8977H2.88065C2.68876 20.8977 2.5332 20.7187 2.5332 20.4979V11.502C2.5332 11.2812 2.68876 11.1022 2.88065 11.1022Z" fill="#0A1C38" fill-opacity="0.2"/>
<path d="M24 20.9999C24.5523 20.9999 25 21.4477 25 21.9999L25 29.9999C25 30.5522 24.5523 30.9999 24 30.9999C23.4477 30.9999 23 30.5522 23 29.9999L23 21.9999C23 21.4477 23.4477 20.9999 24 20.9999Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M31.6854 25.2293C32.1049 25.6549 32.1049 26.345 31.6854 26.7706L27.8337 30.6785C27.157 31.3651 26 30.8789 26 29.9079L26 25.9999L26 22.092C26 21.121 27.157 20.6348 27.8337 21.3213L31.6854 25.2293Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.6914 17.2252C13.2818 17.5547 12.6942 17.75 12.1424 17.75C10.7887 17.75 9.69141 16.5747 9.69141 15.125C9.69141 13.6752 10.7887 12.4999 12.1424 12.4999C12.6942 12.4999 13.2818 12.714 13.6914 13.0435V12.9999C13.6914 12.7238 13.9153 12.4999 14.1915 12.4999C14.4676 12.5 14.6914 12.7238 14.6914 12.9999V19C14.6914 19.2761 14.4675 19.5 14.1914 19.5C13.9153 19.5 13.6914 19.2761 13.6914 19V17.2252ZM13.613 15.125C13.613 16.0915 12.9546 16.875 12.1424 16.875C11.3302 16.875 10.6718 16.0915 10.6718 15.125C10.6718 14.1585 11.3302 13.375 12.1424 13.375C12.9546 13.375 13.613 14.1585 13.613 15.125Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M8.37668 14.3777C8.11335 14.3777 7.90832 14.167 7.76854 13.9447C7.69611 13.8294 7.59816 13.7305 7.47471 13.6478C7.21717 13.4731 6.89302 13.3857 6.50226 13.3857C6.22252 13.3857 5.98051 13.43 5.77625 13.5184C5.57199 13.6047 5.41325 13.7241 5.30002 13.8767C5.18901 14.0271 5.1335 14.1985 5.1335 14.3909C5.1335 14.5524 5.17125 14.6917 5.24673 14.8089C5.32444 14.9262 5.42546 15.0246 5.54979 15.1042C5.67634 15.1816 5.81178 15.2469 5.95609 15.2999C6.1004 15.3508 6.23917 15.3928 6.37238 15.426L7.03844 15.5985C7.25602 15.6516 7.47916 15.7235 7.70784 15.8142C7.93652 15.9048 8.14855 16.0243 8.34393 16.1725C8.53931 16.3206 8.69694 16.5042 8.81683 16.7232C8.93894 16.9421 9 17.2042 9 17.5094C9 17.8943 8.90009 18.236 8.70027 18.5345C8.50267 18.8331 8.21516 19.0687 7.83772 19.2412C7.4625 19.4137 7.00847 19.4999 6.47562 19.4999C5.96497 19.4999 5.52315 19.4192 5.15015 19.2578C4.77716 19.0963 4.4852 18.8674 4.27428 18.571C4.16234 18.4126 4.07698 18.2385 4.0182 18.0489C3.92985 17.764 4.17622 17.5094 4.47559 17.5094C4.74754 17.5094 4.95663 17.73 5.0883 17.967C5.1192 18.0227 5.15536 18.0747 5.19678 18.1232C5.33887 18.2846 5.51982 18.4052 5.73962 18.4848C5.96164 18.5622 6.20475 18.6009 6.46896 18.6009C6.75981 18.6009 7.01846 18.5555 7.24492 18.4649C7.4736 18.372 7.65344 18.2437 7.78444 18.08C7.91543 17.9142 7.98092 17.7206 7.98092 17.4995C7.98092 17.2982 7.9232 17.1334 7.80775 17.0052C7.69452 16.8769 7.54021 16.7707 7.34483 16.6867C7.15167 16.6026 6.93298 16.5285 6.68876 16.4644L5.88282 16.2454C5.33665 16.0973 4.90371 15.8794 4.584 15.5919C4.26651 15.3044 4.10777 14.924 4.10777 14.4506C4.10777 14.0592 4.21434 13.7175 4.42748 13.4255C4.64062 13.1336 4.92924 12.9069 5.29336 12.7454C5.65747 12.5818 6.06821 12.4999 6.52557 12.4999C6.98738 12.4999 7.39479 12.5807 7.7478 12.7421C8.10303 12.9036 8.38278 13.1258 8.58704 13.4089C8.68855 13.5485 8.76593 13.6985 8.81918 13.8588C8.91048 14.1337 8.66733 14.3777 8.37668 14.3777Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.5127 12.4916C16.2366 12.4916 16.0127 12.7155 16.0127 12.9916V18.8792C16.0044 18.9153 16 18.953 16 18.9916C16 19.2678 16.2239 19.4916 16.5 19.4916H16.5127H19.5C19.7761 19.4916 20 19.2678 20 18.9916C20 18.7155 19.7761 18.4916 19.5 18.4916H17.0127V12.9916C17.0127 12.7155 16.7888 12.4916 16.5127 12.4916Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 10.7515V20H31V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7C5.89543 2 5 2.89543 5 4V9.5H7V4H23.0925L29 10.7515ZM7 28V22.5H5V28C5 29.1046 5.89543 30 7 30H20V28H7Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M3 9.5C3 9.22386 3.22386 9 3.5 9H21.5C21.7761 9 22 9.22386 22 9.5V17.5C22 17.7761 21.7761 18 21.5 18H3.5C3.22386 18 3 17.7761 3 17.5V9.5Z" fill="#0A1C38" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M17 10.5049C17 10.226 17.226 10 17.5049 10V10C17.7837 10 18.0097 10.226 18.0097 10.5049V16H20.5C20.7761 16 21 16.2239 21 16.5V16.5C21 16.7761 20.7761 17 20.5 17H17.6061C17.2713 17 17 16.7287 17 16.3939V10.5049Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.6914 14.7252C14.2818 15.0548 13.6942 15.25 13.1424 15.25C11.7887 15.25 10.6914 14.0748 10.6914 12.625C10.6914 11.1753 11.7887 10 13.1424 10C13.6942 10 14.2818 10.214 14.6914 10.5436V10.5C14.6914 10.2238 14.9153 9.99998 15.1915 10C15.4676 10 15.6914 10.2239 15.6914 10.5V16.5001C15.6914 16.7762 15.4675 17.0001 15.1914 17.0001C14.9153 17.0001 14.6914 16.7762 14.6914 16.5001V14.7252ZM14.613 12.625C14.613 13.5915 13.9546 14.375 13.1424 14.375C12.3302 14.375 11.6718 13.5915 11.6718 12.625C11.6718 11.6585 12.3302 10.875 13.1424 10.875C13.9546 10.875 14.613 11.6585 14.613 12.625Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M9.37668 11.8777C9.11335 11.8777 8.90832 11.667 8.76854 11.4447C8.69611 11.3295 8.59816 11.2306 8.47471 11.1479C8.21717 10.9731 7.89302 10.8858 7.50226 10.8858C7.22252 10.8858 6.98051 10.93 6.77625 11.0185C6.57199 11.1047 6.41325 11.2242 6.30002 11.3768C6.18901 11.5272 6.1335 11.6986 6.1335 11.891C6.1335 12.0524 6.17125 12.1918 6.24673 12.309C6.32444 12.4262 6.42546 12.5246 6.54979 12.6043C6.67634 12.6817 6.81178 12.7469 6.95609 12.8C7.1004 12.8509 7.23917 12.8929 7.37238 12.9261L8.03844 13.0986C8.25602 13.1517 8.47916 13.2235 8.70784 13.3142C8.93652 13.4049 9.14855 13.5243 9.34393 13.6725C9.53931 13.8207 9.69694 14.0043 9.81683 14.2232C9.93894 14.4422 10 14.7043 10 15.0095C10 15.3943 9.90009 15.736 9.70027 16.0346C9.50267 16.3332 9.21516 16.5687 8.83772 16.7412C8.4625 16.9137 8.00847 17 7.47562 17C6.96497 17 6.52315 16.9193 6.15015 16.7578C5.77716 16.5964 5.4852 16.3675 5.27428 16.0711C5.16234 15.9126 5.07698 15.7386 5.0182 15.549C4.92985 15.264 5.17622 15.0095 5.47559 15.0095C5.74754 15.0095 5.95663 15.2301 6.0883 15.4671C6.1192 15.5227 6.15536 15.5748 6.19678 15.6232C6.33887 15.7847 6.51982 15.9052 6.73962 15.9848C6.96164 16.0622 7.20475 16.1009 7.46896 16.1009C7.75981 16.1009 8.01846 16.0556 8.24492 15.9649C8.4736 15.872 8.65344 15.7438 8.78444 15.5801C8.91543 15.4142 8.98092 15.2207 8.98092 14.9995C8.98092 14.7983 8.9232 14.6335 8.80775 14.5052C8.69452 14.3769 8.54021 14.2708 8.34483 14.1867C8.15167 14.1027 7.93298 14.0286 7.68876 13.9645L6.88282 13.7455C6.33665 13.5973 5.90371 13.3795 5.584 13.0919C5.26651 12.8044 5.10777 12.424 5.10777 11.9507C5.10777 11.5592 5.21434 11.2175 5.42748 10.9256C5.64062 10.6336 5.92924 10.407 6.29336 10.2455C6.65747 10.0818 7.06821 10 7.52557 10C7.98738 10 8.39479 10.0807 8.7478 10.2422C9.10304 10.4036 9.38278 10.6259 9.58704 10.909C9.68855 11.0486 9.76593 11.1985 9.81918 11.3589C9.91048 11.6338 9.66733 11.8777 9.37668 11.8777Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 7H21.5C22.8807 7 24 8.11929 24 9.5V17.5C24 18.8807 22.8807 20 21.5 20H3.5C2.11929 20 1 18.8807 1 17.5V9.5C1 8.11929 2.11929 7 3.5 7ZM3.5 9C3.22386 9 3 9.22386 3 9.5V17.5C3 17.7761 3.22386 18 3.5 18H21.5C21.7761 18 22 17.7761 22 17.5V9.5C22 9.22386 21.7761 9 21.5 9H3.5Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.7557 31.4978L30.2493 27.9806C30.7066 27.6227 31 27.0938 31 26.4996C31 25.9054 30.7066 25.3765 30.2493 25.0185L25.7557 21.5014C25.0527 20.9512 24.1572 20.9006 23.4652 21.1249C22.7918 21.3433 22 21.9526 22 22.9824V30.0167C22 31.0465 22.7918 31.6559 23.4652 31.8742C24.1572 32.0986 25.0527 32.048 25.7557 31.4978ZM23 30.0195C23 30.0187 23 30.018 23 30.0172L23 26.5L23 22.9828C23 22.109 24.3499 21.6713 25.1393 22.2893L29.633 25.8064C29.8776 25.9979 29.9999 26.2488 30 26.4998C30.0001 26.2487 29.8777 25.9976 29.633 25.806L25.1393 22.2888C24.3499 21.6709 23 22.1085 23 22.9824L23 30.0167C23 30.0177 23 30.0186 23 30.0195Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 19.3892V10.7515L23.0925 4H7V7H5V4C5 2.89543 5.89543 2 7 2H23.0925C23.6692 2 24.2178 2.24896 24.5976 2.68299L30.5052 9.43446C30.8242 9.79904 31 10.267 31 10.7515V21L29 19.3892ZM19.0042 29H7V20H5V29C5 30.1046 5.89543 31 7 31H19L19.0042 29Z" fill="#0A1C38" fill-opacity="0.29"/>
</svg>

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

2
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/wordFile.svg

@ -1,6 +1,6 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 28V10.7515L23.0925 4H7L7 28H29ZM7 2C5.89543 2 5 2.89543 5 4V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7Z" fill="#0A1C38" fill-opacity="0.9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.68555 9C2.71905 9 1.93555 9.7835 1.93555 10.75V21.25C1.93555 22.2165 2.71905 23 3.68555 23H14.1855C15.152 23 15.9355 22.2165 15.9355 21.25V10.75C15.9355 9.7835 15.152 9 14.1855 9H3.68555Z" fill="#57C4FB"/>
<path d="M5 19.1234C5 19.6075 5.38677 20 5.86388 20Lnan nanL5.86388 20C6.16746 20 6.48309 19.8185 6.64861 19.5561C6.69962 19.4752 6.73831 19.3871 6.78639 19.3045L9.00002 15.5L11.2132 19.3045C11.2612 19.3871 11.2999 19.4752 11.3508 19.556C11.5163 19.8185 11.832 20 12.1356 20Lnan nanL12.1356 20C12.6127 20 12.9995 19.6075 12.9995 19.1234L13 12.5714C13 12.2558 12.7442 12 12.4287 12Lnan nanL12.4287 12C12.113 12 11.8571 12.2558 11.857 12.5714L11.8567 13.1429V18.2857L9.85512 14.7819C9.67986 14.4751 9.35363 14.2857 9.0003 14.2857Lnan nanL9.0003 14.2857C8.64696 14.2857 8.32071 14.475 8.14538 14.7818L6.14278 18.2857V13.1429V12.5708C6.14278 12.2556 5.88721 12 5.57195 12Lnan nanL5.57195 12C5.25612 12 5.00013 12.2561 5.00028 12.5719L5.00056 13.1429L5 19.1234Z" fill="white"/>
<path d="M6.82961 19.3296L9.00002 15.5994L11.1699 19.3297C11.19 19.3642 11.2084 19.3997 11.2275 19.4365C11.2305 19.4423 11.2335 19.4481 11.2365 19.454C11.2586 19.4965 11.2818 19.5404 11.3085 19.5827C11.4827 19.8588 11.8139 20.05 12.1356 20.05C12.641 20.05 13.0495 19.6345 13.0495 19.1234L13.05 12.5714C13.05 12.2282 12.7718 11.95 12.4287 11.95C12.0854 11.95 11.8071 12.2281 11.807 12.5714V12.5714L11.8067 18.0974L9.89853 14.7571C9.71437 14.4347 9.37157 14.2357 9.0003 14.2357C8.62902 14.2357 8.2862 14.4346 8.10197 14.757L6.19278 18.0975V12.5708C6.19278 12.228 5.91483 11.95 5.57195 11.95C5.2285 11.95 4.95013 12.2285 4.95028 12.5719C4.95028 12.572 4.95028 12.572 4.95028 12.572L4.95 19.1234C4.95 19.6345 5.35847 20.05 5.86388 20.05C6.18559 20.05 6.51675 19.8589 6.69089 19.5828C6.71762 19.5404 6.74087 19.4965 6.76297 19.454C6.76601 19.4481 6.76903 19.4423 6.77203 19.4365C6.79109 19.3997 6.8095 19.3642 6.82961 19.3296Z" fill="white" stroke="white" stroke-width="0.1"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M15 9.6H3C2.77909 9.6 2.6 9.77909 2.6 10V22C2.6 22.2209 2.77909 22.4 3 22.4H15C15.2209 22.4 15.4 22.2209 15.4 22V10C15.4 9.77909 15.2209 9.6 15 9.6ZM3 8C1.89543 8 1 8.89543 1 10V22C1 23.1046 1.89543 24 3 24H15C16.1046 24 17 23.1046 17 22V10C17 8.89543 16.1046 8 15 8H3Z" fill="#2089CF"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

7
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/wordFile_disable.svg

@ -1,6 +1,11 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2.59961 9.98039C2.59961 9.76288 2.77594 9.58655 2.99346 9.58655H15.0058C15.2233 9.58655 15.3996 9.76288 15.3996 9.98039V21.9927C15.3996 22.2102 15.2233 22.3865 15.0058 22.3865H2.99346C2.77594 22.3865 2.59961 22.2102 2.59961 21.9927V9.98039Z" fill="#0A1C38" fill-opacity="0.2"/>
<path d="M5 19.1234C5 19.6075 5.38677 20 5.86388 20Lnan nanL5.86388 20C6.16746 20 6.48309 19.8185 6.64861 19.5561C6.69962 19.4752 6.73831 19.3871 6.78639 19.3045L9.00002 15.5L11.2132 19.3045C11.2612 19.3871 11.2999 19.4752 11.3508 19.556C11.5163 19.8185 11.832 20 12.1356 20Lnan nanL12.1356 20C12.6127 20 12.9995 19.6075 12.9995 19.1234L13 12.5714C13 12.2558 12.7442 12 12.4287 12Lnan nanL12.4287 12C12.113 12 11.8571 12.2558 11.857 12.5714L11.8567 13.1429V18.2857L9.85512 14.7819C9.67986 14.4751 9.35363 14.2857 9.0003 14.2857Lnan nanL9.0003 14.2857C8.64696 14.2857 8.32071 14.475 8.14538 14.7818L6.14278 18.2857V13.1429V12.5708C6.14278 12.2556 5.88721 12 5.57195 12Lnan nanL5.57195 12C5.25612 12 5.00013 12.2561 5.00028 12.5719L5.00056 13.1429L5 19.1234Z" fill="#0A1C38" fill-opacity="0.29"/>
<mask id="path-2-outside-1_6799_74840" maskUnits="userSpaceOnUse" x="4" y="11" width="10" height="10" fill="black">
<rect fill="white" x="4" y="11" width="10" height="10"/>
<path d="M5 19.1234C5 19.6075 5.38677 20 5.86388 20C6.16746 20 6.48309 19.8185 6.64861 19.5561C6.69962 19.4752 6.73831 19.3871 6.78639 19.3045L9.00002 15.5L11.2132 19.3045C11.2612 19.3871 11.2999 19.4752 11.3508 19.556C11.5163 19.8185 11.832 20 12.1356 20C12.6127 20 12.9995 19.6075 12.9995 19.1234L13 12.5714C13 12.2558 12.7442 12 12.4287 12C12.113 12 11.8571 12.2558 11.857 12.5714L11.8567 18.2857L9.85512 14.7819C9.67986 14.4751 9.35363 14.2857 9.0003 14.2857C8.64696 14.2857 8.32071 14.475 8.14538 14.7818L6.14278 18.2857V12.5708C6.14278 12.2556 5.88721 12 5.57195 12C5.25612 12 5.00013 12.2561 5.00028 12.5719L5 19.1234Z"/>
</mask>
<path d="M5 19.1234C5 19.6075 5.38677 20 5.86388 20C6.16746 20 6.48309 19.8185 6.64861 19.5561C6.69962 19.4752 6.73831 19.3871 6.78639 19.3045L9.00002 15.5L11.2132 19.3045C11.2612 19.3871 11.2999 19.4752 11.3508 19.556C11.5163 19.8185 11.832 20 12.1356 20C12.6127 20 12.9995 19.6075 12.9995 19.1234L13 12.5714C13 12.2558 12.7442 12 12.4287 12C12.113 12 11.8571 12.2558 11.857 12.5714L11.8567 18.2857L9.85512 14.7819C9.67986 14.4751 9.35363 14.2857 9.0003 14.2857C8.64696 14.2857 8.32071 14.475 8.14538 14.7818L6.14278 18.2857V12.5708C6.14278 12.2556 5.88721 12 5.57195 12C5.25612 12 5.00013 12.2561 5.00028 12.5719L5 19.1234Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M5 19.1234L4.9 19.1234V19.1234H5ZM6.64861 19.5561L6.73318 19.6095L6.73318 19.6095L6.64861 19.5561ZM6.78639 19.3045L6.87283 19.3547L6.87283 19.3547L6.78639 19.3045ZM9.00002 15.5L9.08646 15.4497L9.00003 15.3011L8.91359 15.4497L9.00002 15.5ZM11.2132 19.3045L11.2996 19.2543L11.2996 19.2543L11.2132 19.3045ZM11.3508 19.556L11.4354 19.5027L11.4354 19.5027L11.3508 19.556ZM12.9995 19.1234L12.8995 19.1234V19.1234H12.9995ZM13 12.5714L12.9 12.5714L12.9 12.5714L13 12.5714ZM11.857 12.5714L11.757 12.5713L11.757 12.5714L11.857 12.5714ZM11.8567 18.2857L11.7699 18.3353L11.9567 18.6623L11.9567 18.2857L11.8567 18.2857ZM9.85512 14.7819L9.76829 14.8315L9.76829 14.8315L9.85512 14.7819ZM8.14538 14.7818L8.2322 14.8314L8.2322 14.8314L8.14538 14.7818ZM6.14278 18.2857H6.04278V18.6622L6.2296 18.3353L6.14278 18.2857ZM5.00028 12.5719L5.10028 12.572L5.10028 12.5719L5.00028 12.5719ZM4.9 19.1234C4.9 19.6614 5.33017 20.1 5.86388 20.1V19.9C5.44337 19.9 5.1 19.5537 5.1 19.1234H4.9ZM5.86388 20.1C6.20372 20.1 6.5504 19.8992 6.73318 19.6095L6.56403 19.5028C6.41578 19.7378 6.13121 19.9 5.86388 19.9V20.1ZM6.73318 19.6095C6.76112 19.5652 6.78521 19.5197 6.80734 19.477C6.83003 19.4334 6.85032 19.3934 6.87283 19.3547L6.69996 19.2542C6.67439 19.2981 6.65129 19.3436 6.62985 19.3849C6.60786 19.4272 6.5871 19.4662 6.56403 19.5028L6.73318 19.6095ZM6.87283 19.3547L9.08646 15.5503L8.91359 15.4497L6.69996 19.2542L6.87283 19.3547ZM8.91358 15.5503L11.1267 19.3548L11.2996 19.2543L9.08646 15.4497L8.91358 15.5503ZM11.1267 19.3548C11.1492 19.3935 11.1695 19.4334 11.1921 19.477C11.2143 19.5196 11.2383 19.5651 11.2662 19.6094L11.4354 19.5027C11.4124 19.4661 11.3916 19.4272 11.3696 19.3849C11.3482 19.3436 11.3251 19.2982 11.2996 19.2543L11.1267 19.3548ZM11.2662 19.6094C11.449 19.8992 11.7957 20.1 12.1356 20.1V19.9C11.8682 19.9 11.5836 19.7377 11.4354 19.5027L11.2662 19.6094ZM12.1356 20.1C12.6693 20.1 13.0995 19.6614 13.0995 19.1234H12.8995C12.8995 19.5537 12.5561 19.9 12.1356 19.9V20.1ZM13.0995 19.1234L13.1 12.5714L12.9 12.5714L12.8995 19.1234L13.0995 19.1234ZM13.1 12.5714C13.1 12.2006 12.7994 11.9 12.4287 11.9V12.1C12.689 12.1 12.9 12.3111 12.9 12.5714L13.1 12.5714ZM12.4287 11.9C12.0578 11.9 11.7572 12.2005 11.757 12.5713L11.957 12.5714C11.9571 12.311 12.1682 12.1 12.4287 12.1V11.9ZM11.9435 18.2361L9.94195 14.7323L9.76829 14.8315L11.7699 18.3353L11.9435 18.2361ZM9.94195 14.7323C9.74889 14.3943 9.38952 14.1857 9.0003 14.1857V14.3857C9.31774 14.3857 9.61083 14.5558 9.76829 14.8315L9.94195 14.7323ZM9.0003 14.1857C8.61108 14.1857 8.2517 14.3943 8.05856 14.7322L8.2322 14.8314C8.38973 14.5558 8.68285 14.3857 9.0003 14.3857V14.1857ZM8.05856 14.7322L6.05596 18.2361L6.2296 18.3353L8.2322 14.8314L8.05856 14.7322ZM6.24278 12.5708C6.24278 12.2003 5.94244 11.9 5.57195 11.9V12.1C5.83198 12.1 6.04278 12.3108 6.04278 12.5708H6.24278ZM5.57195 11.9C5.20087 11.9 4.9001 12.2009 4.90028 12.572L5.10028 12.5719C5.10015 12.3113 5.31136 12.1 5.57195 12.1V11.9ZM11.757 12.5714L11.7567 18.2857L11.9567 18.2857L11.957 12.5714L11.757 12.5714ZM6.24278 18.2857V12.5708H6.04278V18.2857H6.24278ZM4.90028 12.5719L4.9 19.1234L5.1 19.1234L5.10028 12.572L4.90028 12.5719Z" fill="#0A1C38" fill-opacity="0.29" mask="url(#path-2-outside-1_6799_74840)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M15 9.6H3C2.77909 9.6 2.6 9.77909 2.6 10V22C2.6 22.2209 2.77909 22.4 3 22.4H15C15.2209 22.4 15.4 22.2209 15.4 22V10C15.4 9.77909 15.2209 9.6 15 9.6ZM3 8C1.89543 8 1 8.89543 1 10V22C1 23.1046 1.89543 24 3 24H15C16.1046 24 17 23.1046 17 22V10C17 8.89543 16.1046 8 15 8H3Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 10.7515V28H7V24H5V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7C5.89543 2 5 2.89543 5 4V8H7V4H23.0925L29 10.7515Z" fill="#0A1C38" fill-opacity="0.29"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

2
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/xlsFile.svg

@ -3,5 +3,5 @@
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.75 9C1.7835 9 1 9.7835 1 10.75V21.25C1 22.2165 1.7835 23 2.75 23H13.25C14.2165 23 15 22.2165 15 21.25V10.75C15 9.7835 14.2165 9 13.25 9H2.75Z" fill="#60C172"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.22347 18.6975C3.92551 18.9954 3.92551 19.4785 4.22347 19.7765C4.52143 20.0744 5.00451 20.0744 5.30247 19.7765L7.99993 17.079L10.6975 19.7765C10.9954 20.0745 11.4785 20.0745 11.7765 19.7765C12.0744 19.4786 12.0744 18.9955 11.7765 18.6975L9.07893 16L11.7765 13.3025C12.0744 13.0045 12.0744 12.5214 11.7765 12.2235C11.4785 11.9255 10.9954 11.9255 10.6975 12.2235L7.99993 14.921L5.30247 12.2235C5.00451 11.9256 4.52143 11.9256 4.22347 12.2235C3.92551 12.5215 3.92551 13.0046 4.22347 13.3025L6.92093 16L4.22347 18.6975Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14 9.6H2C1.77909 9.6 1.6 9.77909 1.6 10V22C1.6 22.2209 1.77909 22.4 2 22.4H14C14.2209 22.4 14.4 22.2209 14.4 22V10C14.4 9.77909 14.2209 9.6 14 9.6ZM2 8C0.895431 8 0 8.89543 0 10V22C0 23.1046 0.895431 24 2 24H14C15.1046 24 16 23.1046 16 22V10C16 8.89543 15.1046 8 14 8H2Z" fill="#2D9848"/>
<path d="M23 25C23 24.4477 23.4477 24 24 24Lnan nanL24 24C24.5523 24 25 24.4477 25 25V27C25 27.5523 24.5523 28 24 28Lnan nanL24 28C23.4477 28 23 27.5523 23 27V25Z" fill="#0A1C38" fill-opacity="0.9"/>
<rect x="23" y="24" width="2" height="4" rx="1" fill="#0A1C38" fill-opacity="0.9"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

4
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/xlsFile_disable.svg

@ -1,7 +1,7 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1.60352 9.98963C1.60352 9.77207 1.77981 9.5957 1.99728 9.5957H14.0071C14.2246 9.5957 14.4009 9.77207 14.4009 9.98963V22.0045C14.4009 22.2221 14.2246 22.3984 14.0071 22.3984H1.99728C1.77981 22.3984 1.60352 22.2221 1.60352 22.0045V9.98963Z" fill="#0A1C38" fill-opacity="0.2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14 9.6H2C1.77909 9.6 1.6 9.77909 1.6 10V22C1.6 22.2209 1.77909 22.4 2 22.4H14C14.2209 22.4 14.4 22.2209 14.4 22V10C14.4 9.77909 14.2209 9.6 14 9.6ZM2 8C0.895431 8 0 8.89543 0 10V22C0 23.1046 0.895431 24 2 24H14C15.1046 24 16 23.1046 16 22V10C16 8.89543 15.1046 8 14 8H2Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M23 25C23 24.4477 23.4477 24 24 24Lnan nanL24 24C24.5523 24 25 24.4477 25 25V27C25 27.5523 24.5523 28 24 28Lnan nanL24 28C23.4477 28 23 27.5523 23 27V25Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.22347 18.6975C3.92551 18.9954 3.92551 19.4785 4.22347 19.7765C4.52143 20.0744 5.00451 20.0744 5.30247 19.7765L7.99993 17.079L10.6975 19.7765C10.9954 20.0745 11.4785 20.0745 11.7765 19.7765C12.0744 19.4786 12.0744 18.9955 11.7765 18.6975L9.07893 16L11.7765 13.3025C12.0744 13.0045 12.0744 12.5214 11.7765 12.2235C11.4785 11.9255 10.9954 11.9255 10.6975 12.2235L7.99993 14.921L5.30247 12.2235C5.00451 11.9256 4.52143 11.9256 4.22347 12.2235C3.92551 12.5215 3.92551 13.0046 4.22347 13.3025L6.92093 16L4.22347 18.6975Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14 9.6H2C1.77909 9.6 1.6 9.77909 1.6 10V22C1.6 22.2209 1.77909 22.4 2 22.4H14C14.2209 22.4 14.4 22.2209 14.4 22V10C14.4 9.77909 14.2209 9.6 14 9.6ZM2 8C0.895431 8 0 8.89543 0 10V22C0 23.1046 0.895431 24 2 24H14C15.1046 24 16 23.1046 16 22V10C16 8.89543 15.1046 8 14 8H2Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M27 15V10.7515L21.0925 4H5V8H3V4C3 2.89543 3.89543 2 5 2H21.0925C21.6692 2 22.2178 2.24896 22.5976 2.68299L28.5052 9.43446C28.8242 9.79904 29 10.267 29 10.7515V15H27ZM3 28V24H5V28H15V30H5C3.89543 30 3 29.1046 3 28ZM26 20V21H22V20C22 18.8954 22.8954 18 24 18C25.1046 18 26 18.8954 26 20ZM20 21V20C20 17.7909 21.7909 16 24 16C26.2091 16 28 17.7909 28 20V21H29C30.1046 21 31 21.8954 31 23V29C31 30.1046 30.1046 31 29 31H19C17.8954 31 17 30.1046 17 29V23C17 21.8954 17.8954 21 19 21H20ZM28 23H26H22H20H19V29H29V23H28Z" fill="#0A1C38" fill-opacity="0.29"/>
<rect x="23" y="24" width="2" height="4" rx="1" fill="#0A1C38" fill-opacity="0.29"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

8
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/xmlFile.svg

@ -1,9 +1,9 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 28V4H23L29 10.5V28H7Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 28V10.7515L23.0925 4H7L7 28H29ZM7 2C5.89543 2 5 2.89543 5 4V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7Z" fill="#0A1C38" fill-opacity="0.9"/>
<path d="M1.56152 11.4445C1.56152 10.3706 2.49589 9.5 3.64848 9.5H23.4746C24.6272 9.5 25.5615 10.3706 25.5615 11.4445V20.1948C25.5615 21.2688 24.6272 22.1393 23.4746 22.1393H3.64848C2.49589 22.1393 1.56152 21.2688 1.56152 20.1948V11.4445Z" fill="#BECB47"/>
<path d="M10.8125 13.267C10.8125 12.8434 11.1509 12.5 11.5684 12.5L-nan -nanL11.5684 12.5C11.8753 12.5 12.1962 12.7119 12.3125 13L14.3125 16.5L16.3125 13C16.4288 12.7119 16.7497 12.5 17.0566 12.5L-nan -nanL17.0566 12.5C17.4741 12.5 17.8125 12.8434 17.8125 13.267L17.813 19C17.813 19.2761 17.5892 19.5 17.313 19.5L-nan -nanL17.313 19.5C17.0368 19.5 16.8129 19.2762 16.8128 19L16.8125 18.5V14L15.0606 17.0659C14.9072 17.3343 14.6217 17.5 14.3125 17.5L-nan -nanL14.3125 17.5C14.0033 17.5 13.7178 17.3343 13.5644 17.0659L11.8125 14V18.5V19.0005C11.8125 19.2764 11.5889 19.5 11.313 19.5L-nan -nanL11.313 19.5C11.0366 19.5 10.8126 19.2759 10.8127 18.9995L10.813 18.5L10.8125 13.267Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 11.1H3C2.77909 11.1 2.6 11.2791 2.6 11.5V20.5C2.6 20.7209 2.77909 20.9 3 20.9H24C24.2209 20.9 24.4 20.7209 24.4 20.5V11.5C24.4 11.2791 24.2209 11.1 24 11.1ZM3 9.5C1.89543 9.5 1 10.3954 1 11.5V20.5C1 21.6046 1.89543 22.5 3 22.5H24C25.1046 22.5 26 21.6046 26 20.5V11.5C26 10.3954 25.1046 9.5 24 9.5H3Z" fill="#8BA21A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.15758 12.8508C3.97599 12.6575 3.68156 12.6575 3.49997 12.8508C3.31837 13.0441 3.31837 13.3575 3.49997 13.5508L5.80177 16.001L3.50028 18.4508C3.31868 18.6441 3.31868 18.9575 3.50028 19.1508C3.68187 19.3441 3.9763 19.3441 4.15789 19.1508L6.45939 16.701L8.76089 19.1508C8.94248 19.3441 9.23691 19.3441 9.4185 19.1508C9.6001 18.9575 9.6001 18.6441 9.4185 18.4508L7.117 16.001L9.41881 13.5508C9.60041 13.3575 9.60041 13.0441 9.41881 12.8508C9.23722 12.6575 8.94279 12.6575 8.7612 12.8508L6.45939 15.301L4.15758 12.8508Z" fill="white"/>
<path d="M19 13C19 12.7239 19.2239 12.5 19.5 12.5Lnan nanL19.5 12.5C19.7761 12.5 20 12.7239 20 13V19C20 19.2761 19.7761 19.5 19.5 19.5Lnan nanL19.5 19.5C19.2239 19.5 19 19.2761 19 19V16V13Z" fill="white"/>
<path d="M23.5 18.5C23.7761 18.5 24 18.7239 24 19L-nan -nanL24 19C24 19.2761 23.7761 19.5 23.5 19.5L19.5 19.5C19.2239 19.5 19 19.2761 19 19L-nan -nanL19 19C19 18.7239 19.2239 18.5 19.5 18.5L23.5 18.5Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.7998 13.1496C10.7998 12.5359 11.6006 12.2657 11.9962 12.7459L14.2998 15.5412L16.6034 12.7459C16.999 12.2657 17.7998 12.5359 17.7998 13.1496V18.898C17.7998 19.2305 17.5207 19.5 17.1765 19.5C16.8323 19.5 16.5532 19.2305 16.5532 18.898V14.7401L15.0501 16.5641C14.6662 17.0299 13.9334 17.03 13.5495 16.5641L12.0464 14.7401V18.898C12.0464 19.2305 11.7673 19.5 11.4231 19.5C11.0789 19.5 10.7998 19.2305 10.7998 18.898V13.1496Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19 13.15C19 12.791 19.291 12.5 19.65 12.5C20.009 12.5 20.3 12.791 20.3 13.15V18.2273H22.8636C23.2151 18.2273 23.5 18.5122 23.5 18.8636C23.5 19.2151 23.2151 19.5 22.8636 19.5H19.6818C19.3053 19.5 19 19.1947 19 18.8182V13.15Z" fill="white"/>
<path d="M6.52002 16.8672L4.33598 19.0638C4.09689 19.3043 3.70779 19.3043 3.4687 19.0638C3.23156 18.8253 3.23156 18.4401 3.4687 18.2016L5.65772 15.9999L3.46898 13.7984C3.23183 13.5599 3.23183 13.1747 3.46897 12.9362C3.70806 12.6957 4.09717 12.6957 4.33626 12.9362L6.52002 15.1326L8.70378 12.9362C8.94287 12.6957 9.33198 12.6957 9.57106 12.9362C9.80821 13.1747 9.80821 13.5599 9.57106 13.7984L7.38232 15.9999L9.57134 18.2016C9.80848 18.4401 9.80848 18.8253 9.57134 19.0638C9.33225 19.3043 8.94315 19.3043 8.70406 19.0638L6.52002 16.8672Z" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

6
designer-base/src/main/resources/com/fine/theme/icon/filetree/filetype/xmlFile_disable.svg

@ -1,8 +1,8 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.00596 11.0941H24.006C24.2269 11.0941 24.406 11.2732 24.406 11.4941V20.4941C24.406 20.715 24.2269 20.8941 24.006 20.8941H3.00596C2.78504 20.8941 2.60596 20.715 2.60596 20.4941V11.4941C2.60596 11.2732 2.78504 11.0941 3.00596 11.0941Z" fill="#0A1C38" fill-opacity="0.2"/>
<path d="M10.8125 13.267C10.8125 12.8434 11.1509 12.5 11.5684 12.5L-nan -nanL11.5684 12.5C11.8753 12.5 12.1962 12.7119 12.3125 13L14.3125 16.5L16.3125 13C16.4288 12.7119 16.7497 12.5 17.0566 12.5L-nan -nanL17.0566 12.5C17.4741 12.5 17.8125 12.8434 17.8125 13.267L17.813 19C17.813 19.2761 17.5892 19.5 17.313 19.5L-nan -nanL17.313 19.5C17.0368 19.5 16.8129 19.2762 16.8128 19L16.8125 18.5V14L15.0606 17.0659C14.9072 17.3343 14.6217 17.5 14.3125 17.5L-nan -nanL14.3125 17.5C14.0033 17.5 13.7178 17.3343 13.5644 17.0659L11.8125 14V18.5V19.0005C11.8125 19.2764 11.5889 19.5 11.313 19.5L-nan -nanL11.313 19.5C11.0366 19.5 10.8126 19.2759 10.8127 18.9995L10.813 18.5L10.8125 13.267Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 11.1H3C2.77909 11.1 2.6 11.2791 2.6 11.5V20.5C2.6 20.7209 2.77909 20.9 3 20.9H24C24.2209 20.9 24.4 20.7209 24.4 20.5V11.5C24.4 11.2791 24.2209 11.1 24 11.1ZM3 9.5C1.89543 9.5 1 10.3954 1 11.5V20.5C1 21.6046 1.89543 22.5 3 22.5H24C25.1046 22.5 26 21.6046 26 20.5V11.5C26 10.3954 25.1046 9.5 24 9.5H3Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.15758 12.8508C3.97599 12.6575 3.68156 12.6575 3.49997 12.8508C3.31837 13.0441 3.31837 13.3575 3.49997 13.5508L5.80177 16.001L3.50028 18.4508C3.31868 18.6441 3.31868 18.9575 3.50028 19.1508C3.68187 19.3441 3.9763 19.3441 4.15789 19.1508L6.45939 16.701L8.76089 19.1508C8.94248 19.3441 9.23691 19.3441 9.4185 19.1508C9.6001 18.9575 9.6001 18.6441 9.4185 18.4508L7.117 16.001L9.41881 13.5508C9.60041 13.3575 9.60041 13.0441 9.41881 12.8508C9.23722 12.6575 8.94279 12.6575 8.7612 12.8508L6.45939 15.301L4.15758 12.8508Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.5 12.4941C19.2239 12.4941 19 12.718 19 12.9941V18.9941C19 19.2703 19.2239 19.4941 19.5 19.4941H23.5C23.7761 19.4941 24 19.2703 24 18.9941C24 18.718 23.7761 18.4941 23.5 18.4941H20V12.9941C20 12.718 19.7761 12.4941 19.5 12.4941Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 10.7515V28H7V22.5H5V28C5 29.1046 5.89543 30 7 30H29C30.1046 30 31 29.1046 31 28V10.7515C31 10.267 30.8242 9.79904 30.5052 9.43446L24.5976 2.68299C24.2178 2.24896 23.6692 2 23.0925 2H7C5.89543 2 5 2.89543 5 4V9.5H7V4H23.0925L29 10.7515Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.7998 13.1496C10.7998 12.5359 11.6006 12.2657 11.9962 12.7459L14.2998 15.5412L16.6034 12.7459C16.999 12.2657 17.7998 12.5359 17.7998 13.1496V18.898C17.7998 19.2305 17.5207 19.5 17.1765 19.5C16.8323 19.5 16.5532 19.2305 16.5532 18.898V14.7401L15.0501 16.5641C14.6662 17.0299 13.9334 17.03 13.5495 16.5641L12.0464 14.7401V18.898C12.0464 19.2305 11.7673 19.5 11.4231 19.5C11.0789 19.5 10.7998 19.2305 10.7998 18.898V13.1496Z" fill="#0A1C38" fill-opacity="0.29"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19 13.15C19 12.791 19.291 12.5 19.65 12.5V12.5C20.009 12.5 20.3 12.791 20.3 13.15V18.2273H22.8636C23.2151 18.2273 23.5 18.5122 23.5 18.8636V18.8636C23.5 19.2151 23.2151 19.5 22.8636 19.5H19.6818C19.3053 19.5 19 19.1947 19 18.8182V13.15Z" fill="#0A1C38" fill-opacity="0.29"/>
<path d="M6.52002 16.8672L4.33598 19.0638C4.09689 19.3043 3.70779 19.3043 3.4687 19.0638V19.0638C3.23156 18.8253 3.23156 18.4401 3.4687 18.2016L5.65772 15.9999L3.46898 13.7984C3.23183 13.5599 3.23183 13.1747 3.46897 12.9362V12.9362C3.70806 12.6957 4.09717 12.6957 4.33626 12.9362L6.52002 15.1326L8.70378 12.9362C8.94287 12.6957 9.33198 12.6957 9.57106 12.9362V12.9362C9.80821 13.1747 9.80821 13.5599 9.57106 13.7984L7.38232 15.9999L9.57134 18.2016C9.80848 18.4401 9.80848 18.8253 9.57134 19.0638V19.0638C9.33225 19.3043 8.94315 19.3043 8.70406 19.0638L6.52002 16.8672Z" fill="#0A1C38" fill-opacity="0.29"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

4
designer-base/src/main/resources/com/fine/theme/light/ui/fine_light.icon.json

@ -135,7 +135,9 @@
"bias": "insert/bias.svg",
"sub_report": "insert/sub_report.svg",
"chart_line": "chart/chart_line.svg",
"popup": "popup/popup.svg",
"popup": {
"normal": "popup/popup.svg"
},
"clear": "clear.svg",
"clear_hover": "clear_hover.svg",
"tool_copy": "toolbar/copy.svg",

73
designer-base/src/test/java/com/fr/design/gui/storybook/components/IconStoryBoard.java

@ -1,15 +1,18 @@
package com.fr.design.gui.storybook.components;
import com.fine.swing.ui.layout.Layouts;
import com.fine.theme.icon.LazyIcon;
import com.fine.theme.light.ui.FineLightIconSet;
import com.fr.design.gui.ilable.UILabel;
import com.fr.design.gui.storybook.Story;
import com.fr.design.gui.storybook.StoryBoard;
import javax.swing.JLabel;
import javax.swing.SwingConstants;
import static com.fine.swing.ui.layout.Layouts.cell;
import static com.fine.swing.ui.layout.Layouts.column;
import static com.fine.swing.ui.layout.Layouts.fix;
import static com.fine.swing.ui.layout.Layouts.flex;
import static com.fine.swing.ui.layout.Layouts.row;
/**
@ -19,42 +22,50 @@ import static com.fine.swing.ui.layout.Layouts.row;
*/
@Story
public class IconStoryBoard extends StoryBoard {
private FineLightIconSet iconSet = new FineLightIconSet();
public IconStoryBoard() {
super("图标");
add(
cell(new UILabel("普通图标")).with(this::h3),
row(10,
cell(new JLabel(new LazyIcon("cut"))),
cell(new JLabel(new LazyIcon("save"))),
cell(new JLabel(new LazyIcon("copy"))),
cell(new JLabel(new LazyIcon("formatBrush"))),
cell(new JLabel(new LazyIcon("paste"))),
cell(new JLabel(new LazyIcon("undo"))),
cell(new JLabel(new LazyIcon("redo")))
add(row(
column(10,
cell(new UILabel("普通图标")).with(this::h3),
icons()
),
fix(5),
cell(new UILabel("禁用图标")).with(this::h3),
row(10,
cell(new JLabel(new LazyIcon("cut").disabled())),
cell(new JLabel(new LazyIcon("save").disabled())),
cell(new JLabel(new LazyIcon("copy").disabled())),
cell(new JLabel(new LazyIcon("formatBrush").disabled())),
cell(new JLabel(new LazyIcon("paste").disabled())),
cell(new JLabel(new LazyIcon("undo").disabled())),
cell(new JLabel(new LazyIcon("redo").disabled()))
column(10,
cell(new UILabel("禁用图标")).with(this::h3),
disableIcons()
),
fix(5),
cell(new UILabel("白化图标")).with(this::h3),
row(10,
cell(new JLabel(new LazyIcon("cut").white())),
cell(new JLabel(new LazyIcon("save").white())),
cell(new JLabel(new LazyIcon("copy").white())),
cell(new JLabel(new LazyIcon("formatBrush").white())),
cell(new JLabel(new LazyIcon("paste").white())),
cell(new JLabel(new LazyIcon("undo").white())),
cell(new JLabel(new LazyIcon("redo").white()))
),
flex()
column(10,
cell(new UILabel("白化图标")).with(this::h3),
whiteIcons()
))
);
}
private Layouts.Cell<?> icons() {
return column(10,
iconSet.getIds().stream().sorted()
.map(id -> cell(new JLabel(id, new LazyIcon(id), SwingConstants.LEFT)))
.toArray(Layouts.Cell[]::new));
}
private Layouts.Cell<?> disableIcons() {
return column(10,
iconSet.getIds().stream().sorted()
.map(id -> cell(new JLabel(id, new LazyIcon(id).disabled(), SwingConstants.LEFT))
.with(it -> {
it.setDisabledIcon(new LazyIcon(id).disabled());
it.setEnabled(false);
}))
.toArray(Layouts.Cell[]::new));
}
private Layouts.Cell<?> whiteIcons() {
return column(10,
iconSet.getIds().stream().sorted()
.map(id -> cell(new JLabel(id, new LazyIcon(id).white(), SwingConstants.LEFT)))
.toArray(Layouts.Cell[]::new));
}
}

Loading…
Cancel
Save