1.5.0 • Published 3 years ago

@artemis69/iconic-solid v1.5.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Iconic Icons for Solid js

Iconic Icons

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.

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.1

3 years ago

1.1.1

3 years ago