@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 1.28 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.MicOffMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.MicOffMIcon = (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", d: "M12 2a5 5 0 0 0-4.37 2.569l1.123 1.123A3.501 3.501 0 0 1 15.5 7v4c0 .43-.077.84-.219 1.22l1.132 1.132A5 5 0 0 0 17 11V7a5 5 0 0 0-5-5" }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7 8.06 3.97 5.03a.75.75 0 0 1 1.06-1.06l15 15a.75.75 0 1 1-1.06 1.06l-2.258-2.257a8.2 8.2 0 0 1-3.962 1.443V22a.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 1.5 0v1a6.75 6.75 0 0 0 10.38 5.691l-1.278-1.278A5 5 0 0 1 7 11zm6.22 6.221A3.5 3.5 0 0 1 8.5 11V9.56z", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "currentColor", d: "M20.25 11a8.2 8.2 0 0 1-1.477 4.712l-1.082-1.081A6.7 6.7 0 0 0 18.75 11v-1a.75.75 0 0 1 1.5 0z" }))); });
exports.MicOffMIcon.displayName = 'MicOffMIcon';