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) • 518 B
JavaScript
import { jsx as H } from "react/jsx-runtime";
import { SVG as t, Path as o } from "../template.js";
const e = ({
pathProps: M,
...r
}) => /* @__PURE__ */ H(t, { ...r, children: /* @__PURE__ */ H(
o,
{
d: "M3 3H3.01M3 12H3.01M3 21H3.01M3 16.5H3.01M3 7.5H3.01M7.5 3H7.51M7.5 12H7.51M7.5 21H7.51M16.5 3H16.51M16.5 12H16.51M16.5 21H16.51M12 3H12.01M12 12H12.01M12 21H12.01M12 16.5H12.01M12 7.5H12.01M21 3H21.01M21 12H21.01M21 21H21.01M21 16.5H21.01M21 7.5H21.01",
...M
}
) });
export {
e as default
};