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) • 553 B
JavaScript
import { jsxs as s, jsx as t } from "react/jsx-runtime";
import { SVG as d, Path as C } from "../template.js";
const n = ({ pathProps: r, ...o }) => /* @__PURE__ */ s(d, { ...o, children: [
/* @__PURE__ */ t(
C,
{
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",
...r
}
),
/* @__PURE__ */ t(
C,
{
d: "M12 18.5C15.5899 18.5 18.5 15.5899 18.5 12C18.5 8.41015 15.5899 5.5 12 5.5V18.5Z",
...r
}
)
] });
export {
n as default
};