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) • 404 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as e, Path as a } from "../template.js";
const c = ({ pathProps: t, ...o }) => /* @__PURE__ */ r(e, { ...o, children: /* @__PURE__ */ r(
a,
{
d: "M21 21L17.5001 17.5M20 11.5C20 16.1944 16.1944 20 11.5 20C6.80558 20 3 16.1944 3 11.5C3 6.80558 6.80558 3 11.5 3C16.1944 3 20 6.80558 20 11.5Z",
...t
}
) });
export {
c as default
};