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) • 322 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: "M17 4V15M17 15L13 11M17 15L21 11M7 4V20M7 20L3 16M7 20L11 16",
...o
}
) });
export {
s as default
};