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) • 325 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as o, Path as e } from "../template.js";
const a = ({ pathProps: t, ...M }) => /* @__PURE__ */ r(o, { ...M, children: /* @__PURE__ */ r(
e,
{
d: "M21 16V21M21 21H16M21 21L15 15M3 3L9 9M16 3H21M21 3V8M21 3L3 21",
...t
}
) });
export {
a as default
};