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) • 561 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as o, Path as C } from "../template.js";
const e = ({ pathProps: M, ...t }) => /* @__PURE__ */ r(o, { ...t, children: /* @__PURE__ */ r(
C,
{
d: "M20 14V16.8C20 17.9201 20 18.4802 19.782 18.908C19.5903 19.2843 19.2843 19.5903 18.908 19.782C18.4802 20 17.9201 20 16.8 20H14M10 4H7.2C6.0799 4 5.51984 4 5.09202 4.21799C4.71569 4.40973 4.40973 4.71569 4.21799 5.09202C4 5.51984 4 6.07989 4 7.2V10M15 9L21 3M21 3H15M21 3V9M9 15L3 21M3 21H9M3 21L3 15",
...M
}
) });
export {
e as default
};