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) • 455 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as o, Path as e } from "../template.js";
const a = ({ pathProps: t, ...C }) => /* @__PURE__ */ r(o, { ...C, children: /* @__PURE__ */ r(
e,
{
d: "M7 20.6622C9.98901 18.9331 12 15.7014 12 12C12 8.29859 9.98901 5.06687 7 3.33782M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
...t
}
) });
export {
a as default
};