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) • 332 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as o, Path as L } from "../template.js";
const e = ({ pathProps: t, ...M }) => /* @__PURE__ */ r(o, { ...M, children: /* @__PURE__ */ r(
L,
{
d: "M9 18L2 22V6L9 2M9 18L16 22M9 18V2M16 22L22 18V2L16 6M16 22V6M16 6L9 2",
...t
}
) });
export {
e as default
};