diff options
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>', }; |
