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) • 321 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as i, Path as M } from "../template.js";
const e = ({
pathProps: t,
...o
}) => /* @__PURE__ */ r(i, { ...o, children: /* @__PURE__ */ r(
M,
{
d: "M21 21V3M3 21V3M6.5 12H17.5M17.5 15L17.5 9M6.5 15L6.5 9",
...t
}
) });
export {
e as default
};