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

17 lines
No EOL
1.3 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 SvgClearApple = (props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
width: 20,
height: 22,
viewBox: "0 0 20 22",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
ref: ref
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
d: "M10 19c4.377 0 8-3.631 8-8 0-4.376-3.631-8-8.008-8C5.624 3 2 6.624 2 11c0 4.369 3.631 8 8 8Zm-2.635-4.706a.643.643 0 0 1-.643-.65c0-.173.062-.338.188-.456l2.172-2.18L6.91 8.835a.628.628 0 0 1-.188-.455c0-.368.282-.643.643-.643.18 0 .321.063.447.18L10 10.099l2.204-2.188a.594.594 0 0 1 .447-.188c.36 0 .651.282.651.643 0 .18-.055.321-.196.462l-2.18 2.18 2.172 2.173a.599.599 0 0 1 .196.463c0 .36-.29.651-.659.651a.62.62 0 0 1-.463-.188L10 11.926l-2.165 2.18a.651.651 0 0 1-.47.188Z",
fill: "currentColor"
})));
const ForwardRef = /*#__PURE__*/forwardRef(SvgClearApple);
export { ForwardRef as ReactComponent };