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) • 470 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as e, Path as p } from "../template.js";
const a = ({ pathProps: o, ...t }) => /* @__PURE__ */ r(e, { ...t, children: /* @__PURE__ */ r(
p,
{
d: "M10.5 6.49981L17.5 13.4998M2 21.9998C2 21.9998 6.5 21.4998 9 18.9998L21 6.99982C22.1046 5.89525 22.1046 4.10438 21 2.99982C19.8954 1.89525 18.1046 1.89524 17 2.99981L5 14.9998C2.5 17.4998 2 21.9998 2 21.9998Z",
...o
}
) });
export {
a as default
};