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) • 362 B
JavaScript
import { jsx as M } from "react/jsx-runtime";
import { SVG as o, Path as t } from "../template.js";
const a = ({ pathProps: r, ...L }) => /* @__PURE__ */ M(o, { ...L, children: /* @__PURE__ */ M(
t,
{
d: "M5 9L2 12M2 12L5 15M2 12H22M9 5L12 2M12 2L15 5M12 2V22M15 19L12 22M12 22L9 19M19 9L22 12M22 12L19 15",
...r
}
) });
export {
a as default
};