@gravity-ui/uikit
Version:
Gravity UI base styling and components
8 lines (7 loc) • 712 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.SliderTooltipPin = void 0;
const jsx_runtime_1 = require("react/jsx-runtime");
const SliderTooltipPin = ({ className }) => ((0, jsx_runtime_1.jsx)("span", { className: className, children: (0, jsx_runtime_1.jsx)("svg", { width: "12", height: "6", viewBox: "0 0 12 6", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: (0, jsx_runtime_1.jsx)("path", { d: "M5.99996 5.02325C5.99996 5.02325 7.7674 -1.90735e-06 11.3023 -1.90735e-06H0.697632C4.23252 -1.90735e-06 5.99996 5.02325 5.99996 5.02325Z", fill: "currentColor" }) }) }));
exports.SliderTooltipPin = SliderTooltipPin;
//# sourceMappingURL=SliderTooltipPin.js.map
;