UNPKG

@frontify/fondue

Version:
31 lines (30 loc) 731 B
import { jsx as e } from "react/jsx-runtime"; import { memo as l } from "react"; function s(t) { return /* @__PURE__ */ e( "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: "IconPlus32", "aria-hidden": "true", ...t, children: /* @__PURE__ */ e( "path", { fill: "currentColor", fillRule: "evenodd", d: "M15 17v9a1 1 0 1 0 2 0v-9h9a1 1 0 1 0 0-2h-9V6a1 1 0 1 0-2 0v9H6a1 1 0 1 0 0 2z", clipRule: "evenodd" } ) } ); } const a = l(s); export { a as default }; //# sourceMappingURL=IconPlus32.es.js.map