0.2.0 • Published 1 year ago

basaricons v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Basic Usage

Both icon styles are preconfigured to be stylable by setting the fill CSS property, either manually or using utility classes like fill-gray-500 in a framework like Tailwind CSS.

React

First, install basaricons from npm:

npm install basaricons

Now each icon can be imported individually as a React component:

import { duotone, icons } from 'basaricons'

function MyComponent() {
    return (
        <div>
            <duotone.ActiveCall className="h-5 w-5 text-blue-500" />
            <p>...</p>
        </div>
    )
}

License

This library is MIT licensed.

For Doutone icons used: 123done | License

By

0.2.0

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.3

1 year ago

0.1.6

1 year ago

0.0.3

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago