tdesign-react
Version:
TDesign Component for React
40 lines (36 loc) • 1.34 kB
JavaScript
/**
* 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 '../locale/zh_CN.js';
import '../_chunks/dep-e29214cb.js';
import 'dayjs';
import '../_chunks/dep-3c9ab31a.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({}, "".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