telegram-crawler/data/mini_app/wallet/src/images/support_square.svg
2023-09-15 13:01:53 +00:00

22 lines
No EOL
1.7 KiB
XML

var _path, _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 SvgSupportSquare = (props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
width: 30,
height: 30,
viewBox: "0 0 30 30",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
ref: ref
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
d: "M0 11.2c0-3.92 0-5.88.763-7.378A7 7 0 0 1 3.823.763C5.318 0 7.28 0 11.2 0h7.6c3.92 0 5.88 0 7.378.763a7 7 0 0 1 3.059 3.06C30 5.318 30 7.28 30 11.2v7.6c0 3.92 0 5.88-.763 7.378a7 7 0 0 1-3.06 3.059C24.68 30 22.72 30 18.8 30h-7.6c-3.92 0-5.88 0-7.378-.763a7 7 0 0 1-3.059-3.06C0 24.68 0 22.72 0 18.8v-7.6Z",
fill: "#FF9500"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M15 5.38c5.523 0 10 4.07 10 9.09 0 5.022-4.477 9.092-10 9.092-.847 0-1.669-.096-2.454-.276-.149-.034-.317.122-.599.382-.34.314-.846.781-1.68 1.25-1.067.598-2.545.546-2.795.44-.24-.1-.055-.3.27-.652.225-.243.517-.56.782-.966.649-.995.38-2.18.09-2.392C6.338 19.682 5 17.334 5 14.47 5 9.45 9.477 5.38 15 5.38ZM10 16a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm6.5-1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z",
fill: "#fff"
})));
const ForwardRef = /*#__PURE__*/forwardRef(SvgSupportSquare);
export { ForwardRef as ReactComponent };