untitledui-js-base
Version:
A simple library with a fully customizable collection of untitledui icons with out of the box support for framer motion
13 lines (12 loc) • 322 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as M, Path as e } from "../template.js";
const s = ({ pathProps: t, ...o }) => /* @__PURE__ */ r(M, { ...o, children: /* @__PURE__ */ r(
e,
{
d: "M4 7H15M15 7L11 11M15 7L11 3M4 17H20M20 17L16 21M20 17L16 13",
...t
}
) });
export {
s as default
};