Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 1.64 KB

README.md

File metadata and controls

58 lines (45 loc) · 1.64 KB

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>