telegram-crawler/data/mini_app/wallet/src/images/receive.svg
2023-09-15 09:59:27 +00:00

19 lines
No EOL
1.1 KiB
XML

var _path;
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 SvgReceive = (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: "M14 25c6.075 0 11-4.925 11-11S20.075 3 14 3 3 7.925 3 14s4.925 11 11 11Zm-3.434-10.566a.8.8 0 0 0-1.132 1.132l4 4a.8.8 0 0 0 1.132 0l4-4a.8.8 0 0 0-1.132-1.132L14.8 17.07V9.5a.8.8 0 0 0-1.6 0v7.569l-2.634-2.635Z",
fill: "currentColor"
})));
const ForwardRef = /*#__PURE__*/forwardRef(SvgReceive);
export { ForwardRef as ReactComponent };