diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-11-02 15:32:26 +0100 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-11-02 15:32:26 +0100 |
| commit | c06ed9cc555b915285c62883e12d48d00c142ea8 (patch) | |
| tree | 284172ed8458219cfccafb2263cdcbb8ec79959d /public/assets/js/util/icons.js | |
| parent | d789906d2f905cdcc92e40d9154db91195541b14 (diff) | |
show age on hover
Diffstat (limited to 'public/assets/js/util/icons.js')
| -rw-r--r-- | public/assets/js/util/icons.js | 1 |
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>', }; |
