@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 2.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InfoCircleMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.InfoCircleMIcon = (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: "M5.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.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.10571ZM12 3.75C9.81196 3.75 7.71354 4.61919 6.16637 6.16637C4.61919 7.71354 3.75 9.81196 3.75 12C3.75 14.188 4.61919 16.2864 6.16637 17.8336C7.71354 19.3808 9.81196 20.25 12 20.25C14.188 20.25 16.2864 19.3808 17.8336 17.8336C19.3808 16.2864 20.25 14.188 20.25 12C20.25 9.81196 19.3808 7.71354 17.8336 6.16637C16.2864 4.61919 14.188 3.75 12 3.75ZM11.225 7.07107C11.4306 6.86551 11.7094 6.75002 12.0001 6.75002C12.2912 6.75002 12.5697 6.86577 12.775 7.07106C12.9806 7.27663 13.096 7.55544 13.096 7.84616C13.096 8.13688 12.9806 8.41569 12.775 8.62126C12.5698 8.82645 12.2913 8.94233 12.0001 8.94233C11.7094 8.94233 11.4306 8.82684 11.225 8.62127C11.0194 8.4157 10.9039 8.13689 10.9039 7.84617C10.9039 7.55545 11.0194 7.27664 11.225 7.07107ZM9.86534 11.3077C9.86534 10.8935 10.2011 10.5577 10.6153 10.5577H12C12.4142 10.5577 12.75 10.8935 12.75 11.3077V15.4038H14.077C14.4913 15.4038 14.827 15.7396 14.827 16.1538C14.827 16.5681 14.4913 16.9038 14.077 16.9038H9.9232C9.50898 16.9038 9.1732 16.5681 9.1732 16.1538C9.1732 15.7396 9.50898 15.4038 9.9232 15.4038H11.25V12.0577H10.6153C10.2011 12.0577 9.86534 11.7219 9.86534 11.3077Z", fill: "currentColor" }))); });
exports.InfoCircleMIcon.displayName = 'InfoCircleMIcon';