mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 13:29:13 -04:00
fix(dependency) Replace @vicons/tabler with @tabler/icons-vue
This commit is contained in:
parent
0b1b98f93e
commit
b77138181a
118 changed files with 295 additions and 312 deletions
|
@ -1,4 +1,4 @@
|
|||
import { FileDigit } from '@vicons/tabler';
|
||||
import { IconFileDigit } from '@tabler/icons-vue';
|
||||
import { defineTool } from '../tool';
|
||||
import { translate } from '@/plugins/i18n.plugin';
|
||||
|
||||
|
@ -8,6 +8,6 @@ export const tool = defineTool({
|
|||
description: translate('tools.base64-string-converter.description'),
|
||||
keywords: ['base64', 'converter', 'conversion', 'web', 'data', 'format', 'atob', 'btoa'],
|
||||
component: () => import('./base64-string-converter.vue'),
|
||||
icon: FileDigit,
|
||||
icon: IconFileDigit,
|
||||
redirectFrom: ['/file-to-base64', '/base64-converter'],
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue