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) • 334 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as o, Path as e } from "../template.js";
const a = ({
pathProps: t,
...M
}) => /* @__PURE__ */ r(o, { ...M, children: /* @__PURE__ */ r(
e,
{
d: "M12 18L12 6M12 18L9 16M12 18L15 16M12 6L9 8M12 6L15 8M21 3H3M21 21H3",
...t
}
) });
export {
a as default
};