mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-24 09:46:10 +01:00
19 lines
No EOL
1.3 KiB
XML
19 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 SvgSquareSrrowDown = (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: "M10.086 12.405a.835.835 0 0 0-1.172 1.19l4.5 4.437c.325.32.847.32 1.172 0l4.5-4.437a.835.835 0 0 0-1.172-1.19l-3.079 3.036V6H17.6c2.24 0 3.36 0 4.216.436a4 4 0 0 1 1.748 1.748C24 9.04 24 10.16 24 12.4v5.2c0 2.24 0 3.36-.436 4.216a4 4 0 0 1-1.748 1.748C20.96 24 19.84 24 17.6 24h-7.2c-2.24 0-3.36 0-4.216-.436a4 4 0 0 1-1.748-1.748C4 20.96 4 19.84 4 17.6v-5.2c0-2.24 0-3.36.436-4.216a4 4 0 0 1 1.748-1.748C7.04 6 8.16 6 10.4 6h2.765v9.441l-3.079-3.036ZM13.165 6V2.063a.835.835 0 1 1 1.67 0V6h-1.67Z",
|
|
fill: "#fff"
|
|
})));
|
|
const ForwardRef = /*#__PURE__*/forwardRef(SvgSquareSrrowDown);
|
|
export { ForwardRef as ReactComponent }; |