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) • 450 B
JavaScript
import { jsx as o } from "react/jsx-runtime";
import { SVG as C, Path as e } from "../template.js";
const m = ({
pathProps: r,
...t
}) => /* @__PURE__ */ o(C, { ...t, children: /* @__PURE__ */ o(
e,
{
d: "M7 10V8C7 5.23858 9.23858 3 12 3C13.6358 3 15.0882 3.78555 16.0004 5M12 14V16M19 15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15C5 11.134 8.13401 8 12 8C15.866 8 19 11.134 19 15Z",
...r
}
) });
export {
m as default
};