@oxyhq/services
Version:
Reusable OxyHQ module to handle authentication, user management, karma system, device-based session management and more 🚀
21 lines (19 loc) • 419 B
JavaScript
;
import { Ionicons } from '@expo/vector-icons';
import { jsx as _jsx } from "react/jsx-runtime";
const OxyIcon = ({
name,
size = 24,
color = '#000',
style
}) => {
// Icon name is already properly typed as IoniconsGlyphs
return /*#__PURE__*/_jsx(Ionicons, {
name: name,
size: size,
color: color,
style: style
});
};
export default OxyIcon;
//# sourceMappingURL=OxyIcon.js.map