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"
    />
  );
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.152latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.152
0.0.141
0.0.131
0.0.122
0.0.111
0.0.101
0.0.91
0.0.82
0.0.71
0.0.62
0.0.51
0.0.41
0.0.31
0.0.21
0.0.11

Package Sidebar

Install

npm i whales-icon-react

Weekly Downloads

4

Version

0.0.15

License

none

Unpacked Size

26.3 MB

Total Files

6099

Last publish

Collaborators

  • twannafly