Package Exports
- react-material-icon-svg/dist/AlertCircleIcon
- react-material-icon-svg/dist/AlertIcon
- react-material-icon-svg/dist/CheckCircleIcon
- react-material-icon-svg/dist/CheckIcon
- react-material-icon-svg/dist/ChevronDoubleLeftIcon
- react-material-icon-svg/dist/ChevronDoubleRightIcon
- react-material-icon-svg/dist/ChevronLeftIcon
- react-material-icon-svg/dist/ChevronRightIcon
- react-material-icon-svg/dist/CloseIcon
- react-material-icon-svg/dist/InformationIcon
- react-material-icon-svg/dist/MenuDownIcon
- react-material-icon-svg/dist/RefreshIcon
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 (react-material-icon-svg) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-material-icon-svg
Material icon React SVG version
React SVG port https://github.com/Templarian/MaterialDesign
Select icon or check name https://materialdesignicons.com/
Install
npm install --save react-material-icon-svg
Usage
import CheckboxMarkedIcon from 'react-material-icon-svg/dist/CheckboxMarkedIcon';
<CheckboxMarkedIcon />