@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 765 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as o } from "react";
function r(e) {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconDotsVertical32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M14 7a2 2 0 1 1 4 0 2 2 0 0 1-4 0m0 9a2 2 0 1 1 4 0 2 2 0 0 1-4 0m2 7a2 2 0 1 0 0 4 2 2 0 0 0 0-4",
clipRule: "evenodd"
}
)
}
);
}
const c = o(r);
export {
c as default
};
//# sourceMappingURL=IconDotsVertical32.es.js.map