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

19 lines
No EOL
1.6 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 SvgDollars = (props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
width: 32,
height: 32,
viewBox: "0 0 32 32",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
ref: ref
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M16 3.429C9.057 3.429 3.43 9.057 3.43 16S9.057 28.571 16 28.571 28.572 22.943 28.572 16 22.943 3.429 16 3.429Zm-.853 19.62c0 .514.316.821.803.821.488 0 .804-.307.804-.821v-.894c2.048-.225 3.817-1.417 3.817-3.637 0-1.769-1.317-2.897-3.637-3.43l-1.173-.27c-1.2-.271-2.013-.786-2.013-1.616 0-.966.83-1.58 2.211-1.58 1.21 0 1.914.46 2.32 1.409.226.433.505.685 1.029.685.578 0 .975-.315.975-.839a1.97 1.97 0 0 0-.082-.505c-.397-1.327-1.678-2.284-3.447-2.5v-.92c0-.515-.316-.822-.804-.822-.487 0-.803.307-.803.821v.92c-2.022.253-3.592 1.48-3.592 3.52 0 1.706 1.363 2.88 3.42 3.35l1.228.288c1.381.325 2.211.794 2.211 1.706 0 1.074-.93 1.651-2.382 1.651-1.372 0-2.22-.505-2.582-1.426-.19-.424-.487-.73-1.01-.73-.623 0-1.011.378-1.011.947 0 .153.027.325.09.496.388 1.255 1.715 2.239 3.628 2.464v.912Z",
fill: "currentColor"
})));
const ForwardRef = /*#__PURE__*/forwardRef(SvgDollars);
export { ForwardRef as ReactComponent };