untitledui-js-base
Version:
A simple library with a fully customizable collection of untitledui icons with out of the box support for framer motion
25 lines (24 loc) • 573 B
JavaScript
import { jsxs as o, jsx as C } from "react/jsx-runtime";
import { SVG as s, Path as t } from "../template.js";
const i = ({
pathProps: r,
...e
}) => /* @__PURE__ */ o(s, { ...e, children: [
/* @__PURE__ */ C(
t,
{
d: "M9 16C12.866 16 16 12.866 16 9C16 5.13401 12.866 2 9 2C5.13401 2 2 5.13401 2 9C2 12.866 5.13401 16 9 16Z",
...r
}
),
/* @__PURE__ */ C(
t,
{
d: "M15 22C18.866 22 22 18.866 22 15C22 11.134 18.866 8 15 8C11.134 8 8 11.134 8 15C8 18.866 11.134 22 15 22Z",
...r
}
)
] });
export {
i as default
};