fui-fancyui
Version:
FancyUI Libary
14 lines (13 loc) • 478 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
const r = () => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", fill: "currentColor", viewBox: "0 0 16 16", children: /* @__PURE__ */ t(
"path",
{
strokeWidth: 1,
stroke: "currentColor",
fillRule: "evenodd",
d: "M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"
}
) });
export {
r as default
};