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

0.0.5 • Public • Published

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>

Package Sidebar

Install

npm i qwik-unicons

Weekly Downloads

3

Version

0.0.5

License

IconScout Simple License

Unpacked Size

6.2 MB

Total Files

1914

Last publish

Collaborators

  • iamriajul