UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.35 kB
"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({ 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 2C9.23858 2 7 4.23858 7 7V11C7 13.7614 9.23858 16 12 16C14.7614 16 17 13.7614 17 11V7C17 4.23858 14.7614 2 12 2ZM15.5 11V7C15.5 5.067 13.933 3.5 12 3.5C10.067 3.5 8.5 5.067 8.5 7V11C8.5 12.933 10.067 14.5 12 14.5C13.933 14.5 15.5 12.933 15.5 11Z", fill: "currentColor" }), react_1.default.createElement("path", { d: "M4.5 9.25C4.91421 9.25 5.25 9.58579 5.25 10V11C5.25 14.7279 8.27208 17.75 12 17.75C15.7279 17.75 18.75 14.7279 18.75 11V10C18.75 9.58579 19.0858 9.25 19.5 9.25C19.9142 9.25 20.25 9.58579 20.25 10V11C20.25 15.3035 16.9549 18.8374 12.75 19.2164V22C12.75 22.4142 12.4142 22.75 12 22.75C11.5858 22.75 11.25 22.4142 11.25 22V19.2164C7.04513 18.8374 3.75 15.3035 3.75 11V10C3.75 9.58579 4.08579 9.25 4.5 9.25Z", fill: "currentColor" }))); }); exports.MicOnMIcon.displayName = 'MicOnMIcon';