From 8e1256308c9c24fa45783a7c0be7ff74a33906ee Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 9 Jul 2022 10:13:53 -0400 Subject: themes/default/layouts/partials/card-meta: Add icons Dry up and normalize white spaces. --- static/icons/feather/at-sign.svg | 14 ++++++++++++++ static/icons/feather/calendar.svg | 16 ++++++++++++++++ static/icons/feather/code.svg | 14 ++++++++++++++ static/icons/feather/edit.svg | 14 ++++++++++++++ static/icons/feather/file-text.svg | 17 +++++++++++++++++ static/icons/feather/link.svg | 14 ++++++++++++++ static/icons/tabler/book-2.svg | 1 - static/icons/tabler/clock.svg | 1 - static/icons/tabler/pinned.svg | 1 - 9 files changed, 89 insertions(+), 3 deletions(-) create mode 100644 static/icons/feather/at-sign.svg create mode 100644 static/icons/feather/calendar.svg create mode 100644 static/icons/feather/code.svg create mode 100644 static/icons/feather/edit.svg create mode 100644 static/icons/feather/file-text.svg create mode 100644 static/icons/feather/link.svg (limited to 'static') diff --git a/static/icons/feather/at-sign.svg b/static/icons/feather/at-sign.svg new file mode 100644 index 0000000..0b7fdfb --- /dev/null +++ b/static/icons/feather/at-sign.svg @@ -0,0 +1,14 @@ + + + + diff --git a/static/icons/feather/calendar.svg b/static/icons/feather/calendar.svg new file mode 100644 index 0000000..c002b85 --- /dev/null +++ b/static/icons/feather/calendar.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/static/icons/feather/code.svg b/static/icons/feather/code.svg new file mode 100644 index 0000000..da0f522 --- /dev/null +++ b/static/icons/feather/code.svg @@ -0,0 +1,14 @@ + + + + diff --git a/static/icons/feather/edit.svg b/static/icons/feather/edit.svg new file mode 100644 index 0000000..9294758 --- /dev/null +++ b/static/icons/feather/edit.svg @@ -0,0 +1,14 @@ + + + + diff --git a/static/icons/feather/file-text.svg b/static/icons/feather/file-text.svg new file mode 100644 index 0000000..6cba58c --- /dev/null +++ b/static/icons/feather/file-text.svg @@ -0,0 +1,17 @@ + + + + + + + diff --git a/static/icons/feather/link.svg b/static/icons/feather/link.svg new file mode 100644 index 0000000..645e746 --- /dev/null +++ b/static/icons/feather/link.svg @@ -0,0 +1,14 @@ + + + + diff --git a/static/icons/tabler/book-2.svg b/static/icons/tabler/book-2.svg index f8e33f0..e136c71 100644 --- a/static/icons/tabler/book-2.svg +++ b/static/icons/tabler/book-2.svg @@ -1,5 +1,4 @@ - Download more icon variants from https://tabler-icons.io/i/book-2 diff --git a/static/icons/tabler/clock.svg b/static/icons/tabler/clock.svg index 00f3aa4..fd98984 100644 --- a/static/icons/tabler/clock.svg +++ b/static/icons/tabler/clock.svg @@ -1,5 +1,4 @@ - Download more icon variants from https://tabler-icons.io/i/clock diff --git a/static/icons/tabler/pinned.svg b/static/icons/tabler/pinned.svg index 6a2c4dc..fac8252 100644 --- a/static/icons/tabler/pinned.svg +++ b/static/icons/tabler/pinned.svg @@ -1,5 +1,4 @@ - Download more icon variants from https://tabler-icons.io/i/pinned -- cgit v1.2.3