naxui-icons
v1.0.7
Published
Google Material icons distributed as SVG React components.
Downloads
5,284
Maintainers
Readme
naxui-icons
Introduction
This package provides a convenient react component for using Google's Material Icons in your react application. for the props
you need to learn about the naxui-manager
Usage
Import module using the following statement.
import HomeIcon from 'naxui-icons/field/Home';
const App = () => {
return (
<div>
<HomeIcon
fontSize={29}
color="primary"
/>
</div>
)
}