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

@@ -99,7 +99,7 @@
</template>
<SmartItem
:label="`${$t('import.curl')}`"
svg="terminal"
svg="file-code"
@click.native="
() => {
showCurlImportModal = !showCurlImportModal
@@ -109,7 +109,7 @@
/>
<SmartItem
:label="`${$t('show.code')}`"
svg="code"
svg="code-2"
@click.native="
() => {
showCodegenModal = !showCodegenModal