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

1.7.1 • Public • Published

Iconat

This package is a collection of high-quality icons for React applications. The library provides a wide variety of icons in different categories, including weather, communication, development, editors, files, finance & e-commerce, images, layout, maps & travel, media & devices, security, education, user interface, and more.

header

Installation

yarn add iconat

or

npm install iconat

Usage

import Iconat from 'iconat'

const App = () => {
  return (
    <Iconat
      size={22}
      color={'red'}
      icon={'stopwatch'}
    />
  )
}

export default App

Documentation

Icons search

Props

color : string | icon color.

icon : string | icon name.

size : number | icon size, default is 24.

style : object | custom styles property.

License

MIT © ahmedsamir

Package Sidebar

Install

npm i iconat

Weekly Downloads

0

Version

1.7.1

License

MIT

Unpacked Size

696 kB

Total Files

9

Last publish

Collaborators

  • ahmedsamir