@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.52 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CrossCircleFilledMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.CrossCircleFilledMIcon = (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.8943C20.7228 17.0658 21.75 14.5859 21.75 12C21.75 9.41414 20.7228 6.93419 18.8943 5.10571C17.0658 3.27723 14.5859 2.25 12 2.25C9.41414 2.25 6.93419 3.27723 5.10571 5.10571C3.27723 6.93419 2.25 9.41414 2.25 12C2.25 14.5859 3.27723 17.0658 5.10571 18.8943C6.93419 20.7228 9.41414 21.75 12 21.75C14.5859 21.75 17.0658 20.7228 18.8943 18.8943ZM9.59207 8.55793C9.3065 8.27236 8.8435 8.27236 8.55793 8.55793C8.27236 8.8435 8.27236 9.3065 8.55793 9.59207L10.9659 12L8.55793 14.4079C8.27236 14.6935 8.27236 15.1565 8.55793 15.4421C8.8435 15.7276 9.3065 15.7276 9.59207 15.4421L12 13.0341L14.4079 15.4421C14.6935 15.7276 15.1565 15.7276 15.4421 15.4421C15.7276 15.1565 15.7276 14.6935 15.4421 14.4079L13.0341 12L15.4421 9.59207C15.7276 9.3065 15.7276 8.8435 15.4421 8.55793C15.1565 8.27236 14.6935 8.27236 14.4079 8.55793L12 10.9659L9.59207 8.55793Z", fill: "currentColor" }))); });
exports.CrossCircleFilledMIcon.displayName = 'CrossCircleFilledMIcon';