untitledui-js-base
Version:
A simple library with a fully customizable collection of untitledui icons with out of the box support for framer motion
29 lines (28 loc) • 774 B
JavaScript
import { jsxs as e, jsx as r } from "react/jsx-runtime";
import { SVG as m, Path as t } from "../template.js";
const i = ({ pathProps: C, ...d }) => /* @__PURE__ */ e(m, { ...d, children: [
/* @__PURE__ */ r(
t,
{
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
...C
}
),
/* @__PURE__ */ r(
t,
{
d: "M12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z",
...C
}
),
/* @__PURE__ */ r(
t,
{
d: "M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z",
...C
}
)
] });
export {
i as default
};