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) • 648 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as L, Path as e } from "../template.js";
const i = ({
pathProps: t,
...C
}) => /* @__PURE__ */ r(L, { ...C, children: /* @__PURE__ */ r(
e,
{
d: "M6.5 20H5C3.89543 20 3 19.1046 3 18V4C3 2.89543 3.89543 2 5 2H19C20.1046 2 21 2.89543 21 4V18C21 19.1046 20.1046 20 19 20H17.5M12 19C13.6569 19 15 17.6569 15 16C15 14.3431 13.6569 13 12 13C10.3431 13 9 14.3431 9 16C9 17.6569 10.3431 19 12 19ZM12 19L12.0214 18.9998L8.82867 22.1926L6.00024 19.3641L9.01965 16.3447M12 19L15.1928 22.1926L18.0212 19.3641L15.0018 16.3447M9 6H15M7 9.5H17",
...t
}
) });
export {
i as default
};