diff --git a/src/tools/xml-formatter/index.ts b/src/tools/xml-formatter/index.ts index 75b4327f..6df866b4 100644 --- a/src/tools/xml-formatter/index.ts +++ b/src/tools/xml-formatter/index.ts @@ -1,4 +1,4 @@ -import { ArrowsShuffle } from '@vicons/tabler'; +import { Code } from '@vicons/tabler'; import { defineTool } from '../tool'; export const tool = defineTool({ @@ -7,6 +7,6 @@ export const tool = defineTool({ description: 'Prettify your XML string to a human friendly readable format.', keywords: ['xml', 'prettify', 'format'], component: () => import('./xml-formatter.vue'), - icon: ArrowsShuffle, + icon: Code, createdAt: new Date('2023-06-17'), });