Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
@iconscout/react-unicons-thinline
Advanced tools
1100+ vector thinline icons as easy to use React Components
1000+ Pixel-perfect vector icons as React Components. These icons are designed by Iconscout.
You can easily install react-unicons-thinline using npm.
npm install --save @iconscout/react-unicons-thinline
Or using yarn
yarn add @iconscout/react-unicons-thinline
import React from "react";
import UitStar from "@iconscout/react-unicons-thinline/icons/uit-star";
const App = () => {
return <UitStar size="140" color="#61DAFB" />;
};
export default App;
You can customize icons as below:
<Unicons.UitStar size="140" color="#61DAFB" />
import React from "react";
import * as Unicons from "@iconscout/react-unicons-thinline";
const App = () => {
return <Unicons.UitStar />;
};
export default App;
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.
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.
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.
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.
React Unicons by <a href="https://iconscout.com/">Iconscout</a>
FAQs
1100+ vector thinline icons as easy to use React Components
The npm package @iconscout/react-unicons-thinline receives a total of 3 weekly downloads. As such, @iconscout/react-unicons-thinline popularity was classified as not popular.
We found that @iconscout/react-unicons-thinline demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
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.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.