stone-kit
Version:
uikit for redesign
25 lines (24 loc) • 722 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
const t = (o) => /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
...o,
children: /* @__PURE__ */ e(
"path",
{
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "M11.995 7.437c-1.4-1.573-3.733-1.996-5.487-.556-1.753 1.44-2 3.849-.623 5.552 1.145 1.416 4.61 4.403 5.745 5.37.127.108.191.162.265.183a.368.368 0 0 0 .2 0c.074-.021.138-.075.265-.183 1.136-.967 4.6-3.954 5.745-5.37 1.378-1.703 1.16-4.127-.623-5.552-1.784-1.425-4.087-1.017-5.487.556Z",
clipRule: "evenodd"
}
)
}
);
export {
t as default
};