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) • 394 B
JavaScript
import { jsx as M } from "react/jsx-runtime";
import { SVG as o, Path as t } from "../template.js";
const m = ({ pathProps: r, ...L }) => /* @__PURE__ */ M(o, { ...L, children: /* @__PURE__ */ M(
t,
{
d: "M12 8V16M12 8V2M12 8L7 3M12 8L17 3M12 16V22M12 16L7 21M12 16L17 21M16 12H8M16 12H22M16 12L21 7M16 12L21 17M8 12H2M8 12L3 7M8 12L3 17",
...r
}
) });
export {
m as default
};