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) • 408 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as e, Path as f } from "../template.js";
const p = ({
pathProps: t,
...o
}) => /* @__PURE__ */ r(e, { ...o, children: /* @__PURE__ */ r(
f,
{
d: "M9 14L4 9M4 9L9 4M4 9H10.4C13.7603 9 15.4405 9 16.7239 9.65396C17.8529 10.2292 18.7708 11.1471 19.346 12.2761C20 13.5595 20 15.2397 20 18.6V20",
...t
}
) });
export {
p as default
};