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) • 768 B
JavaScript
import { jsx as C } from "react/jsx-runtime";
import { SVG as o, Path as M } from "../template.js";
const n = ({
pathProps: r,
...t
}) => /* @__PURE__ */ C(o, { ...t, children: /* @__PURE__ */ C(
M,
{
d: "M6.91822 3.38565C8.40742 2.50524 10.1447 2 12 2C17.5228 2 22 6.47715 22 12C22 12.0331 21.9998 12.0662 21.9995 12.0993M3.38114 6.92585C2.50352 8.41335 2 10.1479 2 12C2 16.6596 5.18693 20.5748 9.5 21.685M20.7076 16.9206C19.3872 19.2522 17.1574 21.001 14.5 21.685M14.0893 6.37378C13.4387 6.13207 12.7348 6 12 6C8.68629 6 6 8.68629 6 12C6 12.7387 6.13351 13.4463 6.37772 14.0999M17.6251 9.90767C17.8675 10.5591 18 11.2641 18 12C18 15.3137 15.3137 18 12 18C11.2701 18 10.5707 17.8697 9.92373 17.631M12 10V14",
...r
}
) });
export {
n as default
};