@codex-storage/marketplace-ui-components
Version:
Marketplace UI components for Codex decentralized storage network.
43 lines (42 loc) • 1.15 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
function i({ width: r, className: t = "" }) {
return /* @__PURE__ */ e(
"svg",
{
width: r,
className: t,
version: "1.1",
id: "loader-1",
xmlns: "http://www.w3.org/2000/svg",
xmlnsXlink: "http://www.w3.org/1999/xlink",
x: "0px",
y: "0px",
viewBox: "0 0 50 50",
enableBackground: "new 0 0 50 50",
xmlSpace: "preserve",
children: /* @__PURE__ */ e(
"path",
{
fill: "#FFF",
d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z",
children: /* @__PURE__ */ e(
"animateTransform",
{
attributeType: "xml",
attributeName: "transform",
type: "rotate",
from: "0 25 25",
to: "360 25 25",
dur: "0.6s",
repeatCount: "indefinite"
}
)
}
)
}
);
}
export {
i as Spinner
};
//# sourceMappingURL=Spinner.js.map