@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.41 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WarningCircleFilledMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.WarningCircleFilledMIcon = (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.8943ZM11.2688 13.2188C11.2688 13.6226 11.5961 13.95 12 13.95C12.4039 13.95 12.7313 13.6226 12.7313 13.2188L12.9414 7.12442C12.9598 6.59179 12.533 6.15 12 6.15C11.467 6.15 11.0402 6.59178 11.0586 7.12442L11.2688 13.2188ZM12 17.85C11.4615 17.85 11.025 17.4135 11.025 16.875C11.025 16.3365 11.4615 15.9 12 15.9C12.5385 15.9 12.975 16.3365 12.975 16.875C12.975 17.4135 12.5385 17.85 12 17.85Z", fill: "currentColor" }))); });
exports.WarningCircleFilledMIcon.displayName = 'WarningCircleFilledMIcon';