untitledui-js-base
Version:
A simple library with a fully customizable collection of untitledui icons with out of the box support for framer motion
16 lines (15 loc) • 470 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as C, Path as a } from "../template.js";
const m = ({
pathProps: o,
...t
}) => /* @__PURE__ */ r(C, { ...t, children: /* @__PURE__ */ r(
a,
{
...o,
d: "M22.7 11.5L20.7005 13.5L18.7 11.5M20.9451 13C20.9814 12.6717 21 12.338 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C14.8273 21 17.35 19.6963 19 17.6573M12 7V12L15 14"
}
) });
export {
m as default
};