UNPKG

@frontify/fondue

Version:
31 lines (30 loc) 797 B
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: 24, height: 24, className: "tw-flex tw-items-center tw-justify-center tw-fill-current", name: "IconDotsVertical24", "aria-hidden": "true", ...e, children: /* @__PURE__ */ t( "path", { fill: "currentColor", fillRule: "evenodd", d: "M10.5 5.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0m0 6.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0m1.5 5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3", clipRule: "evenodd" } ) } ); } const c = o(r); export { c as default }; //# sourceMappingURL=IconDotsVertical24.es.js.map