Update zoom icons

This commit is contained in:
Nate Butler 2023-07-10 10:09:59 -04:00
parent 530561e4eb
commit f0cddeb478
3 changed files with 10 additions and 2 deletions

View File

@ -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>

After

Width:  |  Height:  |  Size: 315 B

View File

@ -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>

After

Width:  |  Height:  |  Size: 297 B

View File

@ -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",