phosphor-react-native
Version:
Flexible icons for React Native
22 lines (20 loc) • 715 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.HandPointingIcon = exports.HandPointing = void 0;
var _iconBase = _interopRequireDefault(require("../lib/icon-base"));
var _HandPointing = _interopRequireDefault(require("../defs/HandPointing"));
var _jsxRuntime = require("react/jsx-runtime");
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
/* GENERATED FILE */
const I = ({
...props
}) => /*#__PURE__*/(0, _jsxRuntime.jsx)(_iconBase.default, {
...props,
weights: _HandPointing.default,
name: "hand-pointing"
});
/** @deprecated Use HandPointingIcon */
exports.HandPointingIcon = I;
const HandPointing = exports.HandPointing = I;