UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.03 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MicOnSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.MicOnSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10 7.5v-4a2 2 0 1 0-4 0v4a2 2 0 1 0 4 0M8 0a3.5 3.5 0 0 0-3.5 3.5v4a3.5 3.5 0 1 0 7 0v-4A3.5 3.5 0 0 0 8 0", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.75 5.25A.75.75 0 0 1 3.5 6v1.542a4.5 4.5 0 0 0 9 0V6A.75.75 0 0 1 14 6v1.542c0 3.06-2.29 5.584-5.25 5.953v1.755a.75.75 0 0 1-1.5 0v-1.755A6 6 0 0 1 2 7.542V6a.75.75 0 0 1 .75-.75", clipRule: "evenodd" }))); }); exports.MicOnSIcon.displayName = 'MicOnSIcon';