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) • 347 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as o, Path as n } from "../template.js";
const a = ({ pathProps: t, ...e }) => /* @__PURE__ */ r(o, { ...e, children: /* @__PURE__ */ r(
n,
{
d: "M12 20.5V11.5M12 11.5L18.5001 3.5M12 11.5L5.50012 3.5M18 11.5H5.99998M17 15.5H6.99998",
...t
}
) });
export {
a as default
};