1.2.1 • Published 5 years ago
@artemis69/iconic-solid v1.2.1
Iconic Icons for Solid js
Install
npm install @artemis69/iconic-solidUsage
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.