whales-icon-react
TypeScript icon, indicating that this package has built-in type declarations

0.0.15 • Public • Published

Whales Icon React

A lightweight React component library for displaying SVG icons.

Installation

npm install whales-icon-react

Features

  • 🚀 Lightweight and easy to use
  • 💪 TypeScript support
  • 🎨 Customizable size and color
  • ⚡ Dynamic icon loading
  • 🔄 React 16.8+ compatible

Usage

import { Icon } from 'whales-icon-react';

function App() {
  return (
    <Icon 
      name="your-icon-name"
      size={24}
      color="#000000"
      className="custom-class"
    />
  );
}

/whales-icon-react/

    Package Sidebar

    Install

    npm i whales-icon-react

    Weekly Downloads

    0

    Version

    0.0.15

    License

    none

    Unpacked Size

    26.3 MB

    Total Files

    6099

    Last publish

    Collaborators

    • twannafly