untitledui-js-base
Version:
A simple library with a fully customizable collection of untitledui icons with out of the box support for framer motion
22 lines (21 loc) • 558 B
JavaScript
import { jsxs as e, jsx as C } from "react/jsx-runtime";
import { SVG as s, Path as t } from "../template.js";
const f = ({ pathProps: r, ...o }) => /* @__PURE__ */ e(s, { ...o, children: [
/* @__PURE__ */ C(
t,
{
d: "M22 16C22 19.3137 19.3137 22 16 22C12.6863 22 10 19.3137 10 16C10 11.6863 16 2 16 2C16 2 22 11.6863 22 16Z",
...r
}
),
/* @__PURE__ */ C(
t,
{
d: "M8 9C8 10.6569 6.65685 12 5 12C3.34315 12 2 10.6569 2 9C2 6.84315 5 2 5 2C5 2 8 6.84315 8 9Z",
...r
}
)
] });
export {
f as default
};