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) • 318 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as i, Path as o } from "../template.js";
const n = ({ pathProps: t, ...M }) => /* @__PURE__ */ r(i, { ...M, children: /* @__PURE__ */ r(
o,
{
d: "M4 14H10M10 14V20M10 14L3 21M20 10H14M14 10V4M14 10L21 3",
...t
}
) });
export {
n as default
};