From f4ba90a130d0b79efc0b5cfae7b05a2abf178932 Mon Sep 17 00:00:00 2001 From: bloodwiing Date: Tue, 14 May 2024 10:01:20 +0300 Subject: [PATCH] Add: Tabler Icon system --- src/comp/tablericon.svelte | 20 ++++++++++++++++++++ static/icon/square-rounded-arrow-left.svg | 1 + static/icon/square-rounded-arrow-right.svg | 1 + 3 files changed, 22 insertions(+) create mode 100644 src/comp/tablericon.svelte create mode 100644 static/icon/square-rounded-arrow-left.svg create mode 100644 static/icon/square-rounded-arrow-right.svg diff --git a/src/comp/tablericon.svelte b/src/comp/tablericon.svelte new file mode 100644 index 0000000..e8e7321 --- /dev/null +++ b/src/comp/tablericon.svelte @@ -0,0 +1,20 @@ + + + + + \ No newline at end of file diff --git a/static/icon/square-rounded-arrow-left.svg b/static/icon/square-rounded-arrow-left.svg new file mode 100644 index 0000000..0eb1c21 --- /dev/null +++ b/static/icon/square-rounded-arrow-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icon/square-rounded-arrow-right.svg b/static/icon/square-rounded-arrow-right.svg new file mode 100644 index 0000000..ef641cd --- /dev/null +++ b/static/icon/square-rounded-arrow-right.svg @@ -0,0 +1 @@ + \ No newline at end of file