@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 2.11 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.MicOffSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.MicOffSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { d: "M10 6.81434V3.5C10 2.39543 9.10457 1.5 8 1.5C7.10282 1.5 6.34362 2.09075 6.09015 2.90449L4.95636 1.7707C5.55852 0.713142 6.69598 0 8 0C9.933 0 11.5 1.567 11.5 3.5V7.5C11.5 7.75271 11.4732 7.99916 11.4223 8.23668L10 6.81434Z", fill: "currentColor" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 4.93566V4.93934L9.66664 8.60598L9.66811 8.60376L10.741 9.67666L10.7394 9.67871L11.4689 10.4083L11.4706 10.4063L12.5349 11.4705L12.5332 11.4725L14.5303 13.4697C14.8232 13.7626 14.8232 14.2374 14.5303 14.5303C14.2374 14.8232 13.7626 14.8232 13.4697 14.5303L11.415 12.4757C10.6397 13.0133 9.7317 13.3728 8.75 13.4952V15.25C8.75 15.6642 8.41421 16 8 16C7.58579 16 7.25 15.6642 7.25 15.25V13.4952C4.29027 13.1262 2 10.6014 2 7.54167V6C2 5.58579 2.33579 5.25 2.75 5.25C3.16421 5.25 3.5 5.58579 3.5 6V7.54167C3.5 10.0269 5.51472 12.0417 8 12.0417C8.8533 12.0417 9.65114 11.8042 10.331 11.3917L9.56887 10.6295C9.09698 10.8666 8.56407 11 8 11C6.067 11 4.5 9.433 4.5 7.5V5.56066L1.46967 2.53033C1.17678 2.23744 1.17678 1.76256 1.46967 1.46967C1.76256 1.17678 2.23744 1.17678 2.53033 1.46967L4.50051 3.43985L4.50057 3.43623L6 4.93566ZM6 7.5V7.06066L8.39945 9.4601C8.27037 9.48627 8.13679 9.5 8 9.5C6.89543 9.5 6 8.60457 6 7.5Z", fill: "currentColor" }),
react_1.default.createElement("path", { d: "M13.3822 10.1965C13.7777 9.39615 14 8.49487 14 7.54167V6C14 5.58579 13.6642 5.25 13.25 5.25C12.8358 5.25 12.5 5.58579 12.5 6V7.54167C12.5 8.07221 12.4082 8.5813 12.2396 9.05393L13.3822 10.1965Z", fill: "currentColor" }))); });
exports.MicOffSIcon.displayName = 'MicOffSIcon';