Skip to content

Commit 70fe473

Browse files
Update src/runtime/build.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 2536a73 commit 70fe473

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/runtime/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default {
7777
`.trim()
7878

7979
export async function buildIcons(nuxt: Nuxt, options: ModuleOptions): Promise<ModuleIconsNames[]> {
80-
const provider = options.provider || 'feather'
80+
const provider = options.provider || 'lucide'
8181

8282
if (cache[provider]) {
8383
return cache[provider]

0 commit comments

Comments
 (0)