untitledui-js-base
Version:
A simple library with a fully customizable collection of untitledui icons with out of the box support for framer motion
13 lines (12 loc) • 505 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as t, Path as e } from "../template.js";
const n = ({ pathProps: C, ...o }) => /* @__PURE__ */ r(t, { ...o, children: /* @__PURE__ */ r(
e,
{
d: "M10.101 4C11.3636 2.76281 13.0927 2 15 2C18.866 2 22 5.13401 22 9C22 10.9073 21.2372 12.6365 19.9999 13.899M7.5 13L9 12V17.5M7.5 17.5H10.5M16 15C16 18.866 12.866 22 9 22C5.13401 22 2 18.866 2 15C2 11.134 5.13401 8 9 8C12.866 8 16 11.134 16 15Z",
...C
}
) });
export {
n as default
};