@rnwonder/react-date-picker
Version:
A lightweight, customizable, and accessible date picker component for React applications.
33 lines (32 loc) • 948 B
JavaScript
import { jsx as a } from "react/jsx-runtime";
const l = (t) => /* @__PURE__ */ a(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: "24",
height: "24",
fill: t.color || "currentColor",
viewBox: "0 0 256 256",
"data-scope": "button",
"data-part": "icon",
className: t.className,
children: /* @__PURE__ */ a("path", { d: "M165.66,202.34a8,8,0,0,1-11.32,11.32l-80-80a8,8,0,0,1,0-11.32l80-80a8,8,0,0,1,11.32,11.32L91.31,128Z" })
}
), r = (t) => /* @__PURE__ */ a(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: "24",
height: "24",
fill: t.color || "currentColor",
viewBox: "0 0 256 256",
"data-scope": "button",
"data-part": "icon",
className: t.className,
children: /* @__PURE__ */ a("path", { d: "M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z" })
}
);
export {
r as N,
l as P
};