Update zoom icons

Nate Butler created

Change summary

assets/icons/radix/maximize.svg    | 4 ++++
assets/icons/radix/minimize.svg    | 4 ++++
styles/src/style_tree/assistant.ts | 4 ++--
3 files changed, 10 insertions(+), 2 deletions(-)

Detailed changes

assets/icons/radix/maximize.svg 🔗

@@ -0,0 +1,4 @@
+<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M9.5 1.5H13.5M13.5 1.5V5.5M13.5 1.5C12.1332 2.86683 10.3668 4.63317 9 6" stroke="white" stroke-linecap="round"/>
+<path d="M1.5 9.5V13.5M1.5 13.5L6 9M1.5 13.5H5.5" stroke="white" stroke-linecap="round"/>
+</svg>

assets/icons/radix/minimize.svg 🔗

@@ -0,0 +1,4 @@
+<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M13 6L9 6M9 6L9 2M9 6C10.3668 4.63316 12.1332 2.86683 13.5 1.5" stroke="white" stroke-linecap="round"/>
+<path d="M6 13L6 9M6 9L1.5 13.5M6 9L2 9" stroke="white" stroke-linecap="round"/>
+</svg>

styles/src/style_tree/assistant.ts 🔗

@@ -80,10 +80,10 @@ export default function assistant(theme: ColorScheme): any {
             icon: "icons/radix/magic-wand.svg",
         }),
         zoom_in_button: tab_bar_button(theme, {
-            icon: "icons/radix/enter-full-screen.svg",
+            icon: "icons/radix/maximize.svg",
         }),
         zoom_out_button: tab_bar_button(theme, {
-            icon: "icons/radix/exit-full-screen.svg",
+            icon: "icons/radix/minimize.svg",
         }),
         plus_button: tab_bar_button(theme, {
             icon: "icons/radix/plus.svg",