From eff6e95bd0c463941ddd74e8ea0cb2e9fae29525 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Mon, 22 Nov 2021 15:19:00 +0530 Subject: [PATCH] feat: macOSMonterey svg files init --- svg/monterey/animated/left_ptr_watch.svg | 1 + svg/monterey/animated/wait.svg | 1 + svg/monterey/static/X_cursor.svg | 1 + svg/monterey/static/all-scroll.svg | 1 + svg/monterey/static/bottom_left_corner.svg | 1 + svg/monterey/static/bottom_right_corner.svg | 1 + svg/monterey/static/bottom_tee.svg | 1 + svg/monterey/static/center_ptr.svg | 24 +++++++++++++++++++ svg/monterey/static/context-menu.svg | 26 +++++++++++++++++++++ svg/monterey/static/copy.svg | 1 + svg/monterey/static/cross.svg | 1 + svg/monterey/static/crossed_circle.svg | 1 + svg/monterey/static/crosshair.svg | 1 + svg/monterey/static/dnd_no_drop.svg | 1 + svg/monterey/static/dotbox.svg | 1 + svg/monterey/static/hand1.svg | 1 + svg/monterey/static/hand2.svg | 1 + svg/monterey/static/left_ptr.svg | 24 +++++++++++++++++++ svg/monterey/static/left_side.svg | 1 + svg/monterey/static/left_tee.svg | 1 + svg/monterey/static/link.svg | 1 + svg/monterey/static/ll_angle.svg | 1 + svg/monterey/static/lr_angle.svg | 1 + svg/monterey/static/move.svg | 1 + svg/monterey/static/pencil.svg | 1 + svg/monterey/static/plus.svg | 1 + svg/monterey/static/question_arrow.svg | 1 + svg/monterey/static/right_ptr.svg | 24 +++++++++++++++++++ svg/monterey/static/right_tee.svg | 1 + svg/monterey/static/sb_down_arrow.svg | 1 + svg/monterey/static/sb_h_double_arrow.svg | 1 + svg/monterey/static/sb_left_arrow.svg | 1 + svg/monterey/static/sb_right_arrow.svg | 1 + svg/monterey/static/sb_up_arrow.svg | 1 + svg/monterey/static/sb_v_double_arrow.svg | 1 + svg/monterey/static/top_side.svg | 1 + svg/monterey/static/top_tee.svg | 1 + svg/monterey/static/ul_angle.svg | 1 + svg/monterey/static/ur_angle.svg | 1 + svg/monterey/static/vertical-text.svg | 1 + svg/monterey/static/wayland-cursor.svg | 1 + svg/monterey/static/xterm.svg | 1 + svg/monterey/static/zoom-in.svg | 1 + svg/monterey/static/zoom-out.svg | 1 + 44 files changed, 138 insertions(+) create mode 120000 svg/monterey/animated/left_ptr_watch.svg create mode 120000 svg/monterey/animated/wait.svg create mode 120000 svg/monterey/static/X_cursor.svg create mode 120000 svg/monterey/static/all-scroll.svg create mode 120000 svg/monterey/static/bottom_left_corner.svg create mode 120000 svg/monterey/static/bottom_right_corner.svg create mode 120000 svg/monterey/static/bottom_tee.svg create mode 100644 svg/monterey/static/center_ptr.svg create mode 100644 svg/monterey/static/context-menu.svg create mode 120000 svg/monterey/static/copy.svg create mode 120000 svg/monterey/static/cross.svg create mode 120000 svg/monterey/static/crossed_circle.svg create mode 120000 svg/monterey/static/crosshair.svg create mode 120000 svg/monterey/static/dnd_no_drop.svg create mode 120000 svg/monterey/static/dotbox.svg create mode 120000 svg/monterey/static/hand1.svg create mode 120000 svg/monterey/static/hand2.svg create mode 100644 svg/monterey/static/left_ptr.svg create mode 120000 svg/monterey/static/left_side.svg create mode 120000 svg/monterey/static/left_tee.svg create mode 120000 svg/monterey/static/link.svg create mode 120000 svg/monterey/static/ll_angle.svg create mode 120000 svg/monterey/static/lr_angle.svg create mode 120000 svg/monterey/static/move.svg create mode 120000 svg/monterey/static/pencil.svg create mode 120000 svg/monterey/static/plus.svg create mode 120000 svg/monterey/static/question_arrow.svg create mode 100644 svg/monterey/static/right_ptr.svg create mode 120000 svg/monterey/static/right_tee.svg create mode 120000 svg/monterey/static/sb_down_arrow.svg create mode 120000 svg/monterey/static/sb_h_double_arrow.svg create mode 120000 svg/monterey/static/sb_left_arrow.svg create mode 120000 svg/monterey/static/sb_right_arrow.svg create mode 120000 svg/monterey/static/sb_up_arrow.svg create mode 120000 svg/monterey/static/sb_v_double_arrow.svg create mode 120000 svg/monterey/static/top_side.svg create mode 120000 svg/monterey/static/top_tee.svg create mode 120000 svg/monterey/static/ul_angle.svg create mode 120000 svg/monterey/static/ur_angle.svg create mode 120000 svg/monterey/static/vertical-text.svg create mode 120000 svg/monterey/static/wayland-cursor.svg create mode 120000 svg/monterey/static/xterm.svg create mode 120000 svg/monterey/static/zoom-in.svg create mode 120000 svg/monterey/static/zoom-out.svg diff --git a/svg/monterey/animated/left_ptr_watch.svg b/svg/monterey/animated/left_ptr_watch.svg new file mode 120000 index 0000000..aa21b3f --- /dev/null +++ b/svg/monterey/animated/left_ptr_watch.svg @@ -0,0 +1 @@ +../../bigsur/animated/left_ptr_watch.svg \ No newline at end of file diff --git a/svg/monterey/animated/wait.svg b/svg/monterey/animated/wait.svg new file mode 120000 index 0000000..d31e187 --- /dev/null +++ b/svg/monterey/animated/wait.svg @@ -0,0 +1 @@ +../../bigsur/animated/wait.svg \ No newline at end of file diff --git a/svg/monterey/static/X_cursor.svg b/svg/monterey/static/X_cursor.svg new file mode 120000 index 0000000..2ed177b --- /dev/null +++ b/svg/monterey/static/X_cursor.svg @@ -0,0 +1 @@ +../../bigsur/static/X_cursor.svg \ No newline at end of file diff --git a/svg/monterey/static/all-scroll.svg b/svg/monterey/static/all-scroll.svg new file mode 120000 index 0000000..13fa244 --- /dev/null +++ b/svg/monterey/static/all-scroll.svg @@ -0,0 +1 @@ +../../bigsur/static/all-scroll.svg \ No newline at end of file diff --git a/svg/monterey/static/bottom_left_corner.svg b/svg/monterey/static/bottom_left_corner.svg new file mode 120000 index 0000000..79088a3 --- /dev/null +++ b/svg/monterey/static/bottom_left_corner.svg @@ -0,0 +1 @@ +../../bigsur/static/bottom_left_corner.svg \ No newline at end of file diff --git a/svg/monterey/static/bottom_right_corner.svg b/svg/monterey/static/bottom_right_corner.svg new file mode 120000 index 0000000..001d619 --- /dev/null +++ b/svg/monterey/static/bottom_right_corner.svg @@ -0,0 +1 @@ +../../bigsur/static/bottom_right_corner.svg \ No newline at end of file diff --git a/svg/monterey/static/bottom_tee.svg b/svg/monterey/static/bottom_tee.svg new file mode 120000 index 0000000..06f7adb --- /dev/null +++ b/svg/monterey/static/bottom_tee.svg @@ -0,0 +1 @@ +../../bigsur/static/bottom_tee.svg \ No newline at end of file diff --git a/svg/monterey/static/center_ptr.svg b/svg/monterey/static/center_ptr.svg new file mode 100644 index 0000000..5e62902 --- /dev/null +++ b/svg/monterey/static/center_ptr.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/monterey/static/context-menu.svg b/svg/monterey/static/context-menu.svg new file mode 100644 index 0000000..8c08a5c --- /dev/null +++ b/svg/monterey/static/context-menu.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/monterey/static/copy.svg b/svg/monterey/static/copy.svg new file mode 120000 index 0000000..41e1c16 --- /dev/null +++ b/svg/monterey/static/copy.svg @@ -0,0 +1 @@ +../../bigsur/static/copy.svg \ No newline at end of file diff --git a/svg/monterey/static/cross.svg b/svg/monterey/static/cross.svg new file mode 120000 index 0000000..89fbcd3 --- /dev/null +++ b/svg/monterey/static/cross.svg @@ -0,0 +1 @@ +../../bigsur/static/cross.svg \ No newline at end of file diff --git a/svg/monterey/static/crossed_circle.svg b/svg/monterey/static/crossed_circle.svg new file mode 120000 index 0000000..49fc4eb --- /dev/null +++ b/svg/monterey/static/crossed_circle.svg @@ -0,0 +1 @@ +../../bigsur/static/crossed_circle.svg \ No newline at end of file diff --git a/svg/monterey/static/crosshair.svg b/svg/monterey/static/crosshair.svg new file mode 120000 index 0000000..402e8e8 --- /dev/null +++ b/svg/monterey/static/crosshair.svg @@ -0,0 +1 @@ +../../bigsur/static/crosshair.svg \ No newline at end of file diff --git a/svg/monterey/static/dnd_no_drop.svg b/svg/monterey/static/dnd_no_drop.svg new file mode 120000 index 0000000..7af154c --- /dev/null +++ b/svg/monterey/static/dnd_no_drop.svg @@ -0,0 +1 @@ +../../bigsur/static/dnd_no_drop.svg \ No newline at end of file diff --git a/svg/monterey/static/dotbox.svg b/svg/monterey/static/dotbox.svg new file mode 120000 index 0000000..8790ddb --- /dev/null +++ b/svg/monterey/static/dotbox.svg @@ -0,0 +1 @@ +../../bigsur/static/dotbox.svg \ No newline at end of file diff --git a/svg/monterey/static/hand1.svg b/svg/monterey/static/hand1.svg new file mode 120000 index 0000000..c536b93 --- /dev/null +++ b/svg/monterey/static/hand1.svg @@ -0,0 +1 @@ +../../bigsur/static/hand1.svg \ No newline at end of file diff --git a/svg/monterey/static/hand2.svg b/svg/monterey/static/hand2.svg new file mode 120000 index 0000000..c0267cf --- /dev/null +++ b/svg/monterey/static/hand2.svg @@ -0,0 +1 @@ +../../bigsur/static/hand2.svg \ No newline at end of file diff --git a/svg/monterey/static/left_ptr.svg b/svg/monterey/static/left_ptr.svg new file mode 100644 index 0000000..6d734f9 --- /dev/null +++ b/svg/monterey/static/left_ptr.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/monterey/static/left_side.svg b/svg/monterey/static/left_side.svg new file mode 120000 index 0000000..b85cf24 --- /dev/null +++ b/svg/monterey/static/left_side.svg @@ -0,0 +1 @@ +../../bigsur/static/left_side.svg \ No newline at end of file diff --git a/svg/monterey/static/left_tee.svg b/svg/monterey/static/left_tee.svg new file mode 120000 index 0000000..e784a1f --- /dev/null +++ b/svg/monterey/static/left_tee.svg @@ -0,0 +1 @@ +../../bigsur/static/left_tee.svg \ No newline at end of file diff --git a/svg/monterey/static/link.svg b/svg/monterey/static/link.svg new file mode 120000 index 0000000..fd4b50e --- /dev/null +++ b/svg/monterey/static/link.svg @@ -0,0 +1 @@ +../../bigsur/static/link.svg \ No newline at end of file diff --git a/svg/monterey/static/ll_angle.svg b/svg/monterey/static/ll_angle.svg new file mode 120000 index 0000000..90b2c3a --- /dev/null +++ b/svg/monterey/static/ll_angle.svg @@ -0,0 +1 @@ +../../bigsur/static/ll_angle.svg \ No newline at end of file diff --git a/svg/monterey/static/lr_angle.svg b/svg/monterey/static/lr_angle.svg new file mode 120000 index 0000000..36b7235 --- /dev/null +++ b/svg/monterey/static/lr_angle.svg @@ -0,0 +1 @@ +../../bigsur/static/lr_angle.svg \ No newline at end of file diff --git a/svg/monterey/static/move.svg b/svg/monterey/static/move.svg new file mode 120000 index 0000000..5538a83 --- /dev/null +++ b/svg/monterey/static/move.svg @@ -0,0 +1 @@ +../../bigsur/static/move.svg \ No newline at end of file diff --git a/svg/monterey/static/pencil.svg b/svg/monterey/static/pencil.svg new file mode 120000 index 0000000..0cc82f9 --- /dev/null +++ b/svg/monterey/static/pencil.svg @@ -0,0 +1 @@ +../../bigsur/static/pencil.svg \ No newline at end of file diff --git a/svg/monterey/static/plus.svg b/svg/monterey/static/plus.svg new file mode 120000 index 0000000..4d929d4 --- /dev/null +++ b/svg/monterey/static/plus.svg @@ -0,0 +1 @@ +../../bigsur/static/plus.svg \ No newline at end of file diff --git a/svg/monterey/static/question_arrow.svg b/svg/monterey/static/question_arrow.svg new file mode 120000 index 0000000..0faddf4 --- /dev/null +++ b/svg/monterey/static/question_arrow.svg @@ -0,0 +1 @@ +../../bigsur/static/question_arrow.svg \ No newline at end of file diff --git a/svg/monterey/static/right_ptr.svg b/svg/monterey/static/right_ptr.svg new file mode 100644 index 0000000..7e05738 --- /dev/null +++ b/svg/monterey/static/right_ptr.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/monterey/static/right_tee.svg b/svg/monterey/static/right_tee.svg new file mode 120000 index 0000000..b0bfcb9 --- /dev/null +++ b/svg/monterey/static/right_tee.svg @@ -0,0 +1 @@ +../../bigsur/static/right_tee.svg \ No newline at end of file diff --git a/svg/monterey/static/sb_down_arrow.svg b/svg/monterey/static/sb_down_arrow.svg new file mode 120000 index 0000000..4a8ab4c --- /dev/null +++ b/svg/monterey/static/sb_down_arrow.svg @@ -0,0 +1 @@ +../../bigsur/static/sb_down_arrow.svg \ No newline at end of file diff --git a/svg/monterey/static/sb_h_double_arrow.svg b/svg/monterey/static/sb_h_double_arrow.svg new file mode 120000 index 0000000..48e4100 --- /dev/null +++ b/svg/monterey/static/sb_h_double_arrow.svg @@ -0,0 +1 @@ +../../bigsur/static/sb_h_double_arrow.svg \ No newline at end of file diff --git a/svg/monterey/static/sb_left_arrow.svg b/svg/monterey/static/sb_left_arrow.svg new file mode 120000 index 0000000..dcac3a7 --- /dev/null +++ b/svg/monterey/static/sb_left_arrow.svg @@ -0,0 +1 @@ +../../bigsur/static/sb_left_arrow.svg \ No newline at end of file diff --git a/svg/monterey/static/sb_right_arrow.svg b/svg/monterey/static/sb_right_arrow.svg new file mode 120000 index 0000000..b466c72 --- /dev/null +++ b/svg/monterey/static/sb_right_arrow.svg @@ -0,0 +1 @@ +../../bigsur/static/sb_right_arrow.svg \ No newline at end of file diff --git a/svg/monterey/static/sb_up_arrow.svg b/svg/monterey/static/sb_up_arrow.svg new file mode 120000 index 0000000..8face94 --- /dev/null +++ b/svg/monterey/static/sb_up_arrow.svg @@ -0,0 +1 @@ +../../bigsur/static/sb_up_arrow.svg \ No newline at end of file diff --git a/svg/monterey/static/sb_v_double_arrow.svg b/svg/monterey/static/sb_v_double_arrow.svg new file mode 120000 index 0000000..d6465a6 --- /dev/null +++ b/svg/monterey/static/sb_v_double_arrow.svg @@ -0,0 +1 @@ +../../bigsur/static/sb_v_double_arrow.svg \ No newline at end of file diff --git a/svg/monterey/static/top_side.svg b/svg/monterey/static/top_side.svg new file mode 120000 index 0000000..2621329 --- /dev/null +++ b/svg/monterey/static/top_side.svg @@ -0,0 +1 @@ +../../bigsur/static/top_side.svg \ No newline at end of file diff --git a/svg/monterey/static/top_tee.svg b/svg/monterey/static/top_tee.svg new file mode 120000 index 0000000..06cd3f2 --- /dev/null +++ b/svg/monterey/static/top_tee.svg @@ -0,0 +1 @@ +../../bigsur/static/top_tee.svg \ No newline at end of file diff --git a/svg/monterey/static/ul_angle.svg b/svg/monterey/static/ul_angle.svg new file mode 120000 index 0000000..dc6ab30 --- /dev/null +++ b/svg/monterey/static/ul_angle.svg @@ -0,0 +1 @@ +../../bigsur/static/ul_angle.svg \ No newline at end of file diff --git a/svg/monterey/static/ur_angle.svg b/svg/monterey/static/ur_angle.svg new file mode 120000 index 0000000..e3045ed --- /dev/null +++ b/svg/monterey/static/ur_angle.svg @@ -0,0 +1 @@ +../../bigsur/static/ur_angle.svg \ No newline at end of file diff --git a/svg/monterey/static/vertical-text.svg b/svg/monterey/static/vertical-text.svg new file mode 120000 index 0000000..ef8f3e8 --- /dev/null +++ b/svg/monterey/static/vertical-text.svg @@ -0,0 +1 @@ +../../bigsur/static/vertical-text.svg \ No newline at end of file diff --git a/svg/monterey/static/wayland-cursor.svg b/svg/monterey/static/wayland-cursor.svg new file mode 120000 index 0000000..b70a121 --- /dev/null +++ b/svg/monterey/static/wayland-cursor.svg @@ -0,0 +1 @@ +../../bigsur/static/wayland-cursor.svg \ No newline at end of file diff --git a/svg/monterey/static/xterm.svg b/svg/monterey/static/xterm.svg new file mode 120000 index 0000000..a56e2e6 --- /dev/null +++ b/svg/monterey/static/xterm.svg @@ -0,0 +1 @@ +../../bigsur/static/xterm.svg \ No newline at end of file diff --git a/svg/monterey/static/zoom-in.svg b/svg/monterey/static/zoom-in.svg new file mode 120000 index 0000000..e460f08 --- /dev/null +++ b/svg/monterey/static/zoom-in.svg @@ -0,0 +1 @@ +../../bigsur/static/zoom-in.svg \ No newline at end of file diff --git a/svg/monterey/static/zoom-out.svg b/svg/monterey/static/zoom-out.svg new file mode 120000 index 0000000..e29cae6 --- /dev/null +++ b/svg/monterey/static/zoom-out.svg @@ -0,0 +1 @@ +../../bigsur/static/zoom-out.svg \ No newline at end of file