stone-kit
Version:
uikit for redesign
30 lines (29 loc) • 2.9 kB
JavaScript
import { jsxs as r, jsx as C } from "react/jsx-runtime";
import { useId as l } from "react";
const h = (t) => {
const i = l();
return /* @__PURE__ */ r(
"svg",
{
width: "12",
height: "12",
viewBox: "0 0 12 12",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...t,
children: [
/* @__PURE__ */ C("g", { opacity: "0.6", clipPath: `url(#${i})`, children: /* @__PURE__ */ C(
"path",
{
d: "M4.85288 0.615298C3.9166 0.814466 3.04849 1.25448 2.33433 1.89186C1.62017 2.52924 1.08467 3.34193 0.780752 4.24963C0.476831 5.15733 0.415006 6.12861 0.601384 7.06752C0.787762 8.00643 1.21589 8.88046 1.84347 9.60324C1.91823 9.69313 1.96243 9.80448 1.96967 9.92116C1.97691 10.0378 1.94682 10.1538 1.88376 10.2522L1.63095 10.6596C1.57926 10.7429 1.55078 10.8385 1.54844 10.9364C1.5461 11.0344 1.56999 11.1313 1.61765 11.2169C1.6653 11.3026 1.73498 11.374 1.81948 11.4237C1.90397 11.4734 2.00021 11.4996 2.09824 11.4996H5.84055C7.26229 11.5149 8.63672 10.9893 9.68546 10.0293C10.7342 9.0692 11.3789 7.74642 11.4889 6.32886C11.5391 5.48298 11.3935 4.63691 11.0633 3.85653C10.733 3.07615 10.2272 2.38251 9.58502 1.82962C8.94287 1.27673 8.18178 0.879516 7.361 0.668894C6.54022 0.458273 5.6819 0.439931 4.85288 0.615298ZM5.99851 2.49957C6.15064 2.49958 6.29936 2.54471 6.42585 2.62924C6.55234 2.71377 6.65092 2.83391 6.70913 2.97447C6.76735 3.11503 6.78257 3.26969 6.75288 3.4189C6.7232 3.56811 6.64993 3.70517 6.54235 3.81274C6.43477 3.92032 6.2977 3.99357 6.14849 4.02325C5.99928 4.05292 5.84462 4.03769 5.70406 3.97946C5.56351 3.92124 5.44337 3.82265 5.35885 3.69615C5.27433 3.56965 5.22922 3.42093 5.22922 3.2688C5.22924 3.06478 5.31029 2.86913 5.45456 2.72487C5.59883 2.58062 5.79449 2.49957 5.99851 2.49957ZM6.61374 8.99957H5.99851C5.93284 8.99959 5.86781 8.98667 5.80714 8.96155C5.74647 8.93643 5.69135 8.8996 5.64491 8.85316C5.59848 8.80673 5.56165 8.75161 5.53653 8.69094C5.51141 8.63026 5.49849 8.56524 5.49851 8.49957V5.92267H5.38327C5.25066 5.92267 5.12348 5.86999 5.02972 5.77622C4.93595 5.68245 4.88327 5.55528 4.88327 5.42267C4.88327 5.29006 4.93595 5.16288 5.02972 5.06911C5.12348 4.97535 5.25066 4.92267 5.38327 4.92267H5.99851C6.06417 4.92265 6.1292 4.93557 6.18987 4.96069C6.25054 4.98582 6.30566 5.02264 6.3521 5.06908C6.39853 5.11551 6.43536 5.17064 6.46048 5.23131C6.4856 5.29198 6.49852 5.357 6.49851 5.42267V7.99957H6.61374C6.74635 7.99957 6.87353 8.05225 6.96729 8.14602C7.06106 8.23979 7.11374 8.36696 7.11374 8.49957C7.11374 8.63218 7.06106 8.75936 6.96729 8.85313C6.87353 8.94689 6.74635 8.99957 6.61374 8.99957Z",
fill: "currentColor"
}
) }),
/* @__PURE__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", { id: i, children: /* @__PURE__ */ C("rect", { width: "12", height: "12", fill: "white" }) }) })
]
}
);
};
export {
h as TooltipIcon
};