phosphor-react-native
Version:
Flexible icons for React Native
18 lines (16 loc) • 399 B
JavaScript
;
/* GENERATED FILE */
import IconBase from '../lib/icon-base';
import weights from '../defs/Person';
import { jsx as _jsx } from "react/jsx-runtime";
const I = ({
...props
}) => /*#__PURE__*/_jsx(IconBase, {
...props,
weights: weights,
name: "person"
});
/** @deprecated Use PersonIcon */
export const Person = I;
export { I as PersonIcon };
//# sourceMappingURL=Person.js.map