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 m = ({ pathProps: t, ...o }) => /* @__PURE__ */ r(e, { ...o, children: /* @__PURE__ */ r(
M,
{
d: "M21 4H3M20 8L6 8M18 12L9 12M15 16L8 16M17 20H12",
...t
}
) });
export {
m as default
};