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 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-reactUse
// 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
yarnTest
yarn testProd
Build
yarn buildLicenses
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.