1.0.2 • Published 4 months ago

@amaui/icons-material-sharp-react v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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 IconMaterialPottedPlantSharp from '@amaui/icons-material-sharp-react/IconMaterialPottedPlant';

  function A(props) {

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

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.