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