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) • 580 B
JavaScript
import { jsx as C } from "react/jsx-runtime";
import { SVG as t, Path as e } from "../template.js";
const n = ({ pathProps: o, ...r }) => /* @__PURE__ */ C(t, { ...r, children: /* @__PURE__ */ C(
e,
{
d: "M20.0017 6.00022C22.6667 9.54505 22.6661 14.4578 20 18.0021M12 22C13.5711 22 15.0575 21.6377 16.3803 20.9921C16.2542 20.9974 16.1274 21 16 21C11.0294 21 7 16.9706 7 12C7 7.02944 11.0294 3 16 3C16.1274 3 16.2542 3.00265 16.3803 3.00789C15.0575 2.36229 13.5711 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
...o
}
) });
export {
n as default
};