@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
27 lines (21 loc) • 854 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _reactNativeSvg = require("react-native-svg");
var _gen = require("./helper/gen");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
const IconSwapRightOutline = (0, _gen.genIcon)({
render: color => {
return /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
fill: color,
fillRule: "nonzero",
d: "M14.965 9.927a.75.75 0 0 1 .977.065l.073.084 3.334 4.433a.75.75 0 0 1-.493 1.193l-.106.007h-14a.75.75 0 0 1-.102-1.493l.102-.007h12.497l-2.43-3.232a.75.75 0 0 1 .065-.977l.083-.073z"
});
}
});
var _default = IconSwapRightOutline;
exports.default = _default;
//# sourceMappingURL=swap-right.js.map