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) • 414 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: "M3 20H6.4C9.76031 20 11.4405 20 12.7239 19.346C13.8529 18.7708 14.7708 17.8529 15.346 16.7239C16 15.4405 16 13.7603 16 10.4L16 4M16 4L11 9M16 4L21 9",
...t
}
) });
export {
p as default
};