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) • 329 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { SVG as e, Path as n } from "../template.js";
const M = ({
pathProps: o,
...r
}) => /* @__PURE__ */ t(e, { ...r, children: /* @__PURE__ */ t(
n,
{
d: "M3 7L15 17L9 22V2L15 7L3 17M18 12H18.01M15 12H15.01M21 12H21.01",
...o
}
) });
export {
M as default
};