diff --git a/docs/static/fonts/icons/iconfont.css b/docs/static/fonts/icons/iconfont.css
index 4f5d6225..6ba0be84 100644
--- a/docs/static/fonts/icons/iconfont.css
+++ b/docs/static/fonts/icons/iconfont.css
@@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont";
- src: url("iconfont.eot?0110b30728d5ee42bbc746ff7b3c5a79?#iefix") format("embedded-opentype"),
-url("iconfont.woff2?0110b30728d5ee42bbc746ff7b3c5a79") format("woff2"),
-url("iconfont.woff?0110b30728d5ee42bbc746ff7b3c5a79") format("woff");
+ src: url("iconfont.eot?85962023e1141ed4156344d036c50fe8?#iefix") format("embedded-opentype"),
+url("iconfont.woff2?85962023e1141ed4156344d036c50fe8") format("woff2"),
+url("iconfont.woff?85962023e1141ed4156344d036c50fe8") format("woff");
}
.icon {
@@ -79,3 +79,9 @@ url("iconfont.woff?0110b30728d5ee42bbc746ff7b3c5a79") format("woff");
.icon-save:before {
content: "\f115";
}
+.icon-advancedcollapsed:before {
+ content: "\f116";
+}
+.icon-advancedexpanded:before {
+ content: "\f117";
+}
diff --git a/docs/static/fonts/icons/iconfont.eot b/docs/static/fonts/icons/iconfont.eot
index a8c3c2fc..9a182952 100644
Binary files a/docs/static/fonts/icons/iconfont.eot and b/docs/static/fonts/icons/iconfont.eot differ
diff --git a/docs/static/fonts/icons/iconfont.svg b/docs/static/fonts/icons/iconfont.svg
index b34c4ff4..647ad0a8 100644
--- a/docs/static/fonts/icons/iconfont.svg
+++ b/docs/static/fonts/icons/iconfont.svg
@@ -70,6 +70,12 @@
+
+
diff --git a/docs/static/fonts/icons/iconfont.ttf b/docs/static/fonts/icons/iconfont.ttf
index f792d2e4..e43edf6a 100644
Binary files a/docs/static/fonts/icons/iconfont.ttf and b/docs/static/fonts/icons/iconfont.ttf differ
diff --git a/docs/static/fonts/icons/iconfont.woff b/docs/static/fonts/icons/iconfont.woff
index e25c51d1..82bd444b 100644
Binary files a/docs/static/fonts/icons/iconfont.woff and b/docs/static/fonts/icons/iconfont.woff differ
diff --git a/docs/static/fonts/icons/iconfont.woff2 b/docs/static/fonts/icons/iconfont.woff2
index 93fcd098..7401e50c 100644
Binary files a/docs/static/fonts/icons/iconfont.woff2 and b/docs/static/fonts/icons/iconfont.woff2 differ
diff --git a/svgicons/categories/advancedcollapsed.svg b/svgicons/categories/advancedcollapsed.svg
index 491db6d2..0a196c1d 100644
--- a/svgicons/categories/advancedcollapsed.svg
+++ b/svgicons/categories/advancedcollapsed.svg
@@ -1,58 +1,10 @@
-
+
-
-
\ No newline at end of file
+
+
color
+
+
diff --git a/svgicons/categories/advancedexpanded.svg b/svgicons/categories/advancedexpanded.svg
new file mode 100644
index 00000000..6a94d2fd
--- /dev/null
+++ b/svgicons/categories/advancedexpanded.svg
@@ -0,0 +1,10 @@
+
+
+
diff --git a/svgicons/generateIcons.js b/svgicons/generateIcons.js
index 01b276cc..166e71e0 100644
--- a/svgicons/generateIcons.js
+++ b/svgicons/generateIcons.js
@@ -22,7 +22,9 @@ webfontsGenerator({
"./icons/cancel.svg",
"./icons/check.svg",
"./icons/download.svg",
- "./icons/save.svg"
+ "./icons/save.svg",
+ "./categories/advancedcollapsed.svg",
+ "./categories/advancedexpanded.svg"
],
dest: '../docs/static/fonts/icons/',
round: 10
diff --git a/theme/blockly.less b/theme/blockly.less
index b548f139..720da78f 100644
--- a/theme/blockly.less
+++ b/theme/blockly.less
@@ -120,6 +120,10 @@ span.blocklyTreeIcon.blocklyTreeIconadvancedcollapsed::before {
content: "\f116";
}
+span.blocklyTreeIcon.blocklyTreeIconadvancedexpanded::before {
+ content: "\f117";
+}
+
.save-editortools-btn .icon.save::before {
content: "\f115"
}