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) • 309 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as e, Path as M } from "../template.js";
const i = ({ pathProps: o, ...t }) => /* @__PURE__ */ r(e, { ...t, children: /* @__PURE__ */ r(
M,
{
d: "M3 10L3 14M7.5 11V13M12 6V18M16.5 3V21M21 10V14",
...o
}
) });
export {
i as default
};