garicons
v0.1.11
Published
Open source animated SVG feather icons
Downloads
4
Maintainers
Readme
Garicons
Open source Animated SVG Feather Icons
Shout Out
Feather by Cole Bemis ✊🏿
Installation
npm install garicons
Usage
import into your NgModules
@NgModule({
imports:[
GariconsModule,
...
]
Access them anywhere.
<gcon-battery
[isCharging]="false"
[dimension]="30"
[strokeWidth]="2"
[animationAction]="'hover'"
>
</gcon-battery>
Features
Inputs shared by all icons
- dimensions: number
- strokeWidth: number
- animationAction: 'hover' | 'onload' - more to come!
All inputs have a defualt value if not assigend when declearin thecmppnent in your template, thus you can just write this
<gcon-battery> </gcon-battery>
Some icons have bespoke inputs, each of these will be elaborated on in the documentation