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) • 524 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as C, Path as e } from "../template.js";
const i = ({
pathProps: t,
...o
}) => /* @__PURE__ */ r(C, { ...o, children: /* @__PURE__ */ r(
e,
{
...t,
d: "M3 9L9.65533 13.7538C9.85422 13.8959 10.1267 13.8733 10.2995 13.7005L13.7005 10.2995C13.8733 10.1267 14.1458 10.1041 14.3447 10.2462L21 15M6 21H18C19.6569 21 21 19.6569 21 18V6C21 4.34315 19.6569 3 18 3H6C4.34315 3 3 4.34315 3 6V18C3 19.6569 4.34315 21 6 21Z"
}
) });
export {
i as default
};