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) • 410 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as e, Path as i } from "../template.js";
const p = ({
pathProps: t,
...o
}) => /* @__PURE__ */ r(e, { ...o, children: /* @__PURE__ */ r(
i,
{
d: "M4 20V18.6C4 15.2397 4 13.5595 4.65396 12.2761C5.2292 11.1471 6.14708 10.2292 7.27606 9.65396C8.55953 9 10.2397 9 13.6 9H20M20 9L15 14M20 9L15 4",
...t
}
) });
export {
p as default
};