1.2.6 • Published 1 year ago

react-modern-icons v1.2.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

👋 React Modern Icons

React Modern Icons is a lightweight and easy-to-use package that provides a comprehensive collection of modern icons for your React application. The package includes a wide range of icons that are designed with the latest design trends in mind, ensuring that your application looks sleek and up-to-date.

Installation

yarn add react-modern-icons

or

npm i react-modern-icons

Usage

import { NotificationUnread } from 'react-modern-icons'

function MyComponent() {
  return <NotificationUnread />
}

or

import { NotificationUnread } from 'react-modern-icons'

function MyComponent() {
  return (
      <NotificationUnread
        color='#000000'
        size={30}
        variant='filled'
      />
  )
}

The package also provides options to customize the size, color, and other properties of the icons. Refer to the documentation for more information on customization options.

Features

  • Comprehensive collection of modern icons
  • asy-to-use and lightweight package
  • Customizable size, color, and other properties
  • Compatible with React 16.8 or higher

Props

PropTypeDefault
colorstringcurrentColor
size(number or string)1em
variantlight regular bold filled duotoneregular
titlestring
classNamestring
styleobject

Contributing

Contributions to React Modern Icons are always welcome! If you find a bug or have a suggestion for a new feature, please submit an issue or pull request on our GitHub repository.

License

React Modern Icons is licensed under the MIT License. See the LICENSE file for more information.

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago