JSPM

@amaui/icons-material-two-tone-react

1.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q38121F
  • License MIT

Icons material two tone for React

Package Exports

  • @amaui/icons-material-two-tone-react
  • @amaui/icons-material-two-tone-react/esm/index.js
  • @amaui/icons-material-two-tone-react/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@amaui/icons-material-two-tone-react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme



amaui logo

amaui Icons Material Two Tone React

Amaui Icons Material Two Tone 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 IconMaterialPottedPlantTwoTone from '@amaui/icons-material-two-tone-react/IconMaterialPottedPlant';

  function A(props) {

    return (
      // ðŸŠī
      <IconMaterialPottedPlantTwoTone />
    );
  }

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.