garicons
TypeScript icon, indicating that this package has built-in type declarations

0.1.11 • Public • Published

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

  1. dimensions: number
  2. strokeWidth: number
  3. 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

Releases

  1. Release-1 - Notes
  2. Release-2 - Notes
  3. Release-3 - Notes
  4. Release-4 - Notes
  5. 3 and 4 are like the same thing Yo!
  6. Release-6 - Notes
  7. Release-7 - Notes
  8. Release-8 - Notes
  9. Release-9 - Notes
  10. Release-10 - Notes

Package Sidebar

Install

npm i garicons

Weekly Downloads

19

Version

0.1.11

License

ISC

Unpacked Size

2.41 MB

Total Files

243

Last publish

Collaborators

  • kliative