@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.24 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MinusCircleFilledMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.MinusCircleFilledMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.8943 18.8943C17.0658 20.7228 14.5859 21.75 12 21.75C9.41414 21.75 6.93419 20.7228 5.10571 18.8943C3.27723 17.0658 2.25 14.5859 2.25 12C2.25 9.41414 3.27723 6.93419 5.10571 5.10571C6.93419 3.27723 9.41414 2.25 12 2.25C14.5859 2.25 17.0658 3.27723 18.8943 5.10571C20.7228 6.93419 21.75 9.41414 21.75 12C21.75 14.5859 20.7228 17.0658 18.8943 18.8943ZM7.85625 11.0252C7.45239 11.0252 7.125 11.3526 7.125 11.7565C7.125 12.1603 7.45239 12.4877 7.85625 12.4877H15.9562C16.3601 12.4877 16.6875 12.1603 16.6875 11.7565C16.6875 11.3526 16.3601 11.0252 15.9562 11.0252H7.85625Z", fill: "currentColor" }))); });
exports.MinusCircleFilledMIcon.displayName = 'MinusCircleFilledMIcon';