UNPKG

tdesign-react

Version:
39 lines (35 loc) 1.31 kB
/** * tdesign v1.15.1 * (c) 2025 tdesign * @license MIT */ import { _ as _defineProperty } from '../_chunks/dep-cb0a3966.js'; import React from 'react'; import classNames from 'classnames'; import useConfig from '../hooks/useConfig.js'; import '../_chunks/dep-eca3a3de.js'; import '../config-provider/ConfigContext.js'; import 'lodash-es'; import '../_chunks/dep-f97636ce.js'; import '../_chunks/dep-9dbbf468.js'; import 'dayjs'; function FakeArrow(props) { var _useConfig = useConfig(), classPrefix = _useConfig.classPrefix; return /* @__PURE__ */React.createElement("svg", { style: props.style, className: classNames("".concat(classPrefix, "-fake-arrow"), _defineProperty({}, "".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