aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-03-27 19:10:50 -0400
committertdro <tdro@noreply.example.com>2023-03-27 19:10:57 -0400
commit2806da7e669ad06bcf58d7173c7851484974d006 (patch)
treed7c993c712e24fa8c4a66f3829acf9ca2e66539d /static
parent94301fe8990ff50a864f87114034f4189e1927e0 (diff)
downloadcanory-2806da7e669ad06bcf58d7173c7851484974d006.tar.gz
canory-2806da7e669ad06bcf58d7173c7851484974d006.tar.bz2
canory-2806da7e669ad06bcf58d7173c7851484974d006.zip
shell: GitHub deprecates svn -> fetch icons over HTTP
Diffstat (limited to 'static')
-rw-r--r--static/icons/tabler/LICENSE2
-rw-r--r--static/icons/tabler/clock.svg4
-rw-r--r--static/icons/tabler/pinned.svg4
3 files changed, 5 insertions, 5 deletions
diff --git a/static/icons/tabler/LICENSE b/static/icons/tabler/LICENSE
index 1f192ee..fe62055 100644
--- a/static/icons/tabler/LICENSE
+++ b/static/icons/tabler/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2020-2022 Paweł Kuna
+Copyright (c) 2020-2023 Paweł Kuna
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/static/icons/tabler/clock.svg b/static/icons/tabler/clock.svg
index fd98984..e7a91d3 100644
--- a/static/icons/tabler/clock.svg
+++ b/static/icons/tabler/clock.svg
@@ -1,7 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-clock" 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" fill="none"/>
- <circle cx="12" cy="12" r="9" />
- <polyline points="12 7 12 12 15 15" />
+ <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />
+ <path d="M12 7v5l3 3" />
</svg>
diff --git a/static/icons/tabler/pinned.svg b/static/icons/tabler/pinned.svg
index fac8252..56e24ba 100644
--- a/static/icons/tabler/pinned.svg
+++ b/static/icons/tabler/pinned.svg
@@ -1,8 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-pinned" 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" fill="none"/>
<path d="M9 4v6l-2 4v2h10v-2l-2 -4v-6" />
- <line x1="12" y1="16" x2="12" y2="21" />
- <line x1="8" y1="4" x2="16" y2="4" />
+ <path d="M12 16l0 5" />
+ <path d="M8 4l8 0" />
</svg>