UNPKG

tdesign-react

Version:
47 lines (43 loc) 1.7 kB
/** * tdesign v1.16.6 * (c) 2026 tdesign * @license MIT */ import { _ as _defineProperty } from '../_chunks/dep-99591f55.js'; import React from 'react'; import classNames from 'classnames'; import { i as isSafari } from '../_chunks/dep-93ed2925.js'; import useConfig from '../hooks/useConfig.js'; import '../_chunks/dep-8b6f4661.js'; import '../_chunks/dep-550d14c2.js'; import '../_chunks/dep-3d8e28be.js'; import '../_chunks/dep-045f6f97.js'; import '../_chunks/dep-343cd404.js'; import '../_chunks/dep-dcb6b3df.js'; import '../_chunks/dep-054b5858.js'; import 'lodash-es'; import '../config-provider/ConfigContext.js'; import '../locale/zh_CN.js'; import '../_chunks/dep-ff92ac3d.js'; import 'dayjs'; import '../_chunks/dep-1c05fdb3.js'; function FakeArrow(props) { var _useConfig = useConfig(), classPrefix = _useConfig.classPrefix; return /* @__PURE__ */React.createElement("svg", { style: props.style, className: classNames("".concat(classPrefix, "-fake-arrow"), _defineProperty(_defineProperty({}, "".concat(classPrefix, "-fake-arrow--transform"), isSafari()), "".concat(classPrefix, "-fake-arrow--active"), (props === null || props === void 0 ? void 0 : props.isActive) && !(props !== null && props !== void 0 && props.disabled)), props === null || props === void 0 ? void 0 : props.className), width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */React.createElement("path", { d: "M3.75 5.7998L7.99274 10.0425L12.2361 5.79921", stroke: "black", strokeOpacity: "0.9", strokeWidth: "1.3" })); } export { FakeArrow as default }; //# sourceMappingURL=FakeArrow.js.map