
Security News
Next.js moves to scheduled security releases
Vercel is formalizing a monthly release program for Next.js. The change follows React2Shell and a sharp rise in AI-assisted vulnerability discovery.
react-native-akar-icons-test
Advanced tools
A React Native compatible package for Akar Icons
This is a library compatible with React Native of the Akar Icons library. Please explore all the icons at akaricons.com.
The author of this package, is not the author of the Ankar Icons library. For any request of new icons, please visit Ankar Icons original repository.
Install with npm:
npm install --save react-native-akar-icons
Import the icons you need into your ReactNative project and declare them in your render method:
import { ArrowRight, LinkOut, Star } from "react-native-akar-icons";
const MyComponent = () => {
return (
<>
<ArrowRight />
<Star />
<LinkOut />
</>
);
};
export default MyComponent;
Icons can be configured with inline props including inline style objects:
<Star color="yellow" size={32} strokeWidth={3} style={{ display: "block" }} />
| Prop | Description | Default |
|---|---|---|
color | Set the icon color | currentColor |
size | Set the width and height of the svg icon | 24 |
strokeWidth | Set the stroke width of the icon | 2 |
style | Add inline styles to the element | {} |
You can also import the whole icon library like this:
import * as Icon from "react-native-akar-icons";
const MyComponent = () => {
return <Icon.ArrowRight />;
};
export default MyComponent;
Explore all the icons at akaricons.com.
GuillaumeOj for Tasta-app (Tasta-app)
Arturo Wibawa (@agwibawa) (author of of the akar-icons)
MIT License, Copyright © 2020-present Arturo Wibawa, 2025 GuillaumeOj
FAQs
A React Native compatible package for Akar Icons
We found that react-native-akar-icons-test demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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
Vercel is formalizing a monthly release program for Next.js. The change follows React2Shell and a sharp rise in AI-assisted vulnerability discovery.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.