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) • 445 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as H, Path as M } from "../template.js";
const m = ({ pathProps: o, ...t }) => /* @__PURE__ */ r(H, { ...t, children: /* @__PURE__ */ r(
M,
{
d: "M6 4V20M9.5 4H15.5C17.7091 4 19.5 5.79086 19.5 8C19.5 10.2091 17.7091 12 15.5 12H9.5H16.5C18.7091 12 20.5 13.7909 20.5 16C20.5 18.2091 18.7091 20 16.5 20H9.5M9.5 4V20M9.5 4H4M9.5 20H4",
...o
}
) });
export {
m as default
};