UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

9 lines (8 loc) 285 B
import { jsx as _jsx } from "react/jsx-runtime"; import { Icon } from '@mui/material'; const Component = { defaultProps: { IconComponent: ({ className }) => _jsx(Icon, Object.assign({ className: className }, { children: "expand_more" })) } }; export default Component;