koval-ui
Version:
React components collection with minimalistic design. Supports theming, layout, and input validation.
8 lines (7 loc) • 409 B
JavaScript
"use client";
import * as e from "react";
const s = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 48, height: 48, viewBox: "0 -960 960 960", ...t }, /* @__PURE__ */ e.createElement("path", { d: "m249-183-66-66 231-231-231-231 66-66 231 231 231-231 66 66-231 231 231 231-66 66-231-231-231 231Z" }));
export {
s as default
};
//# sourceMappingURL=module12.js.map