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) • 465 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as o, Path as L } from "../template.js";
const m = ({
pathProps: t,
...e
}) => /* @__PURE__ */ r(o, { ...e, children: /* @__PURE__ */ r(
L,
{
d: "M9 13L15 13M7 17L11.2717 7.60225C11.5031 7.09323 11.6188 6.83872 11.7791 6.75976C11.9184 6.69115 12.0816 6.69115 12.2209 6.75976C12.3812 6.83872 12.4969 7.09323 12.7283 7.60225L17 17M21 3V21M3 3L3 21",
...t
}
) });
export {
m as default
};