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) • 316 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as M, Path as e } from "../template.js";
const s = ({ pathProps: o, ...t }) => /* @__PURE__ */ r(M, { ...t, children: /* @__PURE__ */ r(
e,
{
d: "M7 20V4M7 4L3 8M7 4L11 8M17 20V9M17 9L13 13M17 9L21 13",
...o
}
) });
export {
s as default
};