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) • 368 B
JavaScript
import { jsx as M } from "react/jsx-runtime";
import { SVG as L, Path as o } from "../template.js";
const e = ({ pathProps: r, ...t }) => /* @__PURE__ */ M(L, { ...t, children: /* @__PURE__ */ M(
o,
{
d: "M16 8L21 3M21 3H16M21 3V8M8 8L3 3M3 3L3 8M3 3L8 3M8 16L3 21M3 21H8M3 21L3 16M16 16L21 21M21 21V16M21 21H16",
...r
}
) });
export {
e as default
};