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) • 468 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as o, Path as p } from "../template.js";
const m = ({
pathProps: a,
...t
}) => /* @__PURE__ */ r(o, { ...t, children: /* @__PURE__ */ r(
p,
{
d: "M3 6H21M3 12H18C18.7956 12 19.5587 12.3161 20.1213 12.8787C20.6839 13.4413 21 14.2044 21 15C21 15.7956 20.6839 16.5587 20.1213 17.1213C19.5587 17.6839 18.7956 18 18 18H14M14 18L16 16M14 18L16 20M3 18H10",
...a
}
) });
export {
m as default
};