refactor(xml-formatter): add better suitable icon
This commit is contained in:
parent
ddd191e35d
commit
bc0c02bd01
@ -1,4 +1,4 @@
|
|||||||
import { ArrowsShuffle } from '@vicons/tabler';
|
import { Code } from '@vicons/tabler';
|
||||||
import { defineTool } from '../tool';
|
import { defineTool } from '../tool';
|
||||||
|
|
||||||
export const tool = defineTool({
|
export const tool = defineTool({
|
||||||
@ -7,6 +7,6 @@ export const tool = defineTool({
|
|||||||
description: 'Prettify your XML string to a human friendly readable format.',
|
description: 'Prettify your XML string to a human friendly readable format.',
|
||||||
keywords: ['xml', 'prettify', 'format'],
|
keywords: ['xml', 'prettify', 'format'],
|
||||||
component: () => import('./xml-formatter.vue'),
|
component: () => import('./xml-formatter.vue'),
|
||||||
icon: ArrowsShuffle,
|
icon: Code,
|
||||||
createdAt: new Date('2023-06-17'),
|
createdAt: new Date('2023-06-17'),
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user