@particle-network/connectkit
Version:
43 lines (40 loc) • 1.27 kB
JavaScript
"use client";
import {
__esm
} from "./chunk-Y7A564BU.mjs";
// src/assets/icons/ButtonLoadingIcon.tsx
import { motion } from "framer-motion";
import { jsx, jsxs } from "react/jsx-runtime";
var ButtonLoadingIcon, ButtonLoadingIcon_default;
var init_ButtonLoadingIcon = __esm({
"src/assets/icons/ButtonLoadingIcon.tsx"() {
ButtonLoadingIcon = ({ ...props }) => /* @__PURE__ */ jsxs(
motion.svg,
{
fill: "none",
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg",
...props,
animate: { rotate: 360 },
transition: { repeat: Infinity, duration: 1, ease: "linear" },
children: [
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "10", stroke: "currentColor", strokeWidth: "4", opacity: 0.25 }),
/* @__PURE__ */ jsx(
"path",
{
opacity: 0.75,
d: "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z",
fill: "currentColor"
}
)
]
}
);
ButtonLoadingIcon_default = ButtonLoadingIcon;
}
});
export {
ButtonLoadingIcon_default,
init_ButtonLoadingIcon
};
//# sourceMappingURL=chunk-Q3DUJHH3.mjs.map