@spark-ui/icons
Version:
spark-ui icons
20 lines (19 loc) • 976 B
JavaScript
import "react";
import { jsx } from "react/jsx-runtime";
//#region src/icons/MoreMenuVertical.tsx
var MoreMenuVertical = ({ title, fill = "currentColor", stroke = "none", ref, ...props } = {}) => /* @__PURE__ */ jsx("svg", {
ref,
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg",
"data-title": "MoreMenuVertical",
...title && { "data-title": title },
fill,
stroke,
...props,
dangerouslySetInnerHTML: { __html: (title === void 0 ? "" : `<title>${title}</title>`) + "<path d=\"m12,6.62c1.24,0,2.25-1.03,2.25-2.31s-1.01-2.31-2.25-2.31-2.25,1.03-2.25,2.31,1.01,2.31,2.25,2.31Zm0,7.69c1.24,0,2.25-1.03,2.25-2.31s-1.01-2.31-2.25-2.31-2.25,1.03-2.25,2.31,1.01,2.31,2.25,2.31Zm0,7.69c1.24,0,2.25-1.03,2.25-2.31s-1.01-2.31-2.25-2.31-2.25,1.03-2.25,2.31,1.01,2.31,2.25,2.31Z\"/>" }
});
MoreMenuVertical.displayName = "MoreMenuVertical";
var tags = ["MoreMenuVertical", ""];
//#endregion
export { MoreMenuVertical, tags };
//# sourceMappingURL=MoreMenuVertical.mjs.map