refactor: migrate icons to lucide.dev

This commit is contained in:
liyasthomas
2021-11-05 18:24:16 +05:30
parent a63c0817cc
commit 17c45fee11
93 changed files with 386 additions and 97 deletions

View File

@@ -143,7 +143,7 @@
<ButtonSecondary
v-tippy="{ theme: 'tooltip' }"
:title="SIDEBAR ? $t('hide.sidebar') : $t('show.sidebar')"
svg="sidebar"
svg="sidebar-open"
class="transform"
:class="{ 'rotate-180': !SIDEBAR }"
@click.native="SIDEBAR = !SIDEBAR"