UNPKG

@oxyhq/services

Version:

OxyHQ Expo/React Native SDK — UI components, screens, and native features

21 lines (19 loc) 419 B
"use strict"; 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