Icons
Owl UI icons is a component acting as a wrapper around the Material Design Font Icons. The icon assets are managed by the theme not here, this allows the component to be NOT concerned with the actual font being used.
Usage
import * as Icons from '@owlui/icons';
export const Element = () => {
return <Icons icon="home" />;
};
export default {
Element,
};