Socket
Socket
Sign inDemoInstall

@iconscout/vue-unicons-thinline

Package Overview
Dependencies
10
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @iconscout/vue-unicons-thinline

1100+ vector solid icons as easy to use Vue Components


Version published
Maintainers
2
Install size
732 kB
Created

Readme

Source

Vue Unicons Thinline

1100+ Pixel-perfect vector icons as Vue Components. These icons are designed by Iconscout.

Getting Started

You can easily install vue-unicons-thinline using npm.

npm install --save @iconscout/vue-unicons-thinline

Or using yarn

yarn add @iconscout/vue-unicons-thinline

Usage

Use individual icons

<template>
  <div>
    <uit-star size="180px" class="logo" />
  </div>
</template>

<script>
  import { UitStar } from "@iconscout/vue-unicons-thinline";

  export default {
    components: {
      UitStar,
    },
  };
</script>

PRO Icons

If you've subscribed to Unicons PRO, you can request your own NPM Token to get an access to all the PRO icons as NPM Package.

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.

Icon Requests

We've created a thread at Iconscout Community where you can request for new icons. And we'll be happy to design them in upcoming weeks.

License

Unicons are Open Source icons and licensed under Apache 2.0. 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.

Vue Unicons by <a href="https://iconscout.com/">Iconscout</a>

Keywords

FAQs

Last updated on 20 May 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc