@clubmed/trident-icons
Version:
Shared ClubMed Icons library
7 lines (6 loc) • 793 B
JavaScript
import * as e from "react";
const t = (l) => /* @__PURE__ */ e.createElement("svg", { id: "MinusFilled", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 30 30", fill: "none", ...l }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 15C3 8.384 8.383 3 15 3C21.617 3 27 8.384 27 15C27 21.617 21.617 27 15 27C8.383 27 3 21.617 3 15ZM8.985 14.0126C8.723 14.0126 8.476 14.1156 8.289 14.3016C8.103 14.4886 8 14.7366 8 14.9986C8 15.2636 8.103 15.5116 8.289 15.6976C8.476 15.8846 8.723 15.9876 8.988 15.9876H21.012C21.277 15.9866 21.525 15.8846 21.711 15.6986C21.897 15.5126 21.999 15.2636 22 14.9976C21.999 14.4546 21.556 14.0116 21.012 14.0116L8.985 14.0126Z", fill: "currentColor" }));
export {
t as default
};
//# sourceMappingURL=MinusFilled.js.map