untitledui-js-base
Version:
A simple library with a fully customizable collection of untitledui icons with out of the box support for framer motion
13 lines (12 loc) • 332 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as o, Path as H } from "../template.js";
const d = ({ pathProps: M, ...t }) => /* @__PURE__ */ r(o, { ...t, children: /* @__PURE__ */ r(
H,
{
d: "M6 4V20M18 4V20M9.5 4V20M11.5 4H4M18 12H9.5M11.5 20H4M20 20H16M20 4H16",
...M
}
) });
export {
d as default
};