Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 |