summaryrefslogtreecommitdiff
path: root/public/assets/js/util/icons.js
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2022-11-02 15:32:26 +0100
committerjulian laplace <julescarbon@gmail.com>2022-11-02 15:32:26 +0100
commitc06ed9cc555b915285c62883e12d48d00c142ea8 (patch)
tree284172ed8458219cfccafb2263cdcbb8ec79959d /public/assets/js/util/icons.js
parentd789906d2f905cdcc92e40d9154db91195541b14 (diff)
show age on hover
Diffstat (limited to 'public/assets/js/util/icons.js')
-rw-r--r--public/assets/js/util/icons.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/assets/js/util/icons.js b/public/assets/js/util/icons.js
index 27afb90..f145515 100644
--- a/public/assets/js/util/icons.js
+++ b/public/assets/js/util/icons.js
@@ -3,4 +3,5 @@ const ICONS = {
play: '<svg class="icon" focusable="false" aria-hidden="true" viewBox="0 0 24 24"><path d="M8 5v14l11-7z"></path></svg>',
expand:
'<svg class="icon" focusable="false" aria-hidden="true" viewBox="0 0 24 24"><path d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z"></path></svg>',
+ add: '<svg class="icon" focusable="false" aria-hidden="true" viewBox="0 0 24 24"><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"></path></svg>',
};