Skip to content

Commit 4919ddf

Browse files
committed
chore: update setup
1 parent 35ae330 commit 4919ddf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/generate-file-tree-sprite.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { IconifyJSON } from '@iconify-json/carbon'
1+
import type { IconifyJSON } from '@iconify-json/lucide'
22
import { promises as fs } from 'node:fs'
33
import { fileURLToPath } from 'node:url'
44
import path from 'node:path'
@@ -15,7 +15,7 @@ const outputDevPath = path.join(rootDir, 'public', 'file-tree-sprite.svg')
1515
const outputStagePath = path.join(rootDir, 'public-dev', 'file-tree-sprite.svg')
1616
const outputProdPath = path.join(rootDir, 'public-prod', 'file-tree-sprite.svg')
1717

18-
const COLLECTION_NAMES = ['carbon', 'lucide', 'simple-icons', 'svg-spinners', 'vscode-icons']
18+
const COLLECTION_NAMES = ['lucide', 'simple-icons', 'svg-spinners', 'vscode-icons']
1919

2020
const COLLECTION_REGEXP = new RegExp(`^(${COLLECTION_NAMES.join('|')})-(.+)$`)
2121

0 commit comments

Comments
 (0)