0.0.5 • Published 4 months ago

qwik-unicons v0.0.5

Weekly downloads
-
License
IconScout Simple ...
Repository
github
Last release
4 months ago

Qwik Unicons

4,500+ Pixel-perfect vector icons as Qwik Components. These icons are designed by IconScout.

Getting Started

You can easily install qwik-unicons using npm.

npm install --save qwik-unicons

Or using yarn

yarn add qwik-unicons

Usage

Use individual icons

import UilAdjust from 'qwik-unicons/icons/uil-adjust'

const App = () => {
  return <UilAdjust size="140" color="#61DAFB" />
};

export default App;

You can customize icons as below:

<Unicons.UilAdjust size="140" color="#61DAFB" />

Usage as full Package

import * as Unicons from 'qwik-unicons';

const App = () => {
  return <Unicons.UilAdjust />
};

export default App;

More ways

Contributing

We will be happy to have community support for Unicons. Feel free to fork and create pull requests. We have given a small roadmap above so that you can help us build these features.

License

Unicons are Open Source icons and licensed under IconScout Simple License. You're free to use these icons in your personal and commercial project. We would love to see the attribution in your app's about screen, but it's not mandatory.

Qwik Unicons by <a href="https://iconscout.com/">IconScout</a>
0.0.5

4 months ago

0.0.3

4 months ago

0.0.4

4 months ago

0.0.2

6 months ago

0.0.1

6 months ago