@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 975 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.MicOnMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.MicOnMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 2a5 5 0 0 0-5 5v4a5 5 0 0 0 10 0V7a5 5 0 0 0-5-5m3.5 9V7a3.5 3.5 0 1 0-7 0v4a3.5 3.5 0 1 0 7 0", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "currentColor", d: "M4.5 9.25a.75.75 0 0 1 .75.75v1a6.75 6.75 0 0 0 13.5 0v-1a.75.75 0 0 1 1.5 0v1a8.25 8.25 0 0 1-7.5 8.216V22a.75.75 0 0 1-1.5 0v-2.784A8.25 8.25 0 0 1 3.75 11v-1a.75.75 0 0 1 .75-.75" }))); });
exports.MicOnMIcon.displayName = 'MicOnMIcon';