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) • 548 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as e, Path as n } from "../template.js";
const i = ({
pathProps: o,
...t
}) => /* @__PURE__ */ r(e, { ...t, children: /* @__PURE__ */ r(
n,
{
d: "M9.00023 9.00007V15.0001M9.00023 15.0001H15.0002M9.00023 15.0001L19 5.00001M21.6606 9.41051C22.5515 12.7467 21.6884 16.4538 19.0711 19.0711C15.1658 22.9764 8.83418 22.9764 4.92893 19.0711C1.02369 15.1659 1.02369 8.83424 4.92893 4.92899C7.54623 2.3117 11.2534 1.44852 14.5896 2.33944",
...o
}
) });
export {
i as default
};