Icons
All icons adopted from boxicons and implemented through React Icons.
Usage
import { Icon } from 'matterial'
function App() {
return <Icon icon="Notification" color="primary" size={50} />
}
All icons adopted from boxicons and implemented through React Icons.
import { Icon } from 'matterial'
function App() {
return <Icon icon="Notification" color="primary" size={50} />
}