From 96f6145a8765fd93c1309ff87868171f7a4424a8 Mon Sep 17 00:00:00 2001 From: codecalm <codecalm@gmail.com> Date: Sat, 24 Oct 2020 00:00:15 +0200 Subject: 4 new icons: `arrows-left-down`, `arrows-right-down`, `arrows-up-left`, `arrows-up-right` --- src/_icons/arrows-left-down.svg | 7 +++++++ src/_icons/arrows-right-down.svg | 7 +++++++ src/_icons/arrows-up-left.svg | 7 +++++++ src/_icons/arrows-up-right.svg | 7 +++++++ 4 files changed, 28 insertions(+) create mode 100644 src/_icons/arrows-left-down.svg create mode 100644 src/_icons/arrows-right-down.svg create mode 100644 src/_icons/arrows-up-left.svg create mode 100644 src/_icons/arrows-up-right.svg (limited to 'src') diff --git a/src/_icons/arrows-left-down.svg b/src/_icons/arrows-left-down.svg new file mode 100644 index 00000000..10a74bef --- /dev/null +++ b/src/_icons/arrows-left-down.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M7 3l-4 4l4 4" /> + <path d="M3 7h11a3 3 0 0 1 3 3v11" /> + <path d="M13 17l4 4l4 -4" /> +</svg> diff --git a/src/_icons/arrows-right-down.svg b/src/_icons/arrows-right-down.svg new file mode 100644 index 00000000..a61b817b --- /dev/null +++ b/src/_icons/arrows-right-down.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M3 17l4 4l4 -4" /> + <path d="M7 21v-11a3 3 0 0 1 3 -3h11" /> + <path d="M17 11l4 -4l-4 -4" /> +</svg> diff --git a/src/_icons/arrows-up-left.svg b/src/_icons/arrows-up-left.svg new file mode 100644 index 00000000..a75738dc --- /dev/null +++ b/src/_icons/arrows-up-left.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M21 7l-4 -4l-4 4" /> + <path d="M17 3v11a3 3 0 0 1 -3 3h-11" /> + <path d="M7 13l-4 4l4 4" /> +</svg> diff --git a/src/_icons/arrows-up-right.svg b/src/_icons/arrows-up-right.svg new file mode 100644 index 00000000..ab86d649 --- /dev/null +++ b/src/_icons/arrows-up-right.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M17 21l4 -4l-4 -4" /> + <path d="M21 17h-11a3 3 0 0 1 -3 -3v-11" /> + <path d="M11 7l-4 -4l-4 4" /> +</svg> -- cgit v1.2.1