@amaui/icons-material-rounded-react
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

amaui logo

amaui Icons Material Rounded React

Amaui Icons Material Rounded for React
11k+ icon versions including 100, 400 weights, with and without the fill


MIT license     Production ready     100% test cov     Browser and Nodejs

Very simple code     Modern code     Junior friendly     Typescript     Made with 💛


Getting started

Add

  yarn add @amaui/icons-material-react

Use

  // Import any of the icons
  // best to import them as modules like this example
  // it's the most efficient way to import icons
  import IconMaterialPottedPlantRounded from '@amaui/icons-material-rounded-react/IconMaterialPottedPlant';

  function A(props) {

    return (
      // 🪴
      <IconMaterialPottedPlantRounded />
    );
  }

Dev

Install

  yarn

Test

  yarn test

Prod

Build

  yarn build

Licenses

Google material design icons are ones used in this repository, licenced under their own licence.

Updates made to original icons:

  • A part of the icons are used not all of them.
  • Inner svg elements (children) are extracted from every icon, and put within the @amaui/ui-react Icon component as children.
  • Every icon from there is made into it's own React component as part of this UI library.

Package Sidebar

Install

npm i @amaui/icons-material-rounded-react

Weekly Downloads

20

Version

1.0.2

License

MIT

Unpacked Size

43.9 MB

Total Files

39636

Last publish

Collaborators

  • lazareric