Lucide lab is a project with icons that are nicely designed but have unknown use cases.
npm install @lucide/lab``sh`
npm install @lucide/lab
`sh`
yarn add @lucide/lab
`sh`
pnpm install @lucide/lab
`jsx
import { burger } from '@lucide/lab';
import { Icon } from 'lucide-react';
function App() {
return (
$3
`vue
`$3
`svelte
`$3
`jsx
import { burger } from '@lucide/lab';
import { Icon } from 'lucide-solid';function App() {
return (
);
}
`$3
`jsx
import { burger } from '@lucide/lab';
import { Icon } from 'lucide-preact';function App() {
return (
);
}
`$3
`jsximport { burger } from '@lucide/lab';
import { Icon } from 'lucide-react-native';
function App() {
return (
);
}
``Join the community on our Discord server!
Lucide is totally free for commercial use and personally use, this software is licensed under the ISC License.