untitledui-js-base
Version:
A simple library with a fully customizable collection of untitledui icons with out of the box support for framer motion
16 lines (15 loc) • 342 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as e, Path as i } from "../template.js";
const m = ({
pathProps: t,
...o
}) => /* @__PURE__ */ r(e, { ...o, children: /* @__PURE__ */ r(
i,
{
d: "M21 3H3M21 21H3M12 17.5L12 6.50004M15.0001 6.50001L9 6.5M15.0001 17.5L9 17.5",
...t
}
) });
export {
m as default
};