@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 772 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as e } from "react";
function n(o) {
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: "IconDotsHorizontal32",
"aria-hidden": "true",
...o,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M25 14a2 2 0 1 1 0 4 2 2 0 0 1 0-4m-9 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4m-7 2a2 2 0 1 0-4 0 2 2 0 0 0 4 0",
clipRule: "evenodd"
}
)
}
);
}
const a = e(n);
export {
a as default
};
//# sourceMappingURL=IconDotsHorizontal32.es.js.map