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) • 408 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as t, Path as L } from "../template.js";
const e = ({ pathProps: M, ...o }) => /* @__PURE__ */ r(t, { ...o, children: /* @__PURE__ */ r(
L,
{
d: "M12 2V6M12 18V22M6 12H2M22 12H18M19.0784 19.0784L16.25 16.25M19.0784 4.99994L16.25 7.82837M4.92157 19.0784L7.75 16.25M4.92157 4.99994L7.75 7.82837",
...M
}
) });
export {
e as default
};