var _path, _rect, _path2; function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import * as React from "react"; import { forwardRef } from "react"; const SvgExternalWallet = (props, ref) => /*#__PURE__*/React.createElement("svg", _extends({ width: 28, height: 28, viewBox: "0 0 28 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref }, props), _path || (_path = /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.5 12.678c0-2.337 0-3.506.455-4.399a4.174 4.174 0 0 1 1.824-1.824C7.672 6 8.841 6 11.18 6h5.426c2.338 0 3.507 0 4.4.455a4.174 4.174 0 0 1 1.824 1.824c.08.158.146.324.2.504h-2.877c-1.294 0-1.941 0-2.47.155a3.826 3.826 0 0 0-2.592 2.593c-.155.528-.155 1.175-.155 2.469 0 1.294 0 1.941.154 2.47a3.826 3.826 0 0 0 2.594 2.593c.528.154 1.175.154 2.469.154h2.877c-.054.18-.12.346-.2.504a4.174 4.174 0 0 1-1.825 1.824c-.892.455-2.061.455-4.399.455h-5.427c-2.337 0-3.506 0-4.399-.455a4.174 4.174 0 0 1-1.824-1.824c-.455-.893-.455-2.062-.455-4.4v-2.643ZM16.325 14c0-1.298 0-1.947.242-2.448.239-.497.64-.898 1.137-1.137.5-.241 1.15-.241 2.447-.241h1.392c1.298 0 1.947 0 2.448.24.497.24.898.641 1.137 1.138.241.501.241 1.15.241 2.448s0 1.947-.24 2.448c-.24.497-.641.898-1.138 1.137-.5.241-1.15.241-2.448.241h-1.392c-1.297 0-1.947 0-2.447-.241a2.434 2.434 0 0 1-1.137-1.137c-.242-.501-.242-1.15-.242-2.448Zm4.522 0a1.391 1.391 0 1 1-2.783 0 1.391 1.391 0 0 1 2.783 0Z", fill: "#fff" })), _rect || (_rect = /*#__PURE__*/React.createElement("rect", { x: 1, y: 15, width: 12, height: 12, rx: 6, fill: "#B8BECC" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { d: "M7 24v-6m0 0 2.5 2.5M7 18l-2.5 2.5", stroke: "#fff", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }))); const ForwardRef = /*#__PURE__*/forwardRef(SvgExternalWallet); export { ForwardRef as ReactComponent };