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) • 546 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as e, Path as i } from "../template.js";
const n = ({
pathProps: o,
...t
}) => /* @__PURE__ */ r(e, { ...t, children: /* @__PURE__ */ r(
i,
{
d: "M2.33938 14.5896C1.44846 11.2534 2.31164 7.54623 4.92893 4.92893C8.83418 1.02369 15.1658 1.02369 19.0711 4.92893C22.9763 8.83418 22.9763 15.1658 19.0711 19.0711C16.4538 21.6884 12.7466 22.5515 9.41045 21.6606M15.0001 15.0001V9.0001M15.0001 9.0001H9.00014M15.0001 9.0001L4.99995 19",
...o
}
) });
export {
n as default
};