koval-ui
Version:
React components collection with minimalistic design. Supports theming, layout, and input validation.
8 lines (7 loc) • 448 B
JavaScript
"use client";
import * as e from "react";
const r = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M208,40V216a8,8,0,0,1-16,0V146.77L72.43,221.55A15.95,15.95,0,0,1,48,208.12V47.88A15.95,15.95,0,0,1,72.43,34.45L192,109.23V40a8,8,0,0,1,16,0Z" }));
export {
r as default
};
//# sourceMappingURL=module18.js.map