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) • 333 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as e, Path as o } from "../template.js";
const i = ({
pathProps: t,
...M
}) => /* @__PURE__ */ r(e, { ...M, children: /* @__PURE__ */ r(
o,
{
d: "M2 18H22M2 18L5 15M2 18L5 21M22 18L19 15M22 18L19 21M7 3H17M12 3V14",
...t
}
) });
export {
i as default
};