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: "M15 9L21 3M21 3H15M21 3V9M9 9L3 3M3 3L3 9M3 3L9 3M9 15L3 21M3 21H9M3 21L3 15M15 15L21 21M21 21V15M21 21H15",
...r
}
) });
export {
e as default
};