From f21150e179d2ceae1e743041fbf9ea9eddc93d9a Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Thu, 28 May 2015 17:41:22 +0200 Subject: add build system --- common/unity/close.svg | 220 ++++++++++++++++++++++ common/unity/close_dash.svg | 220 ++++++++++++++++++++++ common/unity/close_dash_disabled.svg | 215 ++++++++++++++++++++++ common/unity/close_dash_prelight.svg | 220 ++++++++++++++++++++++ common/unity/close_dash_pressed.svg | 220 ++++++++++++++++++++++ common/unity/close_focused_normal.svg | 220 ++++++++++++++++++++++ common/unity/close_focused_prelight.svg | 220 ++++++++++++++++++++++ common/unity/close_focused_pressed.svg | 220 ++++++++++++++++++++++ common/unity/close_unfocused.svg | 216 ++++++++++++++++++++++ common/unity/close_unfocused_prelight.svg | 220 ++++++++++++++++++++++ common/unity/close_unfocused_pressed.svg | 220 ++++++++++++++++++++++ common/unity/launcher_arrow_ltr_19.svg | 101 ++++++++++ common/unity/launcher_arrow_ltr_37.svg | 102 +++++++++++ common/unity/launcher_arrow_outline_ltr_19.svg | 101 ++++++++++ common/unity/launcher_arrow_outline_ltr_37.svg | 102 +++++++++++ common/unity/launcher_arrow_outline_rtl_19.svg | 102 +++++++++++ common/unity/launcher_arrow_outline_rtl_37.svg | 102 +++++++++++ common/unity/launcher_arrow_rtl_19.svg | 101 ++++++++++ common/unity/launcher_arrow_rtl_37.svg | 102 +++++++++++ common/unity/launcher_icon_back_150.svg | 61 ++++++ common/unity/launcher_icon_back_54.svg | 55 ++++++ common/unity/launcher_icon_edge_150.svg | 75 ++++++++ common/unity/launcher_icon_edge_54.svg | 65 +++++++ common/unity/launcher_icon_glow_200.svg | 7 + common/unity/launcher_icon_glow_62.svg | 7 + common/unity/launcher_icon_selected_back_150.svg | 77 ++++++++ common/unity/launcher_icon_selected_back_54.svg | 62 +++++++ common/unity/launcher_icon_shadow_200.svg | 7 + common/unity/launcher_icon_shadow_62.svg | 61 ++++++ common/unity/launcher_icon_shine_150.svg | 59 ++++++ common/unity/launcher_icon_shine_54.svg | 83 +++++++++ common/unity/launcher_pip_ltr_19.svg | 101 ++++++++++ common/unity/launcher_pip_ltr_37.svg | 103 +++++++++++ common/unity/launcher_pip_rtl_19.svg | 102 +++++++++++ common/unity/launcher_pip_rtl_37.svg | 103 +++++++++++ common/unity/maximize.svg | 178 ++++++++++++++++++ common/unity/maximize_dash.svg | 172 +++++++++++++++++ common/unity/maximize_dash_disabled.svg | 172 +++++++++++++++++ common/unity/maximize_dash_prelight.svg | 223 ++++++++++++++++++++++ common/unity/maximize_dash_pressed.svg | 224 +++++++++++++++++++++++ common/unity/maximize_focused_normal.svg | 178 ++++++++++++++++++ common/unity/maximize_focused_prelight.svg | 220 ++++++++++++++++++++++ common/unity/maximize_focused_pressed.svg | 224 +++++++++++++++++++++++ common/unity/maximize_unfocused.svg | 178 ++++++++++++++++++ common/unity/maximize_unfocused_prelight.svg | 220 ++++++++++++++++++++++ common/unity/maximize_unfocused_pressed.svg | 224 +++++++++++++++++++++++ common/unity/minimize.svg | 178 ++++++++++++++++++ common/unity/minimize_dash.svg | 172 +++++++++++++++++ common/unity/minimize_dash_disabled.svg | 172 +++++++++++++++++ common/unity/minimize_dash_prelight.svg | 223 ++++++++++++++++++++++ common/unity/minimize_dash_pressed.svg | 224 +++++++++++++++++++++++ common/unity/minimize_focused_normal.svg | 178 ++++++++++++++++++ common/unity/minimize_focused_prelight.svg | 220 ++++++++++++++++++++++ common/unity/minimize_focused_pressed.svg | 224 +++++++++++++++++++++++ common/unity/minimize_unfocused.svg | 178 ++++++++++++++++++ common/unity/minimize_unfocused_prelight.svg | 220 ++++++++++++++++++++++ common/unity/minimize_unfocused_pressed.svg | 224 +++++++++++++++++++++++ common/unity/unmaximize.svg | 178 ++++++++++++++++++ common/unity/unmaximize_dash.svg | 172 +++++++++++++++++ common/unity/unmaximize_dash_disabled.svg | 172 +++++++++++++++++ common/unity/unmaximize_dash_prelight.svg | 219 ++++++++++++++++++++++ common/unity/unmaximize_dash_pressed.svg | 224 +++++++++++++++++++++++ common/unity/unmaximize_focused_normal.svg | 178 ++++++++++++++++++ common/unity/unmaximize_focused_prelight.svg | 220 ++++++++++++++++++++++ common/unity/unmaximize_focused_pressed.svg | 224 +++++++++++++++++++++++ common/unity/unmaximize_unfocused.svg | 178 ++++++++++++++++++ common/unity/unmaximize_unfocused_prelight.svg | 220 ++++++++++++++++++++++ common/unity/unmaximize_unfocused_pressed.svg | 224 +++++++++++++++++++++++ 68 files changed, 10887 insertions(+) create mode 100644 common/unity/close.svg create mode 100644 common/unity/close_dash.svg create mode 100644 common/unity/close_dash_disabled.svg create mode 100644 common/unity/close_dash_prelight.svg create mode 100644 common/unity/close_dash_pressed.svg create mode 100644 common/unity/close_focused_normal.svg create mode 100644 common/unity/close_focused_prelight.svg create mode 100644 common/unity/close_focused_pressed.svg create mode 100644 common/unity/close_unfocused.svg create mode 100644 common/unity/close_unfocused_prelight.svg create mode 100644 common/unity/close_unfocused_pressed.svg create mode 100644 common/unity/launcher_arrow_ltr_19.svg create mode 100644 common/unity/launcher_arrow_ltr_37.svg create mode 100644 common/unity/launcher_arrow_outline_ltr_19.svg create mode 100644 common/unity/launcher_arrow_outline_ltr_37.svg create mode 100644 common/unity/launcher_arrow_outline_rtl_19.svg create mode 100644 common/unity/launcher_arrow_outline_rtl_37.svg create mode 100644 common/unity/launcher_arrow_rtl_19.svg create mode 100644 common/unity/launcher_arrow_rtl_37.svg create mode 100755 common/unity/launcher_icon_back_150.svg create mode 100755 common/unity/launcher_icon_back_54.svg create mode 100755 common/unity/launcher_icon_edge_150.svg create mode 100755 common/unity/launcher_icon_edge_54.svg create mode 100755 common/unity/launcher_icon_glow_200.svg create mode 100755 common/unity/launcher_icon_glow_62.svg create mode 100755 common/unity/launcher_icon_selected_back_150.svg create mode 100755 common/unity/launcher_icon_selected_back_54.svg create mode 100755 common/unity/launcher_icon_shadow_200.svg create mode 100755 common/unity/launcher_icon_shadow_62.svg create mode 100755 common/unity/launcher_icon_shine_150.svg create mode 100755 common/unity/launcher_icon_shine_54.svg create mode 100644 common/unity/launcher_pip_ltr_19.svg create mode 100644 common/unity/launcher_pip_ltr_37.svg create mode 100644 common/unity/launcher_pip_rtl_19.svg create mode 100644 common/unity/launcher_pip_rtl_37.svg create mode 100644 common/unity/maximize.svg create mode 100644 common/unity/maximize_dash.svg create mode 100644 common/unity/maximize_dash_disabled.svg create mode 100644 common/unity/maximize_dash_prelight.svg create mode 100644 common/unity/maximize_dash_pressed.svg create mode 100644 common/unity/maximize_focused_normal.svg create mode 100644 common/unity/maximize_focused_prelight.svg create mode 100644 common/unity/maximize_focused_pressed.svg create mode 100644 common/unity/maximize_unfocused.svg create mode 100644 common/unity/maximize_unfocused_prelight.svg create mode 100644 common/unity/maximize_unfocused_pressed.svg create mode 100644 common/unity/minimize.svg create mode 100644 common/unity/minimize_dash.svg create mode 100644 common/unity/minimize_dash_disabled.svg create mode 100644 common/unity/minimize_dash_prelight.svg create mode 100644 common/unity/minimize_dash_pressed.svg create mode 100644 common/unity/minimize_focused_normal.svg create mode 100644 common/unity/minimize_focused_prelight.svg create mode 100644 common/unity/minimize_focused_pressed.svg create mode 100644 common/unity/minimize_unfocused.svg create mode 100644 common/unity/minimize_unfocused_prelight.svg create mode 100644 common/unity/minimize_unfocused_pressed.svg create mode 100644 common/unity/unmaximize.svg create mode 100644 common/unity/unmaximize_dash.svg create mode 100644 common/unity/unmaximize_dash_disabled.svg create mode 100644 common/unity/unmaximize_dash_prelight.svg create mode 100644 common/unity/unmaximize_dash_pressed.svg create mode 100644 common/unity/unmaximize_focused_normal.svg create mode 100644 common/unity/unmaximize_focused_prelight.svg create mode 100644 common/unity/unmaximize_focused_pressed.svg create mode 100644 common/unity/unmaximize_unfocused.svg create mode 100644 common/unity/unmaximize_unfocused_prelight.svg create mode 100644 common/unity/unmaximize_unfocused_pressed.svg (limited to 'common/unity') diff --git a/common/unity/close.svg b/common/unity/close.svg new file mode 100644 index 0000000..5ef197d --- /dev/null +++ b/common/unity/close.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/close_dash.svg b/common/unity/close_dash.svg new file mode 100644 index 0000000..e5e4f4f --- /dev/null +++ b/common/unity/close_dash.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/close_dash_disabled.svg b/common/unity/close_dash_disabled.svg new file mode 100644 index 0000000..d4a4d5a --- /dev/null +++ b/common/unity/close_dash_disabled.svg @@ -0,0 +1,215 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/close_dash_prelight.svg b/common/unity/close_dash_prelight.svg new file mode 100644 index 0000000..99d4e33 --- /dev/null +++ b/common/unity/close_dash_prelight.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/close_dash_pressed.svg b/common/unity/close_dash_pressed.svg new file mode 100644 index 0000000..cf185e5 --- /dev/null +++ b/common/unity/close_dash_pressed.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/close_focused_normal.svg b/common/unity/close_focused_normal.svg new file mode 100644 index 0000000..3dbf0fd --- /dev/null +++ b/common/unity/close_focused_normal.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/close_focused_prelight.svg b/common/unity/close_focused_prelight.svg new file mode 100644 index 0000000..ab27ac1 --- /dev/null +++ b/common/unity/close_focused_prelight.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/close_focused_pressed.svg b/common/unity/close_focused_pressed.svg new file mode 100644 index 0000000..d88c52d --- /dev/null +++ b/common/unity/close_focused_pressed.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/close_unfocused.svg b/common/unity/close_unfocused.svg new file mode 100644 index 0000000..7f97583 --- /dev/null +++ b/common/unity/close_unfocused.svg @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/close_unfocused_prelight.svg b/common/unity/close_unfocused_prelight.svg new file mode 100644 index 0000000..85e3a1d --- /dev/null +++ b/common/unity/close_unfocused_prelight.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/close_unfocused_pressed.svg b/common/unity/close_unfocused_pressed.svg new file mode 100644 index 0000000..5d2b37b --- /dev/null +++ b/common/unity/close_unfocused_pressed.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/launcher_arrow_ltr_19.svg b/common/unity/launcher_arrow_ltr_19.svg new file mode 100644 index 0000000..8ddb9e5 --- /dev/null +++ b/common/unity/launcher_arrow_ltr_19.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/common/unity/launcher_arrow_ltr_37.svg b/common/unity/launcher_arrow_ltr_37.svg new file mode 100644 index 0000000..cc3b564 --- /dev/null +++ b/common/unity/launcher_arrow_ltr_37.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/common/unity/launcher_arrow_outline_ltr_19.svg b/common/unity/launcher_arrow_outline_ltr_19.svg new file mode 100644 index 0000000..b475ca0 --- /dev/null +++ b/common/unity/launcher_arrow_outline_ltr_19.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/common/unity/launcher_arrow_outline_ltr_37.svg b/common/unity/launcher_arrow_outline_ltr_37.svg new file mode 100644 index 0000000..52e736c --- /dev/null +++ b/common/unity/launcher_arrow_outline_ltr_37.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/common/unity/launcher_arrow_outline_rtl_19.svg b/common/unity/launcher_arrow_outline_rtl_19.svg new file mode 100644 index 0000000..9c28495 --- /dev/null +++ b/common/unity/launcher_arrow_outline_rtl_19.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/common/unity/launcher_arrow_outline_rtl_37.svg b/common/unity/launcher_arrow_outline_rtl_37.svg new file mode 100644 index 0000000..0bfb365 --- /dev/null +++ b/common/unity/launcher_arrow_outline_rtl_37.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/common/unity/launcher_arrow_rtl_19.svg b/common/unity/launcher_arrow_rtl_19.svg new file mode 100644 index 0000000..c3904f7 --- /dev/null +++ b/common/unity/launcher_arrow_rtl_19.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/common/unity/launcher_arrow_rtl_37.svg b/common/unity/launcher_arrow_rtl_37.svg new file mode 100644 index 0000000..a10ed7a --- /dev/null +++ b/common/unity/launcher_arrow_rtl_37.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/common/unity/launcher_icon_back_150.svg b/common/unity/launcher_icon_back_150.svg new file mode 100755 index 0000000..66ec310 --- /dev/null +++ b/common/unity/launcher_icon_back_150.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/common/unity/launcher_icon_back_54.svg b/common/unity/launcher_icon_back_54.svg new file mode 100755 index 0000000..dc539ea --- /dev/null +++ b/common/unity/launcher_icon_back_54.svg @@ -0,0 +1,55 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/common/unity/launcher_icon_edge_150.svg b/common/unity/launcher_icon_edge_150.svg new file mode 100755 index 0000000..a842a47 --- /dev/null +++ b/common/unity/launcher_icon_edge_150.svg @@ -0,0 +1,75 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/common/unity/launcher_icon_edge_54.svg b/common/unity/launcher_icon_edge_54.svg new file mode 100755 index 0000000..8d133af --- /dev/null +++ b/common/unity/launcher_icon_edge_54.svg @@ -0,0 +1,65 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/common/unity/launcher_icon_glow_200.svg b/common/unity/launcher_icon_glow_200.svg new file mode 100755 index 0000000..01bb0d9 --- /dev/null +++ b/common/unity/launcher_icon_glow_200.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/common/unity/launcher_icon_glow_62.svg b/common/unity/launcher_icon_glow_62.svg new file mode 100755 index 0000000..105b068 --- /dev/null +++ b/common/unity/launcher_icon_glow_62.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/common/unity/launcher_icon_selected_back_150.svg b/common/unity/launcher_icon_selected_back_150.svg new file mode 100755 index 0000000..8e9fa69 --- /dev/null +++ b/common/unity/launcher_icon_selected_back_150.svg @@ -0,0 +1,77 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/common/unity/launcher_icon_selected_back_54.svg b/common/unity/launcher_icon_selected_back_54.svg new file mode 100755 index 0000000..5f85e94 --- /dev/null +++ b/common/unity/launcher_icon_selected_back_54.svg @@ -0,0 +1,62 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/common/unity/launcher_icon_shadow_200.svg b/common/unity/launcher_icon_shadow_200.svg new file mode 100755 index 0000000..9e68b14 --- /dev/null +++ b/common/unity/launcher_icon_shadow_200.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/common/unity/launcher_icon_shadow_62.svg b/common/unity/launcher_icon_shadow_62.svg new file mode 100755 index 0000000..9bc9c12 --- /dev/null +++ b/common/unity/launcher_icon_shadow_62.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/common/unity/launcher_icon_shine_150.svg b/common/unity/launcher_icon_shine_150.svg new file mode 100755 index 0000000..a456296 --- /dev/null +++ b/common/unity/launcher_icon_shine_150.svg @@ -0,0 +1,59 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/common/unity/launcher_icon_shine_54.svg b/common/unity/launcher_icon_shine_54.svg new file mode 100755 index 0000000..a793abc --- /dev/null +++ b/common/unity/launcher_icon_shine_54.svg @@ -0,0 +1,83 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/common/unity/launcher_pip_ltr_19.svg b/common/unity/launcher_pip_ltr_19.svg new file mode 100644 index 0000000..f8c258f --- /dev/null +++ b/common/unity/launcher_pip_ltr_19.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/common/unity/launcher_pip_ltr_37.svg b/common/unity/launcher_pip_ltr_37.svg new file mode 100644 index 0000000..de9b0ba --- /dev/null +++ b/common/unity/launcher_pip_ltr_37.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/common/unity/launcher_pip_rtl_19.svg b/common/unity/launcher_pip_rtl_19.svg new file mode 100644 index 0000000..c03fa79 --- /dev/null +++ b/common/unity/launcher_pip_rtl_19.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/common/unity/launcher_pip_rtl_37.svg b/common/unity/launcher_pip_rtl_37.svg new file mode 100644 index 0000000..76ecc64 --- /dev/null +++ b/common/unity/launcher_pip_rtl_37.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/common/unity/maximize.svg b/common/unity/maximize.svg new file mode 100644 index 0000000..c860f43 --- /dev/null +++ b/common/unity/maximize.svg @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/maximize_dash.svg b/common/unity/maximize_dash.svg new file mode 100644 index 0000000..5029ad7 --- /dev/null +++ b/common/unity/maximize_dash.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/common/unity/maximize_dash_disabled.svg b/common/unity/maximize_dash_disabled.svg new file mode 100644 index 0000000..750709e --- /dev/null +++ b/common/unity/maximize_dash_disabled.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/common/unity/maximize_dash_prelight.svg b/common/unity/maximize_dash_prelight.svg new file mode 100644 index 0000000..f95f9d0 --- /dev/null +++ b/common/unity/maximize_dash_prelight.svg @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/maximize_dash_pressed.svg b/common/unity/maximize_dash_pressed.svg new file mode 100644 index 0000000..db5a8a6 --- /dev/null +++ b/common/unity/maximize_dash_pressed.svg @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/maximize_focused_normal.svg b/common/unity/maximize_focused_normal.svg new file mode 100644 index 0000000..c59c6ef --- /dev/null +++ b/common/unity/maximize_focused_normal.svg @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/maximize_focused_prelight.svg b/common/unity/maximize_focused_prelight.svg new file mode 100644 index 0000000..7d5585b --- /dev/null +++ b/common/unity/maximize_focused_prelight.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/maximize_focused_pressed.svg b/common/unity/maximize_focused_pressed.svg new file mode 100644 index 0000000..fc21e8f --- /dev/null +++ b/common/unity/maximize_focused_pressed.svg @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/maximize_unfocused.svg b/common/unity/maximize_unfocused.svg new file mode 100644 index 0000000..426b15f --- /dev/null +++ b/common/unity/maximize_unfocused.svg @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/maximize_unfocused_prelight.svg b/common/unity/maximize_unfocused_prelight.svg new file mode 100644 index 0000000..5f83f4a --- /dev/null +++ b/common/unity/maximize_unfocused_prelight.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/maximize_unfocused_pressed.svg b/common/unity/maximize_unfocused_pressed.svg new file mode 100644 index 0000000..296ac21 --- /dev/null +++ b/common/unity/maximize_unfocused_pressed.svg @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/minimize.svg b/common/unity/minimize.svg new file mode 100644 index 0000000..39300c9 --- /dev/null +++ b/common/unity/minimize.svg @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/minimize_dash.svg b/common/unity/minimize_dash.svg new file mode 100644 index 0000000..2afb3c7 --- /dev/null +++ b/common/unity/minimize_dash.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/common/unity/minimize_dash_disabled.svg b/common/unity/minimize_dash_disabled.svg new file mode 100644 index 0000000..e4c2c2a --- /dev/null +++ b/common/unity/minimize_dash_disabled.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/common/unity/minimize_dash_prelight.svg b/common/unity/minimize_dash_prelight.svg new file mode 100644 index 0000000..56c4896 --- /dev/null +++ b/common/unity/minimize_dash_prelight.svg @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/minimize_dash_pressed.svg b/common/unity/minimize_dash_pressed.svg new file mode 100644 index 0000000..26fb74c --- /dev/null +++ b/common/unity/minimize_dash_pressed.svg @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/minimize_focused_normal.svg b/common/unity/minimize_focused_normal.svg new file mode 100644 index 0000000..09036e1 --- /dev/null +++ b/common/unity/minimize_focused_normal.svg @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/minimize_focused_prelight.svg b/common/unity/minimize_focused_prelight.svg new file mode 100644 index 0000000..6449a2e --- /dev/null +++ b/common/unity/minimize_focused_prelight.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/minimize_focused_pressed.svg b/common/unity/minimize_focused_pressed.svg new file mode 100644 index 0000000..b179166 --- /dev/null +++ b/common/unity/minimize_focused_pressed.svg @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/minimize_unfocused.svg b/common/unity/minimize_unfocused.svg new file mode 100644 index 0000000..44cf4ce --- /dev/null +++ b/common/unity/minimize_unfocused.svg @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/minimize_unfocused_prelight.svg b/common/unity/minimize_unfocused_prelight.svg new file mode 100644 index 0000000..4c0fb4f --- /dev/null +++ b/common/unity/minimize_unfocused_prelight.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/minimize_unfocused_pressed.svg b/common/unity/minimize_unfocused_pressed.svg new file mode 100644 index 0000000..5e18b27 --- /dev/null +++ b/common/unity/minimize_unfocused_pressed.svg @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/unmaximize.svg b/common/unity/unmaximize.svg new file mode 100644 index 0000000..1c89cb5 --- /dev/null +++ b/common/unity/unmaximize.svg @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/unmaximize_dash.svg b/common/unity/unmaximize_dash.svg new file mode 100644 index 0000000..f6b582d --- /dev/null +++ b/common/unity/unmaximize_dash.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/common/unity/unmaximize_dash_disabled.svg b/common/unity/unmaximize_dash_disabled.svg new file mode 100644 index 0000000..38f43ef --- /dev/null +++ b/common/unity/unmaximize_dash_disabled.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/common/unity/unmaximize_dash_prelight.svg b/common/unity/unmaximize_dash_prelight.svg new file mode 100644 index 0000000..b6cad8b --- /dev/null +++ b/common/unity/unmaximize_dash_prelight.svg @@ -0,0 +1,219 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/unmaximize_dash_pressed.svg b/common/unity/unmaximize_dash_pressed.svg new file mode 100644 index 0000000..9db5204 --- /dev/null +++ b/common/unity/unmaximize_dash_pressed.svg @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/unmaximize_focused_normal.svg b/common/unity/unmaximize_focused_normal.svg new file mode 100644 index 0000000..e035f58 --- /dev/null +++ b/common/unity/unmaximize_focused_normal.svg @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/unmaximize_focused_prelight.svg b/common/unity/unmaximize_focused_prelight.svg new file mode 100644 index 0000000..6f653b9 --- /dev/null +++ b/common/unity/unmaximize_focused_prelight.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/unmaximize_focused_pressed.svg b/common/unity/unmaximize_focused_pressed.svg new file mode 100644 index 0000000..c87a958 --- /dev/null +++ b/common/unity/unmaximize_focused_pressed.svg @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/unmaximize_unfocused.svg b/common/unity/unmaximize_unfocused.svg new file mode 100644 index 0000000..047d0d8 --- /dev/null +++ b/common/unity/unmaximize_unfocused.svg @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/unmaximize_unfocused_prelight.svg b/common/unity/unmaximize_unfocused_prelight.svg new file mode 100644 index 0000000..7555a56 --- /dev/null +++ b/common/unity/unmaximize_unfocused_prelight.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/unity/unmaximize_unfocused_pressed.svg b/common/unity/unmaximize_unfocused_pressed.svg new file mode 100644 index 0000000..918a879 --- /dev/null +++ b/common/unity/unmaximize_unfocused_pressed.svg @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3