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) • 331 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as o, Path as i } from "../template.js";
const e = ({
pathProps: t,
...M
}) => /* @__PURE__ */ r(o, { ...M, children: /* @__PURE__ */ r(
i,
{
d: "M6 12H18M6 12L8 9M6 12L8 15M18 12L16 9M18 12L16 15M21 21V3M3 21V3",
...t
}
) });
export {
e as default
};