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