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) • 544 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as o, Path as C } from "../template.js";
const m = ({ pathProps: t, ...e }) => /* @__PURE__ */ r(o, { ...e, children: /* @__PURE__ */ r(
C,
{
d: "M4 7.8C4 6.11984 4 5.27976 4.32698 4.63803C4.6146 4.07354 5.07354 3.6146 5.63803 3.32698C6.27976 3 7.11984 3 8.8 3H15.2C16.8802 3 17.7202 3 18.362 3.32698C18.9265 3.6146 19.3854 4.07354 19.673 4.63803C20 5.27976 20 6.11984 20 7.8V21L17.25 19L14.75 21L12 19L9.25 21L6.75 19L4 21V7.8Z",
...t
}
) });
export {
m as default
};