untitledui-js-base
Version:
A simple library with a fully customizable collection of untitledui icons with out of the box support for framer motion
16 lines (15 loc) • 464 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as o, Path as H } from "../template.js";
const i = ({
pathProps: t,
...M
}) => /* @__PURE__ */ r(o, { ...M, children: /* @__PURE__ */ r(
H,
{
d: "M9.5 2V4M9.5 20V22M13.5 2V4M13.5 20V22M7.5 4H14C16.2091 4 18 5.79086 18 8C18 10.2091 16.2091 12 14 12H7.5H15C17.2091 12 19 13.7909 19 16C19 18.2091 17.2091 20 15 20H7.5M7.5 4H5.5M7.5 4V20M7.5 20H5.5",
...t
}
) });
export {
i as default
};