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) • 416 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: "M3 4H6.4C9.76031 4 11.4405 4 12.7239 4.65396C13.8529 5.2292 14.7708 6.14708 15.346 7.27606C16 8.55953 16 10.2397 16 13.6L16 20M16 20L11 15M16 20L21 15",
...o
}
) });
export {
C as default
};