@artemis69/iconic-solid
v1.5.0
Published
[Iconic Icons](https://github.com/Make-Lemonade/iconicicons)
Downloads
23
Readme
Iconic Icons for Solid js
Install
npm install @artemis69/iconic-solid
Usage
Each icon can be imported individually as a component:
import { BatteryIcon } from '@artemis69/iconic-solid'
function MyComponent() {
return (
<div>
<BatteryIcon />
<p>...</p>
</div>
)
}
Icons use an upper camel case naming convention and are always suffixed with the word Icon
.