fui-fancyui
Version:
FancyUI Libary
14 lines (13 loc) • 477 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
const o = () => /* @__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: "M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"
}
) });
export {
o as default
};