@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 802 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconDotsHorizontal24",
"aria-hidden": "true",
...o,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M18.5 10.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m-6.5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M7 12a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0",
clipRule: "evenodd"
}
)
}
);
}
const a = e(n);
export {
a as default
};
//# sourceMappingURL=IconDotsHorizontal24.es.js.map