Gathering detailed insights and metrics for @tabler/icons-react-native
Gathering detailed insights and metrics for @tabler/icons-react-native
npm install @tabler/icons-react-native
Typescript
Module System
Node Version
NPM Version
JavaScript (57.34%)
TypeScript (18.11%)
SCSS (7.5%)
HTML (6.18%)
Liquid (5.42%)
CSS (3.98%)
Svelte (0.92%)
Vue (0.3%)
Python (0.25%)
Total Downloads
68,500
Last Day
644
Last Week
2,716
Last Month
12,085
Last Year
68,500
18,702 Stars
1,885 Commits
944 Forks
103 Watching
11 Branches
71 Contributors
Minified
Minified + Gzipped
Latest Version
3.29.0
Package Id
@tabler/icons-react-native@3.29.0
Unpacked Size
37.70 MB
Size
2.73 MB
File Count
11,705
NPM Version
11.0.0
Node Version
20.18.1
Publised On
21 Jan 2025
Cumulative downloads
Total Downloads
Last day
-12.3%
644
Compared to previous day
Last week
-16.6%
2,716
Compared to previous week
Last month
2.2%
12,085
Compared to previous month
Last year
0%
68,500
Compared to previous year
1
1
Implementation of the Tabler Icons library for React applications.
Browse all icons at tabler-icons.io →
If you want to support my project and help me grow it, you can become a sponsor on GitHub or just donate on PayPal :)
yarn add @tabler/icons-react-native
or
npm install @tabler/icons-react-native
or
pnpm install @tabler/icons-react-native
or just download from Github.
It's build with ESmodules so it's completely tree-shakable. Each icon can be imported as a component.
1import { IconArrowLeft } from '@tabler/icons-react-native'; 2 3const App = () => { 4 return <IconArrowLeft />; 5}; 6 7export default App;
You can pass additional props to adjust the icon.
1<IconArrowLeft color="red" size={48} />
name | type | default |
---|---|---|
size | Number | 24 |
color | String | currentColor |
stroke | Number | 2 |
For more info on how to contribute please see the contribution guidelines.
Caught a mistake or want to contribute to the documentation? Edit this page on Github
Tabler Icons is licensed under the MIT License.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
Found 5/30 approved changesets -- score normalized to 1
Reason
9 existing vulnerabilities detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-01-20
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More