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

19 lines
No EOL
1.2 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 SvgTon = (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 11ZM10.244 9.05h7.512c1.381 0 2.256 1.492 1.563 2.694L14.68 19.78a.787.787 0 0 1-1.363 0l-4.636-8.036c-.695-1.204.18-2.694 1.562-2.694Zm3.07 8.319v-6.946h-3.071a.426.426 0 0 0-.375.636l2.437 4.357 1.008 1.953Zm2.38-1.952 2.435-4.359a.426.426 0 0 0-.374-.636h-3.07v6.948l1.009-1.953Z",
fill: "currentColor"
})));
const ForwardRef = /*#__PURE__*/forwardRef(SvgTon);
export { ForwardRef as ReactComponent };