From 6bc114dfac19db6977eca316d851ca1ba35bce2e Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 8 Feb 2025 18:39:49 -0800 Subject: add scalable svg icons --- static/img/download.svg | 1 + static/img/layout.svg | 1 + static/img/plus-circle.svg | 1 + static/img/trash-2.svg | 1 + static/img/trash.svg | 1 + static/img/upload.svg | 1 + static/img/x-circle.svg | 1 + 7 files changed, 7 insertions(+) create mode 100644 static/img/download.svg create mode 100644 static/img/layout.svg create mode 100644 static/img/plus-circle.svg create mode 100644 static/img/trash-2.svg create mode 100644 static/img/trash.svg create mode 100644 static/img/upload.svg create mode 100644 static/img/x-circle.svg (limited to 'static/img') diff --git a/static/img/download.svg b/static/img/download.svg new file mode 100644 index 0000000..ffa0e9a --- /dev/null +++ b/static/img/download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/layout.svg b/static/img/layout.svg new file mode 100644 index 0000000..1943229 --- /dev/null +++ b/static/img/layout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/plus-circle.svg b/static/img/plus-circle.svg new file mode 100644 index 0000000..015bb62 --- /dev/null +++ b/static/img/plus-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/trash-2.svg b/static/img/trash-2.svg new file mode 100644 index 0000000..ce3947d --- /dev/null +++ b/static/img/trash-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/trash.svg b/static/img/trash.svg new file mode 100644 index 0000000..38e9c35 --- /dev/null +++ b/static/img/trash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/upload.svg b/static/img/upload.svg new file mode 100644 index 0000000..e09b69f --- /dev/null +++ b/static/img/upload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/x-circle.svg b/static/img/x-circle.svg new file mode 100644 index 0000000..433837f --- /dev/null +++ b/static/img/x-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit v1.2.3