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) • 530 B
JavaScript
import { jsx as L } from "react/jsx-runtime";
import { SVG as t, Path as o } from "../template.js";
const m = ({ pathProps: r, ...M }) => /* @__PURE__ */ L(t, { ...M, children: /* @__PURE__ */ L(
o,
{
...r,
d: "M22 12H20M19.071 19.0711L17.6567 17.6569M4 12H2M6.34292 6.34317L4.92871 4.92896M12 4V2M17.6567 6.34317L19.071 4.92896M12 22V20M4.92871 19.0711L6.34292 17.6569M12 7L13.545 10.13L17 10.635L14.5 13.07L15.09 16.51L12 14.885L8.91 16.51L9.5 13.07L7 10.635L10.455 10.13L12 7Z"
}
) });
export {
m as default
};