Socket
Book a DemoInstallSign in
Socket

@agentable/icons-react

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agentable/icons-react

A Agentable icon library package for React applications

0.3.0
latest
Source
npmnpm
Version published
Weekly downloads
66
-57.14%
Maintainers
1
Weekly downloads
 
Created
Source

@agentable/icons-react

Lightweight, high-performance React icon library providing a massive collection of carefully designed SVG icons with Tree-Shaking support by default.

Features

  • 🚀 Plug and Play: Each icon is an independent React component
  • 📦 Tree-Shakable: Only bundle the icons you actually import
  • 🎨 Fully Customizable: Control size, color, and stroke through props
  • 🔧 TypeScript: Complete type definitions out of the box

Installation

::: code-group

pnpm add @agentable/icons-react
yarn add @agentable/icons-react
npm install @agentable/icons-react

:::

Quick Start

import { Home, User } from '@agentable/icons-react';

const App = () => (
  <div>
    <Home />
    <User color='tomato' size={32} />
  </div>
);

2. Direct Path Import (Fastest Build)

import Home from '@agentable/icons-react/icons/Home';

const App = () => <Home />;

Props

NameTypeDefaultDescription
sizenumber | string24Width & height (in px)
colorstringcurrentColorStroke color
strokeWidthnumber2Stroke width
absoluteStrokeWidthbooleanfalseAuto-scale stroke based on icon size

Supports all native SVG SVGSVGElement attributes.

Migration from Lucide React

APIs are fully compatible, just replace the package name:

-import { Home } from 'lucide-react';
+import { Home } from '@agentable/icons-react';

Made with ❤️ by Agentable

Keywords

Agentable

FAQs

Package last updated on 28 Aug 2025

Did you know?

Socket

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.