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) • 425 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { SVG as o, Path as e } from "../template.js";
const m = ({
pathProps: r,
...M
}) => /* @__PURE__ */ t(o, { ...M, children: /* @__PURE__ */ t(
e,
{
d: "M22 16.5H2M20 20H4M12 3V5M4 13H2M6.31412 7.31412L4.8999 5.8999M17.6855 7.31412L19.0998 5.8999M22 13H20M7 13C7 10.2386 9.23858 8 12 8C14.7614 8 17 10.2386 17 13",
...r
}
) });
export {
m as default
};