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

1.0.1113 • Public • Published

amaui logo

amaui Icons Material React

Amaui Icons Material for React
17k+ icon versions including rounded, sharp and two tone
with 100 and 400 weights, with and without fill


MIT license     Production ready     UMD (all 17k+ icons) 2.51mb gzipped     100% test cov     Browser and Nodejs

Very simple code     Modern code     Junior friendly     Typescript     Made with 💛


Getting started

Add

  // yarn
  yarn add @amaui/icons-material-react

  // npm
  npm install @amaui/icons-material-react

Use

  // Import any of the ui and icons
  import { IconButton } from '@amaui/ui-react';

  import IconMaterialPottedPlantRounded from '@amaui/icons-material-react/IconMaterialPottedPlantRounded';

  function A(props) {

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

Dev

Install

  yarn

Test

  yarn test

Prod

Build

  yarn build

Docs

Might be soon...

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-react

Weekly Downloads

14

Version

1.0.1113

License

MIT

Unpacked Size

106 MB

Total Files

56573

Last publish

Collaborators

  • lazareric