untitledui-js-base
Version:
A simple library with a fully customizable collection of untitledui icons with out of the box support for framer motion
16 lines (15 loc) • 318 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as o, Path as m } from "../template.js";
const u = ({
pathProps: e,
...t
}) => /* @__PURE__ */ r(o, { ...t, children: /* @__PURE__ */ r(
m,
{
d: "M6 3H18M6 8H18M14.5 21L6 13H9C15.667 13 15.667 3 9 3",
...e
}
) });
export {
u as default
};