UNPKG

@frontify/fondue

Version:
31 lines (30 loc) 769 B
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: 12, height: 12, className: "tw-flex tw-items-center tw-justify-center tw-fill-current", name: "IconDotsHorizontal12", "aria-hidden": "true", ...o, children: /* @__PURE__ */ t( "path", { fill: "currentColor", fillRule: "evenodd", d: "M10 7a1 1 0 1 1 0-2 1 1 0 0 1 0 2M6 7a1 1 0 1 1 0-2 1 1 0 0 1 0 2M1 6a1 1 0 1 0 2 0 1 1 0 0 0-2 0", clipRule: "evenodd" } ) } ); } const a = e(n); export { a as default }; //# sourceMappingURL=IconDotsHorizontal12.es.js.map