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) • 450 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as C, Path as e } from "../template.js";
const a = ({ pathProps: o, ...t }) => /* @__PURE__ */ r(C, { ...t, children: /* @__PURE__ */ r(
e,
{
...o,
d: "M14.5 19L16.5 21L21 16.5M21.9851 12.5499C21.995 12.3678 22 12.1845 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.4354 6.33651 21.858 11.7385 21.9966M12 6V12L15.7384 13.8692"
}
) });
export {
a as default
};