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) • 322 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as M, Path as i } from "../template.js";
const m = ({
pathProps: t,
...o
}) => /* @__PURE__ */ r(M, { ...o, children: /* @__PURE__ */ r(
i,
{
d: "M20 17H4M4 17L8 13M4 17L8 21M4 7H20M20 7L16 3M20 7L16 11",
...t
}
) });
export {
m as default
};