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) • 409 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as e, Path as n } from "../template.js";
const C = ({
pathProps: o,
...t
}) => /* @__PURE__ */ r(e, { ...t, children: /* @__PURE__ */ r(
n,
{
d: "M21 4H17.6C14.2397 4 12.5595 4 11.2761 4.65396C10.1471 5.2292 9.2292 6.14708 8.65396 7.27606C8 8.55953 8 10.2397 8 13.6V20M8 20L13 15M8 20L3 15",
...o
}
) });
export {
C as default
};