mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-09 11:54:22 +01:00
17 lines
1.8 KiB
XML
17 lines
1.8 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 SvgBackspace = (props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
|
||
|
width: 31,
|
||
|
height: 26,
|
||
|
viewBox: "0 0 31 26",
|
||
|
fill: "none",
|
||
|
xmlns: "http://www.w3.org/2000/svg",
|
||
|
ref: ref
|
||
|
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
||
|
d: "M26.172 25.734c1.43 0 2.502-.355 3.213-1.066.72-.702 1.08-1.76 1.08-3.172V4.803c0-1.413-.36-2.47-1.08-3.172C28.674.92 27.603.564 26.172.564H14.29c-.538 0-1.048.05-1.531.15-.474.101-.93.27-1.367.507a5.03 5.03 0 0 0-1.204.943l-8.052 8.367c-.301.301-.547.597-.739.889a3.586 3.586 0 0 0-.423.861 2.663 2.663 0 0 0-.137.848c0 .42.105.843.314 1.271.21.42.538.862.985 1.327l8.066 8.326c.374.392.775.71 1.203.957.438.246.893.424 1.367.533.484.119.994.178 1.532.178l11.867.013Zm-12.62-6.85c-.31 0-.573-.109-.792-.327a1.126 1.126 0 0 1-.328-.807c0-.31.109-.574.328-.793l3.8-3.8-3.8-3.788a1.11 1.11 0 0 1-.328-.793c0-.319.109-.583.328-.793a1.08 1.08 0 0 1 .793-.328c.3 0 .565.105.793.315l3.814 3.8 3.842-3.814c.219-.219.479-.328.78-.328.31 0 .573.11.792.328.219.219.328.483.328.793 0 .31-.109.579-.328.806l-3.814 3.801 3.8 3.787c.22.2.329.47.329.807 0 .31-.11.579-.328.807a1.096 1.096 0 0 1-.807.328c-.328 0-.597-.11-.807-.328l-3.787-3.801-3.773 3.8a1.159 1.159 0 0 1-.834.329Z",
|
||
|
fill: "currentColor"
|
||
|
})));
|
||
|
const ForwardRef = /*#__PURE__*/forwardRef(SvgBackspace);
|
||
|
export { ForwardRef as ReactComponent };
|