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) • 515 B
JavaScript
import { jsx as o } from "react/jsx-runtime";
import { SVG as C, Path as e } from "../template.js";
const a = ({ pathProps: r, ...t }) => /* @__PURE__ */ o(C, { ...t, children: /* @__PURE__ */ o(
e,
{
d: "M22 15.8442C20.6866 16.4382 19.2286 16.7688 17.6935 16.7688C11.9153 16.7688 7.23116 12.0847 7.23116 6.30654C7.23116 4.77135 7.5618 3.3134 8.15577 2C4.52576 3.64163 2 7.2947 2 11.5377C2 17.3159 6.68414 22 12.4623 22C16.7053 22 20.3584 19.4742 22 15.8442Z",
...r
}
) });
export {
a as default
};