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) • 320 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as a, Path as e } from "../template.js";
const M = ({ pathProps: t, ...o }) => /* @__PURE__ */ r(a, { ...o, children: /* @__PURE__ */ r(
e,
{
d: "M13.25 4L7.25 20M16.75 4L10.75 20M19.5 4L9.5 4M14.5 20H4.5",
...t
}
) });
export {
M as default
};