@gravity-ui/uikit
Version:
Gravity UI base styling and components
4 lines (3 loc) • 505 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
export const SliderTooltipPin = ({ className }) => (_jsx("span", { className: className, children: _jsx("svg", { width: "12", height: "6", viewBox: "0 0 12 6", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _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" }) }) }));
//# sourceMappingURL=SliderTooltipPin.js.map