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) • 350 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as o, Path as f } from "../template.js";
const m = ({
pathProps: t,
...e
}) => /* @__PURE__ */ r(o, { ...e, children: /* @__PURE__ */ r(
f,
{
d: "M20 7H10C6.68629 7 4 9.68629 4 13C4 16.3137 6.68629 19 10 19H20M20 7L16 3M20 7L16 11",
...t
}
) });
export {
m as default
};