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) • 330 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { SVG as e, Path as L } from "../template.js";
const d = ({ pathProps: o, ...r }) => /* @__PURE__ */ t(e, { ...r, children: /* @__PURE__ */ t(
L,
{
d: "M6 17L12 12V22L17.4398 17.4668M12 7V2L18 7L15.0817 9.43194M21 21L3 3",
...o
}
) });
export {
d as default
};