@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.8 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InfoCircleFilledMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.InfoCircleFilledMIcon = (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: "M12 21.75C14.5859 21.75 17.0658 20.7228 18.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.75ZM10.4999 10.5188C10.0961 10.5188 9.7687 10.8461 9.7687 11.25C9.7687 11.6539 10.0961 11.9813 10.4999 11.9813H11.2687V15.7688H9.75013C9.34627 15.7688 9.01888 16.0961 9.01888 16.5C9.01888 16.9039 9.34627 17.2313 9.75013 17.2313H14.2501C14.654 17.2313 14.9814 16.9039 14.9814 16.5C14.9814 16.0961 14.654 15.7688 14.2501 15.7688H12.7312V11.25C12.7312 10.8461 12.4038 10.5188 11.9999 10.5188H10.4999ZM11.2179 6.71778C11.4253 6.51032 11.7067 6.39377 12.0001 6.39377C12.2936 6.39377 12.5749 6.5104 12.7822 6.71777C12.9897 6.92523 13.1063 7.20661 13.1063 7.50001C13.1063 7.7934 12.9897 8.07478 12.7822 8.28225C12.575 8.48954 12.2937 8.60627 12.0001 8.60627C11.7067 8.60627 11.4253 8.48972 11.2179 8.28226C11.0104 8.07479 10.8938 7.79341 10.8938 7.50002C10.8938 7.20663 11.0104 6.92525 11.2179 6.71778Z", fill: "currentColor" }))); });
exports.InfoCircleFilledMIcon.displayName = 'InfoCircleFilledMIcon';