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) • 352 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as M, Path as o } from "../template.js";
const a = ({
pathProps: t,
...e
}) => /* @__PURE__ */ r(M, { ...e, children: /* @__PURE__ */ r(
o,
{
d: "M3 12H21M12 2V8.5M12 8.5L16 4.5M12 8.5L8 4.5M12 22V15.5M12 15.5L16 19.5M12 15.5L8 19.5",
...t
}
) });
export {
a as default
};