mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 10:18:24 +02:00
docs(site): correct Vanilla icon import casing (#4597)
This commit is contained in:
@@ -13,11 +13,11 @@ const getIconCodes = (): CodeExampleType => {
|
|||||||
title: 'Vanilla',
|
title: 'Vanilla',
|
||||||
code: `\
|
code: `\
|
||||||
<script>
|
<script>
|
||||||
import { createIcons, $CamelCase } from 'lucide';
|
import { createIcons, $PascalCase } from 'lucide';
|
||||||
|
|
||||||
createIcons({
|
createIcons({
|
||||||
icons: {
|
icons: {
|
||||||
$CamelCase
|
$PascalCase
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user