Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorFelix Niederwanger <felix.niederwanger@suse.com>2022-03-04 01:47:10 +0300
committerGitHub <noreply@github.com>2022-03-04 01:47:10 +0300
commite22664be13a89b7e0401c3652340569316bb417e (patch)
treede714d7fd47a8793191cb0f2fa2be0c66ce898ce /assets
parentd806226ec8d1f7eb0a0596609bfcc143785f7f55 (diff)
feat(widget): add category widget (#475)
* Add category widget Adds the ability to add a category to the widgets. * Adapt to new widget scheme Co-authored-by: Jimmy Cai <github@jimmycai.com>
Diffstat (limited to 'assets')
-rw-r--r--assets/icons/categories.svg9
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/icons/categories.svg b/assets/icons/categories.svg
new file mode 100644
index 0000000..e00ab1d
--- /dev/null
+++ b/assets/icons/categories.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-hash" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z"/>
+ <line x1="5" y1="9" x2="19" y2="9" />
+ <line x1="5" y1="15" x2="19" y2="15" />
+ <line x1="11" y1="4" x2="7" y2="20" />
+ <line x1="17" y1="4" x2="13" y2="20" />
+</svg>
+
+