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) • 490 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { SVG as e, Path as a } from "../template.js";
const m = ({
pathProps: o,
...r
}) => /* @__PURE__ */ t(e, { ...r, children: /* @__PURE__ */ t(
a,
{
d: "M2 7L14 17L8 22V2L14 7L2 17M20.1445 6.5C21.2581 8.04804 21.914 9.94743 21.914 12C21.914 14.0526 21.2581 15.952 20.1445 17.5M17 8.85724C17.6214 9.74811 17.9858 10.8315 17.9858 12.0001C17.9858 13.1686 17.6214 14.2521 17 15.143",
...o
}
) });
export {
m as default
};