From b9000a4d6ffa62202ac55960cf099d35871d2aa1 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Fri, 4 Jun 2021 14:51:21 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Static=20svg=20init?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg/static/X_cursor.svg | 45 ++++++++++--------- svg/static/all-scroll.svg | 59 +++++++++++++------------ svg/static/bottom_left_corner.svg | 71 +++++++++++++++--------------- svg/static/bottom_right_corner.svg | 71 +++++++++++++++--------------- svg/static/bottom_tee.svg | 21 +++++++++ svg/static/center_ptr.svg | 35 ++++++++------- svg/static/context-menu.svg | 41 ++++++++--------- svg/static/copy.svg | 61 ++++++++++++------------- svg/static/cross.svg | 57 ++++++++++++------------ svg/static/crossed_circle.svg | 63 +++++++++++++------------- svg/static/dnd_no_drop.svg | 35 ++++++++------- svg/static/dotbox.svg | 19 ++++++++ svg/static/hand1.svg | 33 +++++++------- svg/static/hand2.svg | 33 +++++++------- svg/static/left_ptr.svg | 35 ++++++++------- svg/static/left_side.svg | 61 ++++++++++++------------- svg/static/left_tee.svg | 21 +++++++++ svg/static/link.svg | 61 ++++++++++++------------- svg/static/ll_angle.svg | 21 +++++++++ svg/static/lr_angle.svg | 21 +++++++++ svg/static/move.svg | 33 +++++++------- svg/static/pencil.svg | 33 +++++++------- svg/static/pirate.svg | 41 ++++++++--------- svg/static/plus.svg | 35 ++++++++------- svg/static/question_arrow.svg | 63 +++++++++++++------------- svg/static/right_ptr.svg | 35 ++++++++------- svg/static/right_tee.svg | 21 +++++++++ svg/static/sb_down_arrow.svg | 7 +-- svg/static/sb_h_double_arrow.svg | 19 ++++++++ svg/static/sb_left_arrow.svg | 7 +-- svg/static/sb_right_arrow.svg | 7 +-- svg/static/sb_up_arrow.svg | 7 +-- svg/static/sb_v_double_arrow.svg | 19 ++++++++ svg/static/top_side.svg | 61 ++++++++++++------------- svg/static/top_tee.svg | 21 +++++++++ svg/static/ul_angle.svg | 21 +++++++++ svg/static/ur_angle.svg | 21 +++++++++ svg/static/vertical-text.svg | 7 +-- svg/static/wayland-cursor.svg | 41 ++++++++--------- svg/static/xterm.svg | 7 +-- svg/static/zoom-in.svg | 35 ++++++++------- svg/static/zoom-out.svg | 35 ++++++++------- 42 files changed, 848 insertions(+), 592 deletions(-) create mode 100644 svg/static/bottom_tee.svg create mode 100644 svg/static/dotbox.svg create mode 100644 svg/static/left_tee.svg create mode 100644 svg/static/ll_angle.svg create mode 100644 svg/static/lr_angle.svg create mode 100644 svg/static/right_tee.svg create mode 100644 svg/static/sb_h_double_arrow.svg create mode 100644 svg/static/sb_v_double_arrow.svg create mode 100644 svg/static/top_tee.svg create mode 100644 svg/static/ul_angle.svg create mode 100644 svg/static/ur_angle.svg diff --git a/svg/static/X_cursor.svg b/svg/static/X_cursor.svg index 307743f..574d673 100644 --- a/svg/static/X_cursor.svg +++ b/svg/static/X_cursor.svg @@ -1,23 +1,24 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/all-scroll.svg b/svg/static/all-scroll.svg index 66fa09b..2d31d73 100644 --- a/svg/static/all-scroll.svg +++ b/svg/static/all-scroll.svg @@ -1,30 +1,31 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/bottom_left_corner.svg b/svg/static/bottom_left_corner.svg index f403c31..425eb52 100644 --- a/svg/static/bottom_left_corner.svg +++ b/svg/static/bottom_left_corner.svg @@ -1,36 +1,37 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/bottom_right_corner.svg b/svg/static/bottom_right_corner.svg index 288928f..e8e0839 100644 --- a/svg/static/bottom_right_corner.svg +++ b/svg/static/bottom_right_corner.svg @@ -1,36 +1,37 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/bottom_tee.svg b/svg/static/bottom_tee.svg new file mode 100644 index 0000000..c8362b8 --- /dev/null +++ b/svg/static/bottom_tee.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/center_ptr.svg b/svg/static/center_ptr.svg index 17cc17d..46fddc5 100644 --- a/svg/static/center_ptr.svg +++ b/svg/static/center_ptr.svg @@ -1,18 +1,19 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/svg/static/context-menu.svg b/svg/static/context-menu.svg index 9554947..960880b 100644 --- a/svg/static/context-menu.svg +++ b/svg/static/context-menu.svg @@ -1,21 +1,22 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/copy.svg b/svg/static/copy.svg index f299c00..2ac31c9 100644 --- a/svg/static/copy.svg +++ b/svg/static/copy.svg @@ -1,31 +1,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/cross.svg b/svg/static/cross.svg index 8958a3a..12c9561 100644 --- a/svg/static/cross.svg +++ b/svg/static/cross.svg @@ -1,29 +1,30 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/crossed_circle.svg b/svg/static/crossed_circle.svg index 693dc25..e1aadae 100644 --- a/svg/static/crossed_circle.svg +++ b/svg/static/crossed_circle.svg @@ -1,32 +1,33 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/dnd_no_drop.svg b/svg/static/dnd_no_drop.svg index 7ff4923..20fddf7 100644 --- a/svg/static/dnd_no_drop.svg +++ b/svg/static/dnd_no_drop.svg @@ -1,18 +1,19 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/svg/static/dotbox.svg b/svg/static/dotbox.svg new file mode 100644 index 0000000..9733528 --- /dev/null +++ b/svg/static/dotbox.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/hand1.svg b/svg/static/hand1.svg index ac66d16..24ceb7a 100644 --- a/svg/static/hand1.svg +++ b/svg/static/hand1.svg @@ -1,17 +1,18 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/svg/static/hand2.svg b/svg/static/hand2.svg index 80ef3fb..9f7bdc4 100644 --- a/svg/static/hand2.svg +++ b/svg/static/hand2.svg @@ -1,17 +1,18 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/svg/static/left_ptr.svg b/svg/static/left_ptr.svg index 39a2e67..0c05a26 100644 --- a/svg/static/left_ptr.svg +++ b/svg/static/left_ptr.svg @@ -1,18 +1,19 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/svg/static/left_side.svg b/svg/static/left_side.svg index fd0fe02..84ae404 100644 --- a/svg/static/left_side.svg +++ b/svg/static/left_side.svg @@ -1,31 +1,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/left_tee.svg b/svg/static/left_tee.svg new file mode 100644 index 0000000..5bbcd4e --- /dev/null +++ b/svg/static/left_tee.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/link.svg b/svg/static/link.svg index c6bf529..fd2a88e 100644 --- a/svg/static/link.svg +++ b/svg/static/link.svg @@ -1,31 +1,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/ll_angle.svg b/svg/static/ll_angle.svg new file mode 100644 index 0000000..6a7104e --- /dev/null +++ b/svg/static/ll_angle.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/lr_angle.svg b/svg/static/lr_angle.svg new file mode 100644 index 0000000..3345d29 --- /dev/null +++ b/svg/static/lr_angle.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/move.svg b/svg/static/move.svg index c5837c5..009b5d8 100644 --- a/svg/static/move.svg +++ b/svg/static/move.svg @@ -1,17 +1,18 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/svg/static/pencil.svg b/svg/static/pencil.svg index f915c5d..b9e5305 100644 --- a/svg/static/pencil.svg +++ b/svg/static/pencil.svg @@ -1,17 +1,18 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/svg/static/pirate.svg b/svg/static/pirate.svg index 543af59..fe1782c 100644 --- a/svg/static/pirate.svg +++ b/svg/static/pirate.svg @@ -1,21 +1,22 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/plus.svg b/svg/static/plus.svg index ad47b5a..e1d3bc6 100644 --- a/svg/static/plus.svg +++ b/svg/static/plus.svg @@ -1,18 +1,19 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/svg/static/question_arrow.svg b/svg/static/question_arrow.svg index 952d630..e4eca77 100644 --- a/svg/static/question_arrow.svg +++ b/svg/static/question_arrow.svg @@ -1,32 +1,33 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/right_ptr.svg b/svg/static/right_ptr.svg index 0a2d552..8e724e0 100644 --- a/svg/static/right_ptr.svg +++ b/svg/static/right_ptr.svg @@ -1,18 +1,19 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/svg/static/right_tee.svg b/svg/static/right_tee.svg new file mode 100644 index 0000000..552049e --- /dev/null +++ b/svg/static/right_tee.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/sb_down_arrow.svg b/svg/static/sb_down_arrow.svg index f84e2c4..e1f7d96 100644 --- a/svg/static/sb_down_arrow.svg +++ b/svg/static/sb_down_arrow.svg @@ -1,4 +1,5 @@ - - - + + + + diff --git a/svg/static/sb_h_double_arrow.svg b/svg/static/sb_h_double_arrow.svg new file mode 100644 index 0000000..48d9f22 --- /dev/null +++ b/svg/static/sb_h_double_arrow.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/sb_left_arrow.svg b/svg/static/sb_left_arrow.svg index a4a6841..2cdf4f3 100644 --- a/svg/static/sb_left_arrow.svg +++ b/svg/static/sb_left_arrow.svg @@ -1,4 +1,5 @@ - - - + + + + diff --git a/svg/static/sb_right_arrow.svg b/svg/static/sb_right_arrow.svg index 72450a6..b3219cf 100644 --- a/svg/static/sb_right_arrow.svg +++ b/svg/static/sb_right_arrow.svg @@ -1,4 +1,5 @@ - - - + + + + diff --git a/svg/static/sb_up_arrow.svg b/svg/static/sb_up_arrow.svg index 9b24850..1db7af5 100644 --- a/svg/static/sb_up_arrow.svg +++ b/svg/static/sb_up_arrow.svg @@ -1,4 +1,5 @@ - - - + + + + diff --git a/svg/static/sb_v_double_arrow.svg b/svg/static/sb_v_double_arrow.svg new file mode 100644 index 0000000..f4d8de2 --- /dev/null +++ b/svg/static/sb_v_double_arrow.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/top_side.svg b/svg/static/top_side.svg index 2431b58..d3a8b3f 100644 --- a/svg/static/top_side.svg +++ b/svg/static/top_side.svg @@ -1,31 +1,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/top_tee.svg b/svg/static/top_tee.svg new file mode 100644 index 0000000..fda2ee7 --- /dev/null +++ b/svg/static/top_tee.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/ul_angle.svg b/svg/static/ul_angle.svg new file mode 100644 index 0000000..238fb78 --- /dev/null +++ b/svg/static/ul_angle.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/ur_angle.svg b/svg/static/ur_angle.svg new file mode 100644 index 0000000..dd6ea9c --- /dev/null +++ b/svg/static/ur_angle.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/vertical-text.svg b/svg/static/vertical-text.svg index 4644f24..4afad09 100644 --- a/svg/static/vertical-text.svg +++ b/svg/static/vertical-text.svg @@ -1,4 +1,5 @@ - - - + + + + diff --git a/svg/static/wayland-cursor.svg b/svg/static/wayland-cursor.svg index 1bba50d..df185a4 100644 --- a/svg/static/wayland-cursor.svg +++ b/svg/static/wayland-cursor.svg @@ -1,21 +1,22 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/xterm.svg b/svg/static/xterm.svg index 9e721c9..6cce6b9 100644 --- a/svg/static/xterm.svg +++ b/svg/static/xterm.svg @@ -1,4 +1,5 @@ - - - + + + + diff --git a/svg/static/zoom-in.svg b/svg/static/zoom-in.svg index 45a7a99..e70f0aa 100644 --- a/svg/static/zoom-in.svg +++ b/svg/static/zoom-in.svg @@ -1,18 +1,19 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/svg/static/zoom-out.svg b/svg/static/zoom-out.svg index 36f9624..2c5ed7e 100644 --- a/svg/static/zoom-out.svg +++ b/svg/static/zoom-out.svg @@ -1,18 +1,19 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +