Skip to content

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} />
}

Icons