UNPKG

@frontify/fondue

Version:
31 lines (30 loc) 730 B
import { jsx as e } from "react/jsx-runtime"; import { memo as n } from "react"; function s(t) { return /* @__PURE__ */ e( "svg", { xmlns: "http://www.w3.org/2000/svg", width: 20, height: 20, className: "tw-flex tw-items-center tw-justify-center tw-fill-current", name: "IconMinus20", "aria-hidden": "true", ...t, children: /* @__PURE__ */ e( "path", { fill: "currentColor", fillRule: "evenodd", d: "M4 9.75A.75.75 0 0 1 4.75 9h10.5a.75.75 0 0 1 0 1.5H4.75A.75.75 0 0 1 4 9.75", clipRule: "evenodd" } ) } ); } const l = n(s); export { l as default }; //# sourceMappingURL=IconMinus20.es.js.map