Skip to content

icons-material-react 1.0.0

Install from the command line:
Learn more about npm packages
$ npm install @onesy-me/icons-material-react@1.0.0
Install via package.json:
"@onesy-me/icons-material-react": "1.0.0"

About this version

AMAUI logo

AMAUI Icons Material React

Amaui Icons Material for React
Almost 40.000 icon versions including outlined, rounded, sharp and two tone
with 100, 400 and 700 weights, with and without fill


MIT license     Production ready     UMD (all almost 40.000 icons) 44mb 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 { IconMaterialPottedPlantOutlined } from '@amaui/icons-material-react';

  function A(props) {

    return (
      <IconButton>
        // 🪴
        <IconMaterialPottedPlantOutlined />
      </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.

Details


Assets

  • icons-material-react-1.0.0-npm.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all