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) • 346 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as t, Path as o } from "../template.js";
const e = ({
pathProps: M,
...a
}) => /* @__PURE__ */ r(t, { ...a, children: /* @__PURE__ */ r(
o,
{
d: "M21 10H13M21 6H13M21 14H13M21 18H13M6 20L6 4M6 20L3 17M6 20L9 17M6 4L3 7M6 4L9 7",
...M
}
) });
export {
e as default
};