Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imedadel/lucide-solid
Lucide icons for Solid
https://github.com/imedadel/lucide-solid
Last synced: 5 days ago
JSON representation
Lucide icons for Solid
- Host: GitHub
- URL: https://github.com/imedadel/lucide-solid
- Owner: imedadel
- Created: 2021-12-31T09:16:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-01T10:58:08.000Z (about 3 years ago)
- Last Synced: 2024-12-22T10:34:26.418Z (12 days ago)
- Language: TypeScript
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lucide Solid
> [Lucide](https://lucide.dev/) icons for [Solid](https://solidjs.com) apps
## Installation
```bash
pnpm add lucide-solid# or
yarn add lucide-solid
# or
npm install lucide-solid
```## Usage
```jsx
import { Camera } from "lucide-solid"// Usage
const App = () => {
return
}export default App
```### Defaults
| name | type | default |
| ------------- | -------- | ------------ |
| `size` | _Number_ | 1em |
| `color` | _String_ | currentColor |
| `strokeWidth` | _Number_ | 2 |